source: tags/0.12.0/j/themes/Zen

Last change on this file was 2, checked in by piso, 22 years ago

Initial checkin.

File size: 1.5 KB
Line 
1color.text                    = 255 255 204
2color.background              = 102 0   0
3color.caret                   = 204 204 153
4
5color.selectionBackground     = 204 102 0
6color.preprocessor            = 255 204 0
7color.comment                 = 153 51  0
8color.keyword                 = 204 102 0
9color.brace                   = 255 204 0
10color.number                  = 255 204 0
11color.currentLineBackground   = 0   0   0
12color.function                = 255 153 0
13color.string                  = 204 102 0
14color.operator                = 255 204 0
15color.disabled                = 153 153 153
16ShellMode.color.prompt        = 204 102 0
17ShellMode.color.input         = 255 153 0
18
19HtmlMode.color.tag            = 153 153 102
20HtmlMode.color.anchor         = 255 0   0
21HtmlMode.color.image          = 204 204 153
22HtmlMode.color.table          = 204 51  0
23HtmlMode.color.tableRow       = 204 102 0
24HtmlMode.color.tableData      = 255 153 0
25HtmlMode.color.comment        = 153 51  0
26HtmlMode.color.script         = 255 255 255
27
28MakefileMode.color.target     = 255 153 0
29
30PropertiesMode.color.section  = 255 153 0
31
32DirectoryMode.color.directory = 255 255 204
33DirectoryMode.color.symlink   = 204 102 0
34DirectoryMode.color.marked    = 255 153 0
35
36# Font.PLAIN is 0, Font.BOLD is 1, Font.ITALIC is 2.
37style.text                    = 0
38style.keyword                 = 0
39style.function                = 0
40DirectoryMode.style.directory = 1
41DirectoryMode.style.marked    = 0
42ShellMode.style.prompt        = 0
43style.comment                 = 0
Note: See TracBrowser for help on using the repository browser.