Themes: Add Light theme
This commit is contained in:
parent
67b47013d2
commit
dbb88d7dd4
Notes:
sideshowbarker
2024-07-18 18:31:32 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/dbb88d7dd49 Pull-request: https://github.com/SerenityOS/serenity/pull/6943
1 changed files with 74 additions and 0 deletions
74
Base/res/themes/Light.ini
Normal file
74
Base/res/themes/Light.ini
Normal file
|
@ -0,0 +1,74 @@
|
|||
[Colors]
|
||||
DesktopBackground=#0f0f0f
|
||||
ActiveWindowBorder1=#e3e3e3
|
||||
ActiveWindowBorder2=#e3e3e3
|
||||
ActiveWindowTitle=#6b6b6b
|
||||
ActiveWindowTitleShadow=#ffffff
|
||||
ActiveWindowTitleStripes=#00000000
|
||||
InactiveWindowBorder1=#d9d9d9
|
||||
InactiveWindowBorder2=#d9d9d9
|
||||
InactiveWindowTitle=#ababab
|
||||
InactiveWindowTitleShadow=#ffffff
|
||||
InactiveWindowTitleStripes=#00000000
|
||||
MovingWindowBorder1=#e3e3e3
|
||||
MovingWindowBorder2=#e3e3e3
|
||||
MovingWindowTitle=#6b6b6b
|
||||
MovingWindowTitleShadow=#ffffff
|
||||
MovingWindowTitleStripes=#00000000
|
||||
HighlightWindowBorder1=#e3e3e3
|
||||
HighlightWindowBorder2=#e3e3e3
|
||||
HighlightWindowTitle=black
|
||||
HighlightWindowTitleShadow=#ffffff
|
||||
HighlightWindowTitleStripes=#00000000
|
||||
HighlightSearching=#598dc6
|
||||
HighlightSearchingText=white
|
||||
MenuBase=#e3e3e3
|
||||
MenuBaseText=black
|
||||
MenuStripe=#d9d9d9
|
||||
MenuSelection=white
|
||||
MenuSelectionText=black
|
||||
Window=#e3e3e3
|
||||
WindowText=#4b4b4b
|
||||
Button=#e3e3e3
|
||||
ButtonText=#4b4b4b
|
||||
Base=white
|
||||
BaseText=#4b4b4b
|
||||
ThreedHighlight=#e3e3e3
|
||||
ThreedShadow1=#ababab
|
||||
ThreedShadow2=#6b6b6b
|
||||
HoverHighlight=white
|
||||
Selection=#598dc6
|
||||
SelectionText=white
|
||||
InactiveSelection=#606060ff
|
||||
InactiveSelectionText=white
|
||||
PlaceholderText=#dedede
|
||||
RubberBandFill=#598dc66c
|
||||
RubberBandBorder=#598dc6
|
||||
Link=blue
|
||||
ActiveLink=red
|
||||
VisitedLink=magenta
|
||||
Ruler=#d4d0c8
|
||||
RulerBorder=#404040
|
||||
RulerActiveText=#404040
|
||||
RulerInactiveText=#808080
|
||||
TextCursor=black
|
||||
FocusOutline=#909090
|
||||
SyntaxComment=#008000
|
||||
SyntaxNumber=#800000
|
||||
SyntaxString=#800000
|
||||
SyntaxType=#800080
|
||||
SyntaxPunctuation=black
|
||||
SyntaxOperator=black
|
||||
SyntaxKeyword=black
|
||||
SyntaxControlKeyword=black
|
||||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#fbeaa0
|
||||
TooltipText=#4b4b4b
|
||||
Tray=#3b3b3b
|
||||
TrayText=white
|
||||
|
||||
[Paths]
|
||||
MenuShadow=/res/icons/themes/Redmond/menu-shadow.png
|
||||
TooltipShadow=/res/icons/themes/Redmond/menu-shadow.png
|
Loading…
Add table
Reference in a new issue