diff options
author | djwisdom <djwisdom@gmail.com> | 2022-03-31 16:25:26 +0800 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-03-31 22:09:52 -0700 |
commit | 7d51696d5d34564c169afc15774d91a0e6281223 (patch) | |
tree | 2fec2f15e1b551321c221257dfbbc158abdbd4a4 /Base/res/themes/Chillychilly.ini | |
parent | 98db3a3ce99d110a57b0765158a03a4034220cd1 (diff) | |
download | serenity-7d51696d5d34564c169afc15774d91a0e6281223.zip |
Base: Add new theme Chillychilly
Updated syntax highlight colors to complement overall
theme look and feel. Thanks to @kleinesfilmroellchen for the
timely recommendation.
Diffstat (limited to 'Base/res/themes/Chillychilly.ini')
-rw-r--r-- | Base/res/themes/Chillychilly.ini | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/Base/res/themes/Chillychilly.ini b/Base/res/themes/Chillychilly.ini new file mode 100644 index 0000000000..f53c07b4aa --- /dev/null +++ b/Base/res/themes/Chillychilly.ini @@ -0,0 +1,102 @@ +[Colors] +DesktopBackground=#888a85 +Accent=#284b63 +ActiveWindowBorder1=#284b63 +ActiveWindowBorder2=#3c6e71 +ActiveWindowTitle=white +ActiveWindowTitleShadow=black +ActiveWindowTitleStripes=#3c6e71 +InactiveWindowBorder1=#8c8c8c +InactiveWindowBorder2=#8c8c8c +InactiveWindowTitle=#fafafa +InactiveWindowTitleShadow=#8c8c8c +InactiveWindowTitleStripes=#a0a0a0 +MovingWindowBorder1=#284b63 +MovingWindowBorder2=#284b63 +MovingWindowTitle=white +MovingWindowTitleShadow=#1a4231 +MovingWindowTitleStripes=#284b63 +HighlightWindowBorder1=#284b63 +HighlightWindowBorder2=#284b63 +HighlightWindowTitle=white +HighlightWindowTitleShadow=#1a4231 +HighlightWindowTitleStripes=#284b63 +HighlightSearching=#ffff00 +HighlightSearchingText=black +MenuBase=#cfdbd5 +MenuBaseText=#0a0a0a +MenuStripe=#3c6e71 +MenuSelection=#3c6e71 +MenuSelectionText=#fdfdff +Window=#cfdbd5 +WindowText=#353535 +Button=#cfdbd5 +ButtonText=#353535 +Base=#fdfdff +BaseText=#353535 +DisabledTextFront=#999999 +DisabledTextBack=white +ThreedHighlight=#e7f5ee +ThreedShadow1=#aeb8b3 +ThreedShadow2=#616663 +HoverHighlight=#3c6e71 +Selection=#3c6e71 +SelectionText=#fdfdff +InactiveSelection=#9e9e9e +InactiveSelectionText=#353535 +PlaceholderText=#999999 +RubberBandFill=#3c6e713c +RubberBandBorder=#284b63 +Link=blue +ActiveLink=red +VisitedLink=magenta +Gutter=#cfdbd5 +GutterBorder=cfdbd5 +Ruler=#d4e0da +RulerBorder=#d4e0da +RulerActiveText=#606060 +RulerInactiveText=#999999 +TextCursor=#153627 +FocusOutline=#909090 +SyntaxComment=#a0a1a7 +SyntaxNumber=#396a8c +SyntaxString=#402afc +SyntaxType=#414d8a +SyntaxPunctuation=black +SyntaxOperator=black +SyntaxKeyword=#515fab +SyntaxControlKeyword=#515fab +SyntaxIdentifier=#000000 +SyntaxPreprocessorStatement=#00a0a0 +SyntaxPreprocessorValue=#2e5b87 +SyntaxFunction=#620ecf +SyntaxVariable=black +SyntaxCustomType=orange +SyntaxNamespace=orange +SyntaxMember=red +SyntaxParameter=#2954b3 +Tooltip=#ffffe1 +TooltipText=#0c1f16 +Tray=#cfdbd5 +TrayText=#353535 + +[Alignments] +TitleAlignment=Left + +[Flags] +IsDark=false + +[Metrics] +BorderThickness=4 +BorderRadius=0 +TitleHeight=19 +TitleButtonWidth=15 +TitleButtonHeight=15 + +[Paths] +ActiveWindowShadow=/res/icons/themes/Chillychilly/frame-shadow-dark.png +InactiveWindowShadow=/res/icons/themes/Chillychilly/frame-shadow-light.png +MenuShadow=/res/icons/themes/Chillychilly/frame-shadow-light.png +TaskBarShadow=/res/icons/themes/Chillychilly/frame-shadow-light.png +TooltipShadow=/res/icons/themes/Chillychilly/frame-shadow-light.png +TitleButtonIcons=/res/icons/themes/Chillychilly/16x16/ |