diff options
author | Joel Hansen <git@hansejo.com> | 2022-05-06 16:58:07 +1000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-07 20:06:47 +0200 |
commit | eb3d289f005952c053422b6393ce46c03961e196 (patch) | |
tree | f54fe965a7fc9a5b77c59fc3fff9f8d53b1b096c /Base/res/themes | |
parent | 9c53be36d33838b95bb0334905e6219f870e04e7 (diff) | |
download | serenity-eb3d289f005952c053422b6393ce46c03961e196.zip |
Base: Improve Plum theme colors
- Make ruler lighter for visibility
- Make gutter same color as ruler for consistency
- Improve HighlightWindow colors
Diffstat (limited to 'Base/res/themes')
-rw-r--r-- | Base/res/themes/Plum.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Base/res/themes/Plum.ini b/Base/res/themes/Plum.ini index b29a5afe00..5044841937 100644 --- a/Base/res/themes/Plum.ini +++ b/Base/res/themes/Plum.ini @@ -16,9 +16,9 @@ MovingWindowBorder2=#b9a5ca MovingWindowTitle=white MovingWindowTitleShadow=#330760 MovingWindowTitleStripes=#473f5f -HighlightWindowBorder1=#484060 -HighlightWindowBorder2=#a89878 -HighlightWindowTitle=#cbc6cf +HighlightWindowBorder1=#7f6db5 +HighlightWindowBorder2=#bba9f1 +HighlightWindowTitle=#ffffff HighlightWindowTitleShadow=#black HighlightWindowTitleStripes=#5b4943 HighlightSearching=#ffff00 @@ -50,9 +50,9 @@ RubberBandBorder=#50096e Link=blue ActiveLink=red VisitedLink=magenta -Gutter=#d4d0c8 +Gutter=#c2afa6 GutterBorder=#404040 -Ruler=#7d7462 +Ruler=#c2afa6 RulerBorder=#404040 RulerActiveText=#404040 RulerInactiveText=#808080 |