source: tags/0.12.0/j/themes/Muted

Last change on this file was 316, checked in by piso, 21 years ago

Initial checkin.

File size: 2.4 KB
Line 
1# Muted
2# Mike Rutter
3
4color.text                      = white
5color.background                = black
6color.caret                     = white
7
8color.selectionBackground       = 0 0 128
9color.matchingBracketBackground = 128 0 0
10color.preprocessor              = 0 255 192
11color.comment                   = 92 192 92
12color.keyword                   = 168 168 255
13color.brace                     = white
14color.number                    = white
15color.currentLineBackground     = 20 20 32
16color.function                  = 168 168 192
17color.string                    = 168 255 168
18color.operator                  = white
19color.disabled                  = 128 128 128
20color.change                    = 255 164   0
21color.savedChange               = 128 128 128
22color.verticalRule              = 92 92 92
23color.lineNumber                = 96 96 96
24color.gutterBorder              = 70 70 70
25ShellMode.color.prompt          = 0 255 255
26ShellMode.color.input           = 255 255 0
27
28XmlMode.color.text              = 0 255 0
29XmlMode.color.attribute         = 128 192 255
30XmlMode.color.delimiter         = 255 255 255
31XmlMode.color.namespace         = 255 204 0
32XmlMode.color.tag               = 208 208 0
33XmlMode.color.comment           = 128 128 128
34#XmlMode.color.selectionBackground = 32 32 32
35#XmlMode.color.currentLineBackground = 16 16 42
36
37HtmlMode.color.tag              = 255 255 0
38HtmlMode.color.anchor           = 192 192 192
39HtmlMode.color.image            = 128 255 128
40HtmlMode.color.table            = 0 0 255
41HtmlMode.color.tableRow         = 128 128 255
42HtmlMode.color.tableData        = 0 255 255
43HtmlMode.color.comment          = 128 128 128
44HtmlMode.color.script           = 0 255 0
45#HtmlMode.color.selectionBackground = 32 32 32
46#HtmlMode.color.currentLineBackground = 16 16 42
47
48PerlMode.color.scalar           = 0 255 255
49PerlMode.color.list             = 192 255 255
50
51PHPMode.color.var               = 0 255 255
52PHPMode.color.attribute         = 128 192 255
53PHPMode.color.delimiter         = 255 255 255
54PHPMode.color.tag               = 255 255 0
55
56MakefileMode.color.target       = 255 255 255
57
58PropertiesMode.color.section    = 255 255 0
59
60DirectoryMode.color.directory   = 192 255 192
61DirectoryMode.color.symlink     = 192 255 192
62DirectoryMode.color.marked      = 255 255 255
63
64style.keyword                   = 0
65style.function                  = 0
66DirectoryMode.style.directory   = 2
67
Note: See TracBrowser for help on using the repository browser.