Hello. Does anyone know how to change the selection color?
You could try something this:
.theme-light .search-result-file-matched-text {
color: var(--text-normal);
background-color: #8cff32;
}
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.