1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-29 06:20:43 +00:00

don't change background-color of unfocused chromium window

This commit is contained in:
Horst3180 2015-09-29 01:34:10 +02:00
parent 9ae9296af7
commit 7881d40358
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ style "toolbar_entry" {
style "chrome-gtk-frame" {
ChromeGtkFrame::frame-color = "#2f343f"
ChromeGtkFrame::inactive-frame-color = "#323843"
ChromeGtkFrame::inactive-frame-color = "#2f343f"
ChromeGtkFrame::frame-gradient-size = 0
ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color)

View File

@ -133,7 +133,7 @@ style "toolbar_entry" {
style "chrome-gtk-frame" {
ChromeGtkFrame::frame-color = "#e7e8eb"
ChromeGtkFrame::inactive-frame-color = "#EFF0F2"
ChromeGtkFrame::inactive-frame-color = "#e7e8eb"
ChromeGtkFrame::frame-gradient-size = 0
ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color)