~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to stickynotes/info.py

  • Committer: Umang Varma
  • Date: 2015-07-02 16:07:25 UTC
  • Revision ID: git-v1:669c9eeeabd0e72783241a00a13e4df4a78d2412
Tweak default colors

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
SETTINGS_FILE = "~/.config/indicator-stickynotes"
6
6
DEBUG_SETTINGS_FILE = "~/.stickynotes"
7
7
 
8
 
FALLBACK_PROPERTIES = { "bgcolor_hsv": [56./360, 1, 1],
9
 
                        "textcolor": [0, 0, 0],
 
8
FALLBACK_PROPERTIES = { "bgcolor_hsv": [48./360, 1, 1],
 
9
                        "textcolor": [32./255, 32./255, 32./255],
10
10
                        "font": "",
11
11
                        "shadow": 60}