Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svgcard.py
diff options
context:
space:
mode:
authorPablo Moleri <pmoleri@PABLOMOLERI-PC.(none)>2010-04-10 23:33:30 (GMT)
committer Pablo Moleri <pmoleri@PABLOMOLERI-PC.(none)>2010-04-10 23:33:30 (GMT)
commit9bad1637df73e51b658c1452b1bbca90a88c26a1 (patch)
tree2e0c544ec489bb1c5f82c2e7bfed4c904416081f /svgcard.py
parent61efd384fffb3c4ec9a3c694b1380ef2d3ecdff3 (diff)
Accesibility option in the game toolbar.
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 d408ca6..d16e4bc 100644
--- a/svgcard.py
+++ b/svgcard.py
@@ -42,7 +42,7 @@ class SvgCard(gtk.EventBox):
default_props['back'] = {'fill_color':'#b2b3b7', 'stroke_color':'#b2b3b7',
'opacity':'1'}
default_props['back_h'] = {'fill_color':'#b2b3b7',
- 'stroke_color':'#ffffff', 'opacity':'1'}
+ 'stroke_color':'#C00000', 'opacity':'1'}
default_props['back_text'] = {'text_color':'#c7c8cc'}
default_props['front'] = {'fill_color':'#4c4d4f', 'stroke_color':'#ffffff',
'opacity':'1'}