diff options
author | Tom <tomut@yahoo.com> | 2020-10-20 10:02:23 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-10-22 15:23:45 +0200 |
commit | a823d2a9629491ed4c1661a940d36f2ce8184ef1 (patch) | |
tree | 0cadce3eee60714fb274817707937d74d17b15f2 /Base/res/themes/Basalt.ini | |
parent | f239fbaa58aa80ff615a3e66bcf35bbf878271b2 (diff) | |
download | serenity-a823d2a9629491ed4c1661a940d36f2ce8184ef1.zip |
LibGfx: Add colors for highlight-searching to palette and themes
Diffstat (limited to 'Base/res/themes/Basalt.ini')
-rw-r--r-- | Base/res/themes/Basalt.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Base/res/themes/Basalt.ini b/Base/res/themes/Basalt.ini index fb5b2553ec..a9f40535ad 100644 --- a/Base/res/themes/Basalt.ini +++ b/Base/res/themes/Basalt.ini @@ -20,6 +20,8 @@ HighlightWindowBorder2=#3f2f0f HighlightWindowTitle=white HighlightWindowTitleShadow=#00000000 HighlightWindowTitleStripes=#00000000 +HighlightSearching=#ffff00 +HighlightSearchingText=black MenuBase=#1f1f1f MenuBaseText=white MenuStripe=#171717 |