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/gtk-2.0/panel.rc | |
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/gtk-2.0/panel.rc')
-rw-r--r-- | common/gtk-2.0/panel.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/gtk-2.0/panel.rc b/common/gtk-2.0/panel.rc index d573b7b..7ccd6d6 100644 --- a/common/gtk-2.0/panel.rc +++ b/common/gtk-2.0/panel.rc @@ -8,15 +8,15 @@ style "theme-panel" { bg[PRELIGHT] = "#3f4453" bg[SELECTED] = @selected_bg_color - fg[NORMAL] = "#BAC3CF" + fg[NORMAL] = "#657b83" fg[PRELIGHT] = @selected_fg_color fg[ACTIVE] = @selected_fg_color fg[SELECTED] = @selected_fg_color - text[NORMAL] = "#BAC3CF" - text[PRELIGHT] = "#BAC3CF" - text[ACTIVE] = "#BAC3CF" - text[SELECTED] = "#BAC3CF" + text[NORMAL] = "#657b83" + text[PRELIGHT] = "#657b83" + text[ACTIVE] = "#657b83" + text[SELECTED] = "#657b83" engine "murrine" { reliefstyle = 0 |