source: tags/0.12.0/j/themes/Default

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

Initial checkin.

File size: 1.9 KB
Line 
1# Default
2# $Id: Default,v 1.1.1.1 2002-09-24 16:10:25 piso Exp $
3
4color.text                    =   0   0   0
5color.background              = 255 255 255
6color.currentLineBackground   = 224 224 224
7
8color.selectionBackground     = 204 204 255
9color.keyword                 =   0   0 128
10color.string                  = 128   0   0
11color.comment                 =   0 128   0
12color.function                =   0   0   0
13color.operator                =   0   0 255
14color.brace                   =   0 128 128
15color.number                  = 128 128   0
16color.preprocessor            = 255   0   0
17color.disabled                = 128 128 128
18
19PerlMode.color.scalar         =   0   0   0
20PerlMode.color.list           =   0   0   0
21
22ShellMode.color.prompt        =   0   0   0
23ShellMode.color.input         =   0   0 255
24
25XmlMode.color.attribute       = 128   0   0
26XmlMode.color.delimiter       =   0 128 128
27XmlMode.color.namespace       =   0   0   0
28XmlMode.color.tag             =   0   0   0
29
30HtmlMode.color.tag            =   0   0 153
31HtmlMode.color.image          = 204 102   0
32HtmlMode.color.anchor         =  51 153  51
33HtmlMode.color.table          = 204   0   0
34HtmlMode.color.tableRow       = 153   0   0
35HtmlMode.color.tableData      = 153  51   0
36HtmlMode.color.comment        = 128 128 128
37HtmlMode.color.script         =   0   0 255
38
39MakefileMode.color.target     = 255   0 255
40
41DirectoryMode.color.directory =   0   0   0
42DirectoryMode.color.symlink   =   0   0 255
43DirectoryMode.color.marked    = 255   0   0
44
45# Font.PLAIN is 0, Font.BOLD is 1, Font.ITALIC is 2.
46style.text                    = 0
47style.keyword                 = 1
48style.function                = 1
49DirectoryMode.style.directory = 1
50DirectoryMode.style.marked    = 1
51ShellMode.style.prompt        = 1
52style.comment                 = 2
53XmlMode.style.tag             = 1
54XmlMode.style.delimiter       = 1
55
Note: See TracBrowser for help on using the repository browser.