From f91d3251f7f9f2410be1da3a7a2fb106efd2970d Mon Sep 17 00:00:00 2001 From: EliverLara Date: Wed, 19 May 2021 13:01:04 -0500 Subject: [PATCH] Cinnamon: Add visual differentiation for inactive pane in Nemo --- gtk-3.0/apps/_nemo.scss | 5 +++++ gtk-3.0/gtk-dark.css | 4 ++++ gtk-3.0/gtk.css | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/gtk-3.0/apps/_nemo.scss b/gtk-3.0/apps/_nemo.scss index f25be35..c9414c0 100644 --- a/gtk-3.0/apps/_nemo.scss +++ b/gtk-3.0/apps/_nemo.scss @@ -60,5 +60,10 @@ &:checked { @include button(active-header); } } } + + .nemo-inactive-pane .view, + .nemo-inactive-pane iconview { + background-color: darken($base_color, 2%); + } } \ No newline at end of file diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index a2f342e..4fedd90 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -6430,6 +6430,10 @@ ConversationListView { box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753); color: white; } +.nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview, +.nemo-window .nemo-inactive-pane iconview { + background-color: #181b1e; } + .caja-notebook .frame { border-width: 0 0 1px; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 97feaad..dd7905f 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -6455,6 +6455,10 @@ ConversationListView { box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753); color: white; } +.nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview, +.nemo-window .nemo-inactive-pane iconview { + background-color: #181b1e; } + .caja-notebook .frame { border-width: 0 0 1px; }