diff options
author | Brendan Coles <bcoles@gmail.com> | 2021-05-08 09:45:45 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-08 11:13:03 +0100 |
commit | dbb88d7dd49825f1f61b5c2a1d2aab1fb7937fe0 (patch) | |
tree | 14521ac6151d309e8e5dd921704a6f2f59dacf12 /Base/res/themes | |
parent | 67b47013d27a1ff78ea700890f69e6a430538af0 (diff) | |
download | serenity-dbb88d7dd49825f1f61b5c2a1d2aab1fb7937fe0.zip |
Themes: Add Light theme
Diffstat (limited to 'Base/res/themes')
-rw-r--r-- | Base/res/themes/Light.ini | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/Base/res/themes/Light.ini b/Base/res/themes/Light.ini new file mode 100644 index 0000000000..c3a294c4e3 --- /dev/null +++ b/Base/res/themes/Light.ini @@ -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 |