Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svgcard.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2014-07-11 21:38:04 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2014-07-14 11:00:10 (GMT)
commit99fbb96062d7698c505dce79bd8bbce72f08605f (patch)
treed15cbf8dd81db3dca0661402aab18dadfbf9192c /svgcard.py
parent92f52c052070efe1721cfd106da8a9eb657a6bb1 (diff)
Center table, change colors
Diffstat (limited to 'svgcard.py')
-rw-r--r--svgcard.py2
1 files changed, 1 insertions, 1 deletions
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'),