Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gridwidget.py
diff options
context:
space:
mode:
Diffstat (limited to 'gridwidget.py')
-rw-r--r--gridwidget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gridwidget.py b/gridwidget.py
index ea2d6e6..ed28843 100644
--- a/gridwidget.py
+++ b/gridwidget.py
@@ -28,7 +28,7 @@ import random
import color
# Color of the background.
-_BG_COLOR = (0.5, 0.5, 0.7)
+_BG_COLOR = (0.35, 0.35, 0.7)
# Color of the selection border.
_SELECTED_COLOR = (1.0, 1.0, 1.0)