mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 12:07:35 +00:00
LibGfx: Add inactive selection colors
This commit is contained in:
parent
b515ea454f
commit
99192fd29f
3 changed files with 6 additions and 0 deletions
|
@ -77,6 +77,8 @@ RefPtr<SharedBuffer> load_system_theme(const String& path)
|
|||
DO_COLOR(HoverHighlight);
|
||||
DO_COLOR(Selection);
|
||||
DO_COLOR(SelectionText);
|
||||
DO_COLOR(InactiveSelection);
|
||||
DO_COLOR(InactiveSelectionText);
|
||||
DO_COLOR(Window);
|
||||
DO_COLOR(WindowText);
|
||||
DO_COLOR(Base);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue