From 63fcb7b0eca428dc0601035a86d697f270a0363c Mon Sep 17 00:00:00 2001 From: SuperScript Date: Fri, 22 May 2015 10:50:12 -0600 Subject: [PATCH] Gives Geary a sweet yellow titlebar! --- Paper/gtk-3.0/apps/geary.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Paper/gtk-3.0/apps/geary.css b/Paper/gtk-3.0/apps/geary.css index 47e7133..7dd7725 100644 --- a/Paper/gtk-3.0/apps/geary.css +++ b/Paper/gtk-3.0/apps/geary.css @@ -16,7 +16,21 @@ * with the Paper GTK theme. If not, see http://www.gnu.org/licenses/. */ -/*@define-color geary #ebdd4d;*/ +@define-color geary #FECD38; + +/********** + * Header * + **********/ + +.geary-titlebar-left, .geary-titlebar-right { + background-color: @geary; +} + +.geary-titlebar-left .separator { opacity: 0; } + +.geary-titlebar-left:backdrop, .geary-titlebar-right:backdrop { + background-color: shade(@geary, 0.9); +} /********************* * Conversation View * @@ -31,4 +45,4 @@ ConversationListView .view:active:backdrop, ConversationListView .view:selected:backdrop { background-color: @backdrop_selection; color: @backdrop_selection_foreground; -} \ No newline at end of file +}