diff --git a/Paper/gtk-3.0/apps/gnome-disks.css b/Paper/gtk-3.0/apps/gnome-disks.css index 1dc5480..f23bf2c 100644 --- a/Paper/gtk-3.0/apps/gnome-disks.css +++ b/Paper/gtk-3.0/apps/gnome-disks.css @@ -16,7 +16,7 @@ * with the Paper GTK theme. If not, see http://www.gnu.org/licenses/. */ -@define-color disks #9B26AF; +@define-color disks #7C5183; /********** * Header * @@ -25,6 +25,7 @@ GduWindow .titlebar, GduWindow .header-bar { background-color: @disks; + color: @text; } GduWindow .titlebar:backdrop, @@ -32,10 +33,13 @@ GduWindow .header-bar:backdrop { background-color: shade(@disks,0.9); } -GduVolumeGrid *:active, -GduVolumeGrid *:focus, -GduVolumeGrid *:selected { - background-color: @selection; - color: @selection_foreground; +GduVolumeGrid .toolbar { + background-color: @disks; +} + +GduVolumeGrid, +GduVolumeGrid:*, +GduVolumeGrid * { + color: @text; } diff --git a/Paper/gtk-3.0/apps/settings.css b/Paper/gtk-3.0/apps/settings.css index 82348f4..de540b5 100644 --- a/Paper/gtk-3.0/apps/settings.css +++ b/Paper/gtk-3.0/apps/settings.css @@ -71,7 +71,7 @@ CcShellItemView .button { * Iconview * ************/ -CcWindow GtkIconView.view.cell { +/*CcWindow GtkIconView.view.cell { border: none; } @@ -85,7 +85,7 @@ CcWindow GtkIconView.view.cell:selected, CcWindow GtkIconView.view.cell:selected:focus { border: 1px solid @settings; background-color: @settings; -} +}*/ /************ @@ -138,4 +138,8 @@ CcWindow .button.list-row:active:selected:hover { CcWindow .button.list-row:hover:selected { background-color: alpha(@settings, 0.2); color: @settings; +} + +CcNetworkPanel GtkNotebook > .frame { + border: none; } \ No newline at end of file diff --git a/Paper/gtk-3.0/widgets/titlebar.css b/Paper/gtk-3.0/widgets/titlebar.css index 49d181b..aea581d 100644 --- a/Paper/gtk-3.0/widgets/titlebar.css +++ b/Paper/gtk-3.0/widgets/titlebar.css @@ -56,6 +56,11 @@ font: Bold 11; } +.titlebar .subtitle { + color: @header_text; +} + +.titlebar .subtitle:backdrop, .titlebar .title:backdrop { color: @backdrop_header_text; }