source: tags/0.12.0/j/themes/Jaan

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

Initial checkin.

File size: 1.5 KB
Line 
1color.background              = 0   77  0
2color.caret                   = 255 255 255
3color.currentLineBackground   = 0   51  26
4color.selectionBackground     = 77  128 102
5color.text                    = 230 230 179
6
7color.brace                   = 153 255 102
8color.comment                 = 102 153 128
9color.disabled                = 102 153 128
10color.function                = 255 204 0
11color.keyword                 = 255 153 0
12color.number                  = 255 255 255
13color.operator                = 255 255 0
14color.preprocessor            = 255 204 0
15color.string                  = 255 255 255
16
17ShellMode.color.prompt        = 255 153 0
18ShellMode.color.input         = 255 204 0
19
20HtmlMode.color.text           = 255 255 255
21HtmlMode.color.tag            = 230 230 179
22HtmlMode.color.anchor         = 153 255 102
23HtmlMode.color.image          = 204 255 255
24HtmlMode.color.table          = 255 153 0
25HtmlMode.color.tableRow       = 255 179 0
26HtmlMode.color.tableData      = 255 204 0
27
28MakefileMode.color.target     = 255 204 0
29
30PropertiesMode.color.section  = 255 204 0
31
32DirectoryMode.color.directory = 255 204 0
33DirectoryMode.color.symlink   = 153 255 102
34DirectoryMode.color.marked    = 255 255 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.