source: tags/0.12.0/j/themes/Orbital

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