From a257cc17b2ce2696f1d3dcfb3acc11cad7ac53cd Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Sun, 26 Apr 2015 22:11:19 -0400 Subject: [PATCH] Tweaked dark css --- Paper/gtk-3.0/apps/shotwell.css | 3 +-- Paper/gtk-3.0/gtk-dark.css | 13 ++++++------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Paper/gtk-3.0/apps/shotwell.css b/Paper/gtk-3.0/apps/shotwell.css index 5642919..8983da1 100644 --- a/Paper/gtk-3.0/apps/shotwell.css +++ b/Paper/gtk-3.0/apps/shotwell.css @@ -42,5 +42,4 @@ DirectWindow .header-bar { DirectWindow .titlebar:backdrop, DirectWindow .header-bar:backdrop { background-color: shade(@shotwell,0.9); -} - +} \ No newline at end of file diff --git a/Paper/gtk-3.0/gtk-dark.css b/Paper/gtk-3.0/gtk-dark.css index ab25ab2..8e165ab 100644 --- a/Paper/gtk-3.0/gtk-dark.css +++ b/Paper/gtk-3.0/gtk-dark.css @@ -21,17 +21,16 @@ **********/ /* Base colors */ -@define-color base #7b888e;/* Base color */ -@define-color background #6f7b81;/* Background color */ +@define-color base #828B8F;/* Base color */ +@define-color background #636E73;/* Background color */ @define-color foreground #d3d9dc;/* Foreground color */ @define-color border shade(@background, 0.8);/* Borders color */ @define-color separator alpha(#000, 0.1);/* Separator color */ @define-color text @foreground;/* Text color */ -@define-color panel #454D50;/* Panel color */ -@define-color header #636E73;/* Header color */ -@define-color backdrop_header #5A6367; /* Header backdrop color */ -@define-color header_text alpha(#fff, 0.7);/* Header text color */ -@define-color header_text_dark alpha(#000, 0.3);/* Header text color */ +@define-color panel #3B4245;/* Panel color */ +@define-color header #4F585C;/* Header color */ +@define-color backdrop_header #636e73; /* Header backdrop color */ +@define-color header_text alpha(#000, 0.4);/* Header text color */ @define-color selection #90a4ae;/* Selection color */ @define-color view_background @base;/* View background */ @define-color inactive_frame @border;/* Inactive frame color */