-
Notifications
You must be signed in to change notification settings - Fork 497
Expand file tree
/
Copy pathdefault.properties
More file actions
executable file
·181 lines (156 loc) · 5.55 KB
/
default.properties
File metadata and controls
executable file
·181 lines (156 loc) · 5.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
stdstyle.fg=fore:#000000
stdstyle.bg=back:#FFFFFF
stdstyle.syntaxerror=back:#CC0055,fore:#ffff00
# style 0
stdstyle.whitespace=$(stdstyle.bg),#808080
# styles 32 - 37
stdstyle.default=$(stdstyle.fg),$(stdstyle.bg),$(font.base)
stdstyle.linenumbers=fore:#000077,back:#CCCCCC
stdstyle.bracematch=fore:#0000FF,bold
stdstyle.bracemismatch=fore:#FF0000,bold
stdstyle.controlchars=$(stdstyle.default)
stdstyle.indentguides=$(stdstyle.default)
# various other SciTE system colors
caret.fore=#000000
caret.line.back=#9999BB
caret.line.back.alpha=32
selection.fore=#003000
selection.back=#bbbbbb
selection.alpha=
#whitespace.fore=
#whitespace.back=
#bookmark.fore=
#bookmark.back=
#bookmark.alpha=
#error.marker.fore=
#error.marker.back=
#bookmark.fore=
#bookmark.back=
#bookmark.alpha=
#fold.margin.colour
#fold.margin.highlight.colour=
#edge.colour=
# SYNTAX ELEMENTS
stdstyle.keywordx=fore:#000080
stdstyle.keyword1=$(colour.keyword),bold
stdstyle.keyword2=$(stdstyle.keywordx)
stdstyle.keyword3=$(stdstyle.keywordx)
stdstyle.keyword4=$(stdstyle.keywordx)
# identifiers (the default is often the same as default style)
stdstyle.identifier1=$(stdstyle.fg)
stdstyle.identifier2=fore:#005555
stdstyle.identifier3=fore:#003333
stdstyle.identifier4=fore:#111111
stdstyle.number1=$(colour.number)
stdstyle.number2=fore:#770077
stdstyle.number3=fore:#770077
stdstyle.number4=fore:#770077
# a normal string; usu 1 for single-quoted, 2 for double-quoted
stdstyle.string1=$(colour.char)
stdstyle.string2=$(colour.string)
stdstyle.string3=fore:#0000aa
stdstyle.string4=fore:#0000aa
# a string that extends over multiple lines
stdstyle.mlstring1=fore:#990099
stdstyle.mlstring2=fore:#990099
stdstyle.mlstring3=fore:#990099
stdstyle.mlstring4=fore:#990099
stdstyle.mlstring1.bg=back:#FFEEFF,eolfilled
stdstyle.mlstring2.bg=back:#FFEEFF,eolfilled
stdstyle.mlstring3.bg=back:#FFEEFF,eolfilled
stdstyle.mlstring4.bg=back:#FFEEFF,eolfilled
# a character string
stdstyle.char1=fore:#0000aa
stdstyle.char2=fore:#0000aa
stdstyle.char3=fore:#0000aa
stdstyle.char4=fore:#0000aa
# a regular expression
stdstyle.regexp1=fore:#770077,$(font.monospace)
stdstyle.regexp2=fore:#770077,$(font.monospace)
stdstyle.regexp3=fore:#770077,$(font.monospace)
stdstyle.regexp4=fore:#770077,$(font.monospace)
stdstyle.regexp1.bg=back:#FFEEFF,eolfilled
stdstyle.regexp2.bg=back:#FFEEFF,eolfilled
stdstyle.regexp3.bg=back:#FFEEFF,eolfilled
stdstyle.regexp4.bg=back:#FFEEFF,eolfilled
stdstyle.stringerror=fore:#000040,back:#EEEEFF,eolfilled
# a normal block comment
stdstyle.comment1=fore:#007700,$(font.comment)
stdstyle.comment2=fore:#007700,$(font.comment)
stdstyle.comment3=fore:#007700,$(font.comment)
stdstyle.comment4=fore:#007700,$(font.comment)
stdstyle.comment1.bg=back:#EEFFEE,eolfilled
stdstyle.comment2.bg=back:#DDFFDD,eolfilled
stdstyle.comment3.bg=back:#EEFFEE,eolfilled
stdstyle.comment4.bg=back:#DDFFDD,eolfilled
# a normal comment that extends to EOL
stdstyle.eolcomment1=fore:#007700,$(font.comment)
stdstyle.eolcomment2=fore:#557755
stdstyle.eolcomment3=fore:#007700,$(font.comment)
stdstyle.eolcomment4=fore:#007700,$(font.comment)
# a doc-comment
stdstyle.doccomment1=fore:#007700,$(font.comment)
stdstyle.doccomment2=fore:#007700,$(font.comment)
stdstyle.doccomment3=fore:#007700,$(font.comment)
stdstyle.doccomment4=fore:#007700,$(font.comment)
stdstyle.doccomment1.bg=back:#EEFFEE,eolfilled
stdstyle.doccomment2.bg=back:#DDFFDD,eolfilled
stdstyle.doccomment3.bg=back:#EEFFEE,eolfilled
stdstyle.doccomment4.bg=back:#DDFFDD,eolfilled
# a keyword inside doc-comment
stdstyle.dockeyword1=fore:#00AAAA,$(font.comment)
stdstyle.dockeyword2=fore:#00AAAA,$(font.comment)
stdstyle.dockeyword3=fore:#00AAAA,$(font.comment)
stdstyle.dockeyword4=fore:#00AAAA,$(font.comment)
stdstyle.dockeyworderror=fore:#AA3333,$(font.comment)
# other blocks
stdstyle.otherblock1=fore:#0000aa
stdstyle.otherblock2=fore:#0000aa
stdstyle.otherblock3=fore:#0000aa
stdstyle.otherblock4=fore:#0000aa
stdstyle.otherblock1.bg=back:#eeeeff
stdstyle.otherblock2.bg=back:#eeeeff
stdstyle.otherblock3.bg=back:#eeeeff
stdstyle.otherblock4.bg=back:#eeeeff
stdstyle.preprocessor1=fore:#555555
stdstyle.preprocessor2=fore:#555555
stdstyle.preprocessor3=fore:#555555
stdstyle.preprocessor4=fore:#555555
stdstyle.operator1=$(stdstyle.fg)
stdstyle.operator2=$(stdstyle.fg)
stdstyle.operator3=$(stdstyle.fg)
stdstyle.operator4=$(stdstyle.fg)
stdstyle.importantoperator1=fore:#CC00CC
stdstyle.importantoperator2=fore:#00CC00
stdstyle.importantoperator3=fore:#AAAA00
stdstyle.importantoperator4=fore:#CCAA00
# internal processing: visual brace matching
stdstyle.bracematch1=$(stdstyle.bracematch)
stdstyle.bracematch2=$(stdstyle.bracematch)
stdstyle.bracematch3=$(stdstyle.bracematch)
stdstyle.bracematch4=$(stdstyle.bracematch)
stdstyle.bracemismatch1=$(stdstyle.bracemismatch)
stdstyle.bracemismatch2=$(stdstyle.bracemismatch)
stdstyle.bracemismatch3=$(stdstyle.bracemismatch)
stdstyle.bracemismatch4=$(stdstyle.bracemismatch)
# class/method decorator
stdstyle.decorator1=fore:#00DDDD
stdstyle.decorator2=fore:#00DDDD
stdstyle.decorator3=fore:#00DDDD
stdstyle.decorator4=fore:#00DDDD
stdstyle.visualbreak1=fore:#FFFF40,back:#AAAAAA,eolfilled
stdstyle.visualbreak2=fore:#FFFF40,back:#770077,eolfilled
stdstyle.visualbreak3=fore:#FFFF40,back:#AAAAAA,eolfilled
stdstyle.visualbreak4=fore:#FFFF40,back:#770077,eolfilled
# Error messages
stdstyle.error=fore:#FF0000
stdstyle.command=fore:#0000FF
stdstyle.diff1=fore:#007F00
stdstyle.diff2=fore:#7F7F00
stdstyle.diff3=fore:#7F0000
stdstyle.diff4=fore:#7F007F
stdstyle.diff5=fore:#007F7F
stdstyle.diff6=fore:#00007F
#Debugger markers
stdcolor.active=#AAFFAA
stdcolor.error=#FFAAAA