source: tags/0.12.0/j/themes/Freefloater

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

color.selectionBackground

File size: 5.6 KB
Line 
1# -*- Mode: Properties -*-
2# Freefloater
3# Mikol Graves
4# $Id: Freefloater,v 1.5 2003-02-21 21:21:05 piso Exp $
5
6color.background                        =  51  77 102
7color.disabled                          = 102 128 153
8color.verticalRule                      =  77 102 128
9color.change                            = 153 204 255
10color.savedChange                       =  77 128 179
11color.lineNumber                        = 179 179 179
12color.gutterBorder                      =  77 102 128
13color.brace                             =   0 204 255
14color.caret                             = 255 255 255
15color.comment                           = 102 128 153
16color.currentLineBackground             =   0   0   0
17color.function                          = 255 204   0
18color.input                             = 255 204   0
19color.keyword                           = 255 153   0
20color.number                            = 255 255 255
21color.operator                          = 255 255   0
22color.preprocessor                      = 255 204   0
23color.prompt                            = 255 153   0
24color.selectionBackground               = 204 102   0
25color.matchingBracketBackground         = 128  26   0
26color.string                            = 230 230 204
27color.text                              = 255 255 255
28
29gutterFontSize                          = 10
30changeMarkWidth                         = 3
31
32DiffMode.color.context                  = 179 204 204
33DiffMode.color.deleted                  = 255 255 255
34DiffMode.color.file                     = 255 255 255
35DiffMode.color.header                   = 102 128 153
36DiffMode.color.inserted                 = 255 204   0
37
38DirectoryMode.color.directory           = 255 204   0
39DirectoryMode.color.marked              = 255 255 255
40DirectoryMode.color.symlink             = 179 204 255
41
42HtmlMode.color.anchor                   = 179 204 230
43HtmlMode.color.comment                  = 102 128 153
44HtmlMode.color.image                    = 179 230 204
45HtmlMode.color.script                   = 179 230 230
46HtmlMode.color.table                    = 255 153   0
47HtmlMode.color.tableData                = 255 204   0
48HtmlMode.color.tableRow                 = 255 179   0
49HtmlMode.color.tag                      = 230 230 179
50
51LispMode.color.parenthesis              = 179 179 179
52LispMode.color.punctuation              = 179 179 179
53LispMode.color.secondaryKeyword         = 204 102   0
54LispMode.color.substitution             =   0 204 204
55
56color.matchingText                      = 255 255   0
57color.status                            = 102 128 153
58
59MailboxMode.color.to                    = 255 204   0
60MailboxMode.color.flags                 = 255 153   0
61MailboxMode.color.date                  = 153 179 204
62MailboxMode.color.from                  = 204 230 255
63MailboxMode.color.size                  = 204 204 204
64MailboxMode.color.subject               = 255 255 255
65
66MailboxMode.color.flaggedFrom           = 255 204 0
67MailboxMode.style.flaggedFrom           = 0
68MailboxMode.color.flaggedSubject        = 255 204 0
69MailboxMode.style.flaggedSubject        = 0
70
71MailboxMode.color.marked                = 255 255   0
72
73MakefileMode.color.target               = 255 204   0
74
75MessageMode.color.comment               = 102 128 153
76MessageMode.color.headerName            = 255 153   0
77MessageMode.color.headerValue           = 255 204   0
78MessageMode.color.signature             = 153 179 204
79MessageMode.color.string                = 230 230 204
80
81PerlMode.color.scalar                   = 255 255 204
82PerlMode.color.list                     = 204 204 153
83
84PHPMode.color.var                       = 255 255 204
85PHPMode.color.attribute                 = 179 204 204
86PHPMode.color.delimiter                 = 255 153   0
87PHPMode.color.equals                    = 230 255 255
88PHPMode.color.tag                       = 255 204   0
89
90PropertiesMode.color.section            = 255 204   0
91
92WebMode.color.link                      = 255 204   0
93WebMode.color.headerValue               = 255 204   0
94
95XmlMode.color.attribute                 = 179 204 204
96XmlMode.color.comment                   = 102 128 153
97XmlMode.color.delimiter                 = 255 153   0
98XmlMode.color.equals                    = 230 255 255
99XmlMode.color.namespace                 = 255 179   0
100XmlMode.color.string                    = 230 230 204
101XmlMode.color.tag                       = 255 204   0
102XmlMode.color.text                      = 255 255 255
103
104# Font.PLAIN is 0, Font.BOLD is 1, Font.ITALIC is 2.
105style.comment                           = 0
106style.function                          = 0
107style.keyword                           = 0
108style.prompt                            = 0
109style.text                              = 0
110
111DiffMode.style.deleted                  = 0
112DiffMode.style.file                     = 0
113DiffMode.style.header                   = 0
114DiffMode.style.inserted                 = 0
115
116DirectoryMode.style.directory           = 0
117DirectoryMode.style.marked              = 0
118
119style.matchingText                      = 0
120style.status                            = 0
121
122MailboxMode.style.date                  = 0
123MailboxMode.style.from                  = 0
124MailboxMode.style.marked                = 0
125MailboxMode.style.subject               = 0
126
127MakefileMode.style.target               = 0
128
129MessageMode.style.comment               = 0
130MessageMode.style.headerValue           = 0
131MessageMode.style.string                = 0
132
133PropertiesMode.style.section            = 0
134
135WebMode.style.headerValue               = 0
136WebMode.style.link                      = 0
137
138XmlMode.style.delimiter                 = 0
139XmlMode.style.tag                       = 0
140PHPMode.style.delimiter                 = 0
141PHPMode.style.tag                       = 0
Note: See TracBrowser for help on using the repository browser.