source: tags/0.12.0/j/themes/Contrast

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

Initial checkin.

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