diff options
author | raveit65 <[email protected]> | 2014-11-01 01:42:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-01 01:44:05 +0100 |
commit | 61db14153eed45b14febd41ed06f4ae3164326e3 (patch) | |
tree | 7b748c92d813ab50f50e04f1b3ec44a237aaaa6b /desktop-themes/Shiny | |
parent | a2f7ece5a05785f02393942e9349d64b532f64e0 (diff) | |
download | mate-themes-61db14153eed45b14febd41ed06f4ae3164326e3.tar.bz2 mate-themes-61db14153eed45b14febd41ed06f4ae3164326e3.tar.xz |
Shiny: sync file-browser view
Diffstat (limited to 'desktop-themes/Shiny')
-rw-r--r-- | desktop-themes/Shiny/gtk-3.0/apps/nautilus.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/Shiny/gtk-3.0/apps/nautilus.css b/desktop-themes/Shiny/gtk-3.0/apps/nautilus.css index 3187c7a5..685a488b 100644 --- a/desktop-themes/Shiny/gtk-3.0/apps/nautilus.css +++ b/desktop-themes/Shiny/gtk-3.0/apps/nautilus.css @@ -1,5 +1,11 @@ @define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95); +NemoView .view, +NautilusView .view { + background-color: @base_color; + color: @theme_fg_color; +} + NautilusWindow * { -GtkPaned-handle-size: 1; } |