diff options
author | Martin Schenck | 2016-08-01 17:41:52 +0200 |
---|---|---|
committer | Martin Schenck | 2016-08-01 17:41:52 +0200 |
commit | 474539210d7edc6079c6f01c6b5e5152cd7fcc62 (patch) | |
tree | 4fce39fdd8540d3ebc893e0d8dc2c9dbe92ef0db /common/xfwm4/maximize-pressed.xpm | |
parent | 9478b8de1c7c11a163c43ad6b8eff5b4f23f4ced (diff) | |
download | solarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.tar.gz solarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.tar.xz solarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.zip |
Solarized colours
The script solarize.sh solarizes all colors by replacing the arc colors
with approproate colours from the solarized color scheme.
Diffstat (limited to 'common/xfwm4/maximize-pressed.xpm')
-rw-r--r-- | common/xfwm4/maximize-pressed.xpm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/xfwm4/maximize-pressed.xpm b/common/xfwm4/maximize-pressed.xpm index 05818bf..5918640 100644 --- a/common/xfwm4/maximize-pressed.xpm +++ b/common/xfwm4/maximize-pressed.xpm @@ -3,7 +3,7 @@ static char * maximize_pressed_xpm[] = { "28 28 33 1", " c None", ". c #EEEFF1", -"+ c #E7E8EB", +"+ c #eee8d5", "@ c #DAE1E9", "# c #99BDE6", "$ c #6EA3E2", @@ -12,13 +12,13 @@ static char * maximize_pressed_xpm[] = { "* c #9ABCE6", "= c #B5CBE7", "- c #5998E1", -"; c #5294E2", +"; c #268bd2", "> c #B5CCE7", ", c #5998E2", "' c #DAE0EA", ") c #5596E3", "! c #C7DDF6", -"~ c #FFFFFF", +"~ c #fdf6e3", "{ c #DDEAF9", "] c #9BBCE6", "^ c #6DA3E3", |