From 577773ede79ccd9d3999b0fe092e69277cda458b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 4 Mar 2018 12:56:51 +0100 Subject: Menta themes: add backdrop support for nautilus --- .../BlueMenta/gtk-3.0/gnome-applications.css | 20 ++++++++++++++++++++ desktop-themes/Menta/gtk-3.0/gnome-applications.css | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css index 2b2e8c02..cf8636d7 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css @@ -33,6 +33,26 @@ } */ +/* icon & list view */ + +.nautilus-window notebook overlay > scrolledwindow, +.nautilus-window notebook overlay > scrolledwindow:backdrop widget.view { + transition: all 400ms ease-out; +} + +.nautilus-window notebook overlay > scrolledwindow { + background-color: @theme_base_color; +} + +.nautilus-window notebook overlay > scrolledwindow:backdrop { + background-color: shade(@backdrop_color, 1.00); + color: @theme_unfocused_fg_color; +} + +.nautilus-window notebook overlay > scrolledwindow:backdrop widget.view { + color: @theme_unfocused_fg_color; +} + /* workaround for jumping buttons in nautilus */ .nautilus-window headerbar.titlebar .linked.path-bar > button, .nautilus-window headerbar.titlebar .linked.path-bar > button.text-button.toggle { diff --git a/desktop-themes/Menta/gtk-3.0/gnome-applications.css b/desktop-themes/Menta/gtk-3.0/gnome-applications.css index 2b2e8c02..cf8636d7 100644 --- a/desktop-themes/Menta/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Menta/gtk-3.0/gnome-applications.css @@ -33,6 +33,26 @@ } */ +/* icon & list view */ + +.nautilus-window notebook overlay > scrolledwindow, +.nautilus-window notebook overlay > scrolledwindow:backdrop widget.view { + transition: all 400ms ease-out; +} + +.nautilus-window notebook overlay > scrolledwindow { + background-color: @theme_base_color; +} + +.nautilus-window notebook overlay > scrolledwindow:backdrop { + background-color: shade(@backdrop_color, 1.00); + color: @theme_unfocused_fg_color; +} + +.nautilus-window notebook overlay > scrolledwindow:backdrop widget.view { + color: @theme_unfocused_fg_color; +} + /* workaround for jumping buttons in nautilus */ .nautilus-window headerbar.titlebar .linked.path-bar > button, .nautilus-window headerbar.titlebar .linked.path-bar > button.text-button.toggle { -- cgit v1.2.1