From 99fbb96062d7698c505dce79bd8bbce72f08605f Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Fri, 11 Jul 2014 21:38:04 +0000 Subject: Center table, change colors --- (limited to 'svgcard.py') diff --git a/svgcard.py b/svgcard.py index 4f80197..b8dedfa 100644 --- a/svgcard.py +++ b/svgcard.py @@ -51,7 +51,7 @@ class SvgCard(Gtk.EventBox): # Default properties default_props = {} - default_props['back'] = {'fill_color': style.Color('#b2b3b7'), + default_props['back'] = {'fill_color': style.Color('#666666'), 'stroke_color': style.Color('#b2b3b7')} default_props['back_text'] = {'text_color': style.Color('#c7c8cc')} default_props['front'] = {'fill_color': style.Color('#4c4d4f'), -- cgit v0.9.1