From 7c5db3020665e8ac3bb577dc8f8934fb864eb290 Mon Sep 17 00:00:00 2001 From: Chris Irwin Date: Thu, 17 Mar 2016 02:46:30 -0400 Subject: [PATCH] Calendar fix for #263, partial fix for #223 --- Paper/gtk-3.0/gtk.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Paper/gtk-3.0/gtk.css b/Paper/gtk-3.0/gtk.css index e9fc7a9..941fd40 100644 --- a/Paper/gtk-3.0/gtk.css +++ b/Paper/gtk-3.0/gtk.css @@ -42,6 +42,15 @@ @define-color highlight alpha(#fff, 0.2); @define-color shadow alpha(#000, 0.2); +/* Fixes for 263, and partial fix for 223 (gnome-calendar) + * https://github.com/snwh/paper-gtk-theme/issues/223 * + * https://github.com/snwh/paper-gtk-theme/issues/263 */ +@define-color theme_fg_color @foreground; +@define-color theme_bg_color @background; +@define-color theme_text_color @text; +@define-color theme_base_color @base; +@define-color borders @border; + /*********** * Imports *