1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

don't change background-color of unfocused window decorations

This commit is contained in:
Horst3180
2015-09-29 01:01:38 +02:00
parent 6471abcee9
commit 9ae9296af7
29 changed files with 135 additions and 239 deletions

View File

@@ -14,7 +14,7 @@
<constant name="C_title_unfocused" value="#8a939f" />
<constant name="C_wm_bg_focused" value="#2f343f" />
<constant name="C_wm_bg_unfocused" value="#323843" />
<constant name="C_wm_bg_unfocused" value="#2f343f" />
<constant name="C_wm_highlight" value="#353a48" />

View File

@@ -14,7 +14,7 @@
<constant name="C_title_unfocused" value="#979dac" />
<constant name="C_wm_bg_focused" value="#e7e8eb" />
<constant name="C_wm_bg_unfocused" value="#eff0f2" />
<constant name="C_wm_bg_unfocused" value="#e7e8eb" />
<constant name="C_wm_highlight" value="#eeeff1" />

View File

@@ -14,7 +14,7 @@
<constant name="C_title_unfocused" value="#8a939f" />
<constant name="C_wm_bg_focused" value="#2f343f" />
<constant name="C_wm_bg_unfocused" value="#323843" />
<constant name="C_wm_bg_unfocused" value="#2f343f" />
<constant name="C_wm_highlight" value="#353a48" />

View File

@@ -14,7 +14,7 @@
<constant name="C_title_unfocused" value="#979dac" />
<constant name="C_wm_bg_focused" value="#e7e8eb" />
<constant name="C_wm_bg_unfocused" value="#eff0f2" />
<constant name="C_wm_bg_unfocused" value="#e7e8eb" />
<constant name="C_wm_highlight" value="#eeeff1" />

View File

@@ -14,7 +14,7 @@
<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,#979dac)" />
<constant name="C_wm_bg_focused" value="gtk:custom(wm_bg,#e7e8eb)" />
<constant name="C_wm_bg_unfocused" value="gtk:custom(wm_bg_unfocused,#eff0f2)" />
<constant name="C_wm_bg_unfocused" value="gtk:custom(wm_bg,#e7e8eb)" />
<constant name="C_wm_highlight" value="gtk:custom(wm_highlight,#eeeff1)" />