1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

fix inactive chromium frame

This commit is contained in:
Horst3180 2015-08-14 00:10:33 +02:00
parent 359a8d8c2c
commit 79231567b3
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ style "toolbar_entry" {
style "chrome-gtk-frame" {
ChromeGtkFrame::frame-color = "#2f343b"
ChromeGtkFrame::inactive-frame-color = "#2f343b"
ChromeGtkFrame::inactive-frame-color = "#32383F"
ChromeGtkFrame::frame-gradient-size = 0
ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color)

View File

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