[Solved] 1241a - correct setting name

Discussion related to "Everything" 1.5 Alpha.
Post Reply
w64bit
Posts: 250
Joined: Wed Jan 09, 2013 9:06 am

[Solved] 1241a - correct setting name

Post by w64bit »

What is the correct name:
dark_selected_background_color=
dark_selected_foreground_color=
or:
dark_highlight_background_color=
dark_highlight_foreground_color=
Last edited by w64bit on Tue Mar 16, 2021 11:30 am, edited 1 time in total.
NotNull
Posts: 5416
Joined: Wed May 24, 2017 9:22 pm

Re: 1241a - correct setting name

Post by NotNull »

Both are correct.

Highlighted is the colour used for the pattern that matches your search.
For example, if you search for "ever", "ever" in the names in the resultlist will be shown in that colour.
w64bit
Posts: 250
Joined: Wed Jan 09, 2013 9:06 am

Re: 1241a - correct setting name

Post by w64bit »

I had dark_selected_... twice in the ini file and no dark_highlight_...
Fixed now.
NotNull
Posts: 5416
Joined: Wed May 24, 2017 9:22 pm

Re: 1241a - correct setting name

Post by NotNull »

w64bit wrote: Sun Mar 14, 2021 10:19 pm I had dark_selected_... twice in the ini file and no dark_highlight_...
Me too! Just checked it with a clean ini file .. Good catch!

(Might be on purpose though, as colour settings come from 2 different 'tables')

Code: Select all

dark_selected_background_color=
dark_selected_foreground_color=

BTW: I couldn't fnd the highlight_ ones, but it is I's dark_highlighted_ ...
(for others trying to search for it)
void
Developer
Posts: 16428
Joined: Fri Oct 16, 2009 11:31 pm

Re: 1241a - correct setting name

Post by void »

This should be fixed in Everything 1.5.0.1239.

I initially had dark_selected_background_color to set the highlight background color:


This is now dark_highlight_background_color.

I later added custom colors for the dark theme. Unfortunately, the setting names were conflicting:


These two settings stay the same:
dark_highlighted_background_color
dark_selected_background_color
Post Reply