diff options
author | Andreas Kling <kling@serenityos.org> | 2021-01-12 08:49:18 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-12 08:49:18 +0100 |
commit | 254312aa2251e426ed18e1d6f4b3190ccc54201d (patch) | |
tree | b7f9b62f9fba09f6d547f21805a5a437953109db /Base/res/themes | |
parent | 6412e7e8e3572c0314f5fa02bc46d7981c62bd4d (diff) | |
download | serenity-254312aa2251e426ed18e1d6f4b3190ccc54201d.zip |
Revert "Themes: Tweak "Sunshine" theme colors slightly"
This reverts commit 0ae9ae48fafd1ea4bca02111c01002853326dd66.
@bcoles informs me that these match Solaris 9 and it checks out.
I don't know what version I was comparing against, and who cares?
Diffstat (limited to 'Base/res/themes')
-rw-r--r-- | Base/res/themes/Sunshine.ini | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Base/res/themes/Sunshine.ini b/Base/res/themes/Sunshine.ini index d37a474ede..48033c79e1 100644 --- a/Base/res/themes/Sunshine.ini +++ b/Base/res/themes/Sunshine.ini @@ -1,31 +1,31 @@ [Colors] -DesktopBackground=#524c8a -ActiveWindowBorder1=#b54a7b -ActiveWindowBorder2=#b54a7b +DesktopBackground=#574c8f +ActiveWindowBorder1=#b24d7a +ActiveWindowBorder2=#b24d7a ActiveWindowTitle=white ActiveWindowTitleStripes=#00000000 -InactiveWindowBorder1=#adb5c6 -InactiveWindowBorder2=#adb5c6 +InactiveWindowBorder1=#aeb2c3 +InactiveWindowBorder2=#aeb2c3 InactiveWindowTitle=black InactiveWindowTitleStripes=#00000000 -MovingWindowBorder1=#b54a7b -MovingWindowBorder2=#b54a7b +MovingWindowBorder1=#b24d7a +MovingWindowBorder2=#b24d7a MovingWindowTitle=white MovingWindowTitleStripes=#00000000 -HighlightWindowBorder1=#b54a7b -HighlightWindowBorder2=#b54a7b +HighlightWindowBorder1=#b24d7a +HighlightWindowBorder2=#b24d7a HighlightWindowTitle=white HighlightWindowTitleStripes=#00000000 HighlightSearching=#ffff00 HighlightSearchingText=black -MenuBase=#adb5c6 +MenuBase=#aeb2c3 MenuBaseText=black -MenuStripe=#adb5c6 +MenuStripe=#aeb2c3 MenuSelection=#9397a5 MenuSelectionText=black -Window=#adb5c6 +Window=#aeb2c3 WindowText=black -Button=#adb5c6 +Button=#aeb2c3 ButtonText=black Base=white BaseText=black @@ -43,7 +43,7 @@ RubberBandBorder=#007f7f Link=#88c ActiveLink=#c88 VisitedLink=#c8c -Ruler=#adb5c6 +Ruler=#aeb2c3 RulerBorder=#5d6069 RulerActiveText=#5d6069 RulerInactiveText=#5d6069 |