diff options
author | Horst3180 | 2015-06-07 23:00:55 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-08 13:48:24 +0200 |
commit | c18c78b987a9619350eb398c9d6b26ab2caa5884 (patch) | |
tree | 99336b2fe543a9c9dd13acce6d7aeac3d414d5f2 /common/gtk-3.0/3.14/gtk-contained.css | |
parent | f9bd2f1d9b20f17c6607be7f7208fe0b6f53909f (diff) | |
download | solarc-theme-c18c78b987a9619350eb398c9d6b26ab2caa5884.tar.gz solarc-theme-c18c78b987a9619350eb398c9d6b26ab2caa5884.tar.xz solarc-theme-c18c78b987a9619350eb398c9d6b26ab2caa5884.zip |
more dark theme work
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css index 157ebb8..9e2c26c 100644 --- a/common/gtk-3.0/3.14/gtk-contained.css +++ b/common/gtk-3.0/3.14/gtk-contained.css @@ -857,7 +857,7 @@ GtkComboBox { background-color: rgba(231, 232, 235, 0.95); } .titlebar:backdrop { color: rgba(82, 93, 118, 0.5); - background-color: #e7e8eb; } + background-color: #eff0f2; } .csd .titlebar:backdrop { background-color: rgba(239, 240, 242, 0.95); } .maximized .titlebar { @@ -2401,7 +2401,7 @@ TerminalWindow .notebook tab.reorderable-page.top:active, TerminalWindow .notebo background-color: #e7e8eb; border-color: #d4d5db; } TerminalWindow .notebook tab.reorderable-page.top:active:backdrop, TerminalWindow .notebook tab.reorderable-page.top:active:hover:backdrop { - background-color: rgba(239, 240, 242, 0.95); } + background-color: #eff0f2; } TerminalWindow .scrollbar.vertical .slider { margin-left: 3px; } TerminalWindow .scrollbar.trough { @@ -2834,7 +2834,7 @@ MarlinViewWindow *:selected:focus { PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } PantheonTerminalPantheonTerminalWindow.background .notebook.header.top { - box-shadow: inset 0 1px #d4d5db, inset 0 -1px #edf0f3; } + box-shadow: inset 0 1px rgba(212, 213, 219, 0.95), inset 0 -1px #edf0f3; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { @@ -3366,6 +3366,6 @@ GtkFileChooserDialog .action-bar.frame { @define-color wm_unfocused_title alpha(rgba(82, 93, 118, 0.8), 0.7); @define-color wm_bg #e7e8eb; @define-color wm_bg_unfocused #eff0f2; -@define-color wm_highlight #f2f3f4; +@define-color wm_highlight #eff0f2; @define-color wm_shadow alpha(black, 0.35); @define-color content_view_bg #ffffff; |