~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/data/themes/nublo/styles/label.json

  • Committer: Jan Jokela
  • Date: 2008-12-10 22:18:59 UTC
  • Revision ID: janjokela@gmail.com-20081210221859-zxr2ut255a7xu15x
Hi, Glitter here

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
  {
 
2
    "STATE_NORMAL":
 
3
      {
 
4
        "font_name": "Verdana",
 
5
        "color": [100, 100, 100, 255],
 
6
        "minimum_height": 200000,
 
7
        "natural_width": 1.0
 
8
      },
 
9
    "STATE_HIGHLIGHT":
 
10
      {
 
11
        "font_name": "Verdana",
 
12
        "color": [255, 255, 255, 255]
 
13
      }
 
14
  }
 
15