source: tags/0.12.0/j/themes/Ultramarine

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