Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/theme.py
diff options
context:
space:
mode:
Diffstat (limited to 'theme.py')
-rw-r--r--theme.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/theme.py b/theme.py
index 5a2a0be..eae4a53 100644
--- a/theme.py
+++ b/theme.py
@@ -18,6 +18,10 @@
import gtk
PAIR_SIZE = gtk.gdk.screen_width() / 5
-PAIR_PAD = 10
+PAD = 10
SVG_PAD = 10
CARD_PAD = 2
+BODY_WIDTH = 45
+BODY_HEIGHT = 55
+STARS_COLS = 6
+SCORE_SIZE = 30