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:
@@ -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" />
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
@@ -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)" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user