diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2020-07-29 16:39:21 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-01 07:56:48 +0200 |
commit | 2f4207f8b73fe796668abb8fef44228907a6f56c (patch) | |
tree | 6a13f5272c96fb52effca68601a1333cb13f2b52 /Base | |
parent | c815fa7f474b3b74f1f973c03325265aaa149eac (diff) | |
download | serenity-2f4207f8b73fe796668abb8fef44228907a6f56c.zip |
Base: New buttons and background for Redmond Themes
Updates Redmond and Redmond 2000 with new title bar buttons and
changes Redmond's background to authentic 90sCorp Teal(TM).
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/themes/Redmond/16x16/window-close.png | bin | 0 -> 99 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Redmond/16x16/window-maximize.png | bin | 0 -> 95 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Redmond/16x16/window-minimize.png | bin | 0 -> 83 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Redmond/16x16/window-restore.png | bin | 0 -> 110 bytes | |||
-rw-r--r-- | Base/res/themes/Redmond 2000.ini | 7 | ||||
-rw-r--r-- | Base/res/themes/Redmond.ini | 9 |
6 files changed, 15 insertions, 1 deletions
diff --git a/Base/res/icons/themes/Redmond/16x16/window-close.png b/Base/res/icons/themes/Redmond/16x16/window-close.png Binary files differnew file mode 100644 index 0000000000..7eaaf70677 --- /dev/null +++ b/Base/res/icons/themes/Redmond/16x16/window-close.png diff --git a/Base/res/icons/themes/Redmond/16x16/window-maximize.png b/Base/res/icons/themes/Redmond/16x16/window-maximize.png Binary files differnew file mode 100644 index 0000000000..76ef018d3b --- /dev/null +++ b/Base/res/icons/themes/Redmond/16x16/window-maximize.png diff --git a/Base/res/icons/themes/Redmond/16x16/window-minimize.png b/Base/res/icons/themes/Redmond/16x16/window-minimize.png Binary files differnew file mode 100644 index 0000000000..4f0fa672de --- /dev/null +++ b/Base/res/icons/themes/Redmond/16x16/window-minimize.png diff --git a/Base/res/icons/themes/Redmond/16x16/window-restore.png b/Base/res/icons/themes/Redmond/16x16/window-restore.png Binary files differnew file mode 100644 index 0000000000..a435469b95 --- /dev/null +++ b/Base/res/icons/themes/Redmond/16x16/window-restore.png diff --git a/Base/res/themes/Redmond 2000.ini b/Base/res/themes/Redmond 2000.ini index 3026172a95..3ff0cf9cf5 100644 --- a/Base/res/themes/Redmond 2000.ini +++ b/Base/res/themes/Redmond 2000.ini @@ -53,3 +53,10 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 + +[Metrics] +TitleButtonWidth=17 +TitleButtonHeight=15 + +[Paths] +TitleButtonIcons=/res/icons/themes/Redmond/16x16/ diff --git a/Base/res/themes/Redmond.ini b/Base/res/themes/Redmond.ini index 04a4d7ded9..8fcf6afd9b 100644 --- a/Base/res/themes/Redmond.ini +++ b/Base/res/themes/Redmond.ini @@ -1,5 +1,5 @@ [Colors] -DesktopBackground=#00787f +DesktopBackground=#008080 ActiveWindowBorder1=#00007f ActiveWindowBorder2=#00007f ActiveWindowTitle=white @@ -53,3 +53,10 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 + +[Metrics] +TitleButtonWidth=17 +TitleButtonHeight=15 + +[Paths] +TitleButtonIcons=/res/icons/themes/Redmond/16x16/ |