Color changing

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;
}

All the CSS variables are documented here

You are looking for --text-selection see

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.