Base: Nudge Redmond theme closer to the Windows 95 colors :^)
This commit is contained in:
parent
029572b6fd
commit
5fc02c6f1d
Notes:
sideshowbarker
2024-07-19 07:21:25 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/5fc02c6f1d1
1 changed files with 14 additions and 14 deletions
|
@ -1,31 +1,31 @@
|
|||
[Colors]
|
||||
DesktopBackground=#55aaaa
|
||||
ActiveWindowBorder1=#0000aa
|
||||
ActiveWindowBorder2=#0000aa
|
||||
DesktopBackground=#00787f
|
||||
ActiveWindowBorder1=#00007f
|
||||
ActiveWindowBorder2=#00007f
|
||||
ActiveWindowTitle=white
|
||||
InactiveWindowBorder1=#606060
|
||||
InactiveWindowBorder2=#a0a0a0
|
||||
InactiveWindowTitle=#868a8e
|
||||
InactiveWindowBorder1=#7f787f
|
||||
InactiveWindowBorder2=#7f787f
|
||||
InactiveWindowTitle=#bfb8bf
|
||||
MovingWindowBorder1=#0000aa
|
||||
MovingWindowBorder2=#0000aa
|
||||
MovingWindowTitle=white
|
||||
HighlightWindowBorder1=#a10d0d
|
||||
HighlightWindowBorder2=#fabbbb
|
||||
HighlightWindowBorder2=#a10d0d
|
||||
HighlightWindowTitle=white
|
||||
MenuBase=#c3c7cb
|
||||
MenuBase=#bfb8bf
|
||||
MenuBaseText=black
|
||||
MenuStripe=#c3c7cb
|
||||
MenuStripe=#bfb8bf
|
||||
MenuSelection=#0000aa
|
||||
MenuSelectionText=white
|
||||
Window=#c3c7cb
|
||||
Window=#bfb8bf
|
||||
WindowText=black
|
||||
Button=#c3c7cb
|
||||
Button=#bfb8bf
|
||||
ButtonText=black
|
||||
Base=white
|
||||
BaseText=black
|
||||
ThreedHighlight=white
|
||||
ThreedShadow1=#808080
|
||||
ThreedShadow2=#404040
|
||||
ThreedHighlight=#fff8ff
|
||||
ThreedShadow1=#7f787f
|
||||
ThreedShadow2=#000000
|
||||
HoverHighlight=#0000aa
|
||||
Selection=#0000aa
|
||||
SelectionText=white
|
||||
|
|
Loading…
Add table
Reference in a new issue