diff options
author | Brendan Coles <bcoles@gmail.com> | 2021-01-01 11:57:59 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-01 13:10:54 +0100 |
commit | f2973875e3907b9e5f001c2ffff97bfe3fbbe598 (patch) | |
tree | fb1de6d71c6d4c19d3da06b1743f21f74bf9bc81 /Base | |
parent | fc75421d50b2e149c9aa7d59f81b41178b192b34 (diff) | |
download | serenity-f2973875e3907b9e5f001c2ffff97bfe3fbbe598.zip |
Base: Add Coffee theme
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/themes/Coffee/16x16/window-close.png | bin | 0 -> 831 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Coffee/16x16/window-maximize.png | bin | 0 -> 718 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Coffee/16x16/window-minimize.png | bin | 0 -> 653 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Coffee/16x16/window-restore.png | bin | 0 -> 815 bytes | |||
-rw-r--r-- | Base/res/themes/Coffee.ini | 71 |
5 files changed, 71 insertions, 0 deletions
diff --git a/Base/res/icons/themes/Coffee/16x16/window-close.png b/Base/res/icons/themes/Coffee/16x16/window-close.png Binary files differnew file mode 100644 index 0000000000..aa16575f35 --- /dev/null +++ b/Base/res/icons/themes/Coffee/16x16/window-close.png diff --git a/Base/res/icons/themes/Coffee/16x16/window-maximize.png b/Base/res/icons/themes/Coffee/16x16/window-maximize.png Binary files differnew file mode 100644 index 0000000000..f3f165bad1 --- /dev/null +++ b/Base/res/icons/themes/Coffee/16x16/window-maximize.png diff --git a/Base/res/icons/themes/Coffee/16x16/window-minimize.png b/Base/res/icons/themes/Coffee/16x16/window-minimize.png Binary files differnew file mode 100644 index 0000000000..f3b41f208c --- /dev/null +++ b/Base/res/icons/themes/Coffee/16x16/window-minimize.png diff --git a/Base/res/icons/themes/Coffee/16x16/window-restore.png b/Base/res/icons/themes/Coffee/16x16/window-restore.png Binary files differnew file mode 100644 index 0000000000..acb6e7839c --- /dev/null +++ b/Base/res/icons/themes/Coffee/16x16/window-restore.png diff --git a/Base/res/themes/Coffee.ini b/Base/res/themes/Coffee.ini new file mode 100644 index 0000000000..7630e6e798 --- /dev/null +++ b/Base/res/themes/Coffee.ini @@ -0,0 +1,71 @@ +[Colors] +DesktopBackground=#567f9d +ActiveWindowBorder1=#574dbb +ActiveWindowBorder2=#574dbb +ActiveWindowTitle=white +ActiveWindowTitleStripes=#00000000 +InactiveWindowBorder1=#443c92 +InactiveWindowBorder2=#443c92 +InactiveWindowTitle=white +InactiveWindowTitleStripes=#00000000 +MovingWindowBorder1=#574dbb +MovingWindowBorder2=#574dbb +MovingWindowTitle=white +MovingWindowTitleStripes=#00000000 +HighlightWindowBorder1=#b24d7a +HighlightWindowBorder2=#b24d7a +HighlightWindowTitle=white +HighlightWindowTitleStripes=#00000000 +HighlightSearching=#ffff00 +HighlightSearchingText=black +MenuBase=#e6e6e6 +MenuBaseText=black +MenuStripe=#e8e8e8 +MenuSelection=#594fbf +MenuSelectionText=white +Window=#e6e6e6 +WindowText=black +Button=#e6e6e6 +ButtonText=black +Base=white +BaseText=black +ThreedHighlight=white +ThreedShadow1=#9397a5 +ThreedShadow2=#5d6069 +HoverHighlight=#574dbb3c +Selection=#594fbf +SelectionText=white +InactiveSelection=#888888 +InactiveSelectionText=white +PlaceholderText=#9397a5 +RubberBandFill=#574dbb3c +RubberBandBorder=#594fbf +Link=#0000ff +ActiveLink=#ee0000 +VisitedLink=#551a8b +Ruler=#aeb2c3 +RulerBorder=#5d6069 +RulerActiveText=#5d6069 +RulerInactiveText=#5d6069 +TextCursor=red +FocusOutline=#594fbf +SyntaxComment=#008000 +SyntaxNumber=#800000 +SyntaxString=#800000 +SyntaxType=#800080 +SyntaxPunctuation=black +SyntaxOperator=black +SyntaxKeyword=black +SyntaxControlKeyword=black +SyntaxIdentifier=#092e64 +SyntaxPreprocessorStatement=#008080 +SyntaxPreprocessorValue=#800000 +Tooltip=#ffffe1 +TooltipText=black + +[Metrics] +TitleButtonWidth=17 +TitleButtonHeight=16 + +[Paths] +TitleButtonIcons=/res/icons/themes/Coffee/16x16/ |