1 | # Misc colours |
2 | fold.margin.colour=#3A6060 |
3 | fold.margin.highlight.colour=#3A6060 |
4 | caret.fore=#FFFFFF |
5 | selection.back=#607060 |
6 | whitespace.fore=#508050 |
7 | |
8 | # Give symbolic names to the set of colours used in the standard styles. |
9 | colour.code.comment.box=fore:#80A0A0 |
10 | colour.code.comment.line=fore:#A0C0C0 |
11 | colour.code.comment.doc=fore:#A0C0C0 |
12 | colour.text.comment=fore:#0000FF,back:#D0F0D0 |
13 | colour.other.comment=fore:#A0C0C0 |
14 | colour.embedded.comment=back:#E0EEFF |
15 | colour.embedded.js=back:#F0F0FF |
16 | colour.notused=back:#FF0000 |
17 | colour.number=fore:#CCBB77 |
18 | colour.keyword=fore:#00A0C0 |
19 | colour.keyword2=fore:#B99C4C |
20 | colour.string=fore:#FF7788 |
21 | colour.char=fore:#FF7788 |
22 | colour.operator=fore:#F0E0B0 |
23 | colour.preproc=fore:#D0D000 |
24 | colour.error=fore:#FFFF00,back:#A05050 |
25 | |
26 | # Global default styles for all languages |
27 | # Default |
28 | style.*.32=$(font.base),back:#305050,fore:#CCBB77 |
29 | # Line number |
30 | style.*.33=$(font.base),back:#305050 |
31 | # Brace highlight |
32 | style.*.34=fore:#FF6030,bold |
33 | # Brace incomplete highlight |
34 | style.*.35=fore:#FF0000,bold |
35 | # Control characters |
36 | style.*.36= |
37 | # Indentation guides |
38 | style.*.37=fore:#507050 |
39 | |
40 | # C++ styles |
41 | # Default |
42 | style.cpp.32=$(font.base) |
43 | # White space |
44 | style.cpp.0=fore:#808080 |
45 | # Comment |
46 | style.cpp.1=$(colour.code.comment.box),$(font.code.comment.box),italics |
47 | # Line Comment |
48 | style.cpp.2=$(colour.code.comment.line),$(font.code.comment.line),italics |
49 | # Doc comment |
50 | style.cpp.3=$(colour.code.comment.doc),$(font.code.comment.doc),italics |
51 | # Number |
52 | style.cpp.4=$(colour.number) |
53 | # Keyword |
54 | style.cpp.5=$(colour.keyword),bold |
55 | # Double quoted string |
56 | style.cpp.6=$(colour.string) |
57 | # Single quoted string |
58 | style.cpp.7=$(colour.char) |
59 | # UUIDs (only in IDL) |
60 | style.cpp.8=fore:#7F7F00 |
61 | # Preprocessor |
62 | style.cpp.9=$(colour.preproc) |
63 | # Operators |
64 | style.cpp.10=$(colour.operator) |
65 | # Identifiers |
66 | style.cpp.11= |
67 | # End of line where string is not closed |
68 | style.cpp.12=$(colour.string),back:#5A5050,eolfilled |
69 | # Verbatim strings for C# |
70 | style.cpp.13=$(colour.string),back:#5A5050,eolfilled |
71 | # Regular expressions for JavaScript |
72 | style.cpp.14=$(colour.string),back:#5A5050,eolfilled |
73 | # Doc Comment Line |
74 | style.cpp.15=$(colour.code.comment.doc),$(font.code.comment.doc) |
75 | # Keywords2 |
76 | style.cpp.16=$(colour.keyword2) |
77 | # Comment keyword |
78 | style.cpp.17=fore:#3060A0,$(font.code.comment.doc) |
79 | # Comment keyword error |
80 | style.cpp.18=fore:#804020,$(font.code.comment.doc) |
81 | # Braces are only matched in operator style |
82 | braces.cpp.style=10 |
83 | |
84 | # Conf styles |
85 | # Default |
86 | style.conf.32=$(font.base) |
87 | # whitespace (SCE_CONF_DEFAULT) |
88 | style.conf.0=$(font.base) |
89 | # Comment (SCE_CONF_COMMENT) |
90 | style.conf.1=$(colour.code.comment.box),$(font.comment),italics |
91 | # Number (SCE_CONF_NUMBER) |
92 | style.conf.2=$(colour.number) |
93 | # identifier (SCE_CONF_IDENTIFIER) |
94 | style.conf.9=$(colour.preproc) |
95 | # Double quoted string (SCE_CONF_STRING) |
96 | style.conf.6=$(colour.string) |
97 | # Operators (SCE_CONF_OPERATOR) |
98 | style.conf.7=$(colour.operator) |
99 | # IP address (SCE_CONF_IP) |
100 | style.conf.8=$(font.base) |
101 | |
102 | # Properties styles |
103 | # Default |
104 | style.props.0=$(font.base) |
105 | # Comment |
106 | style.props.1=$(colour.code.comment.box),$(font.comment),italics |
107 | # Section |
108 | style.props.2=$(colour.preproc),back:#494949,eolfilled |
109 | # Assignment operator |
110 | style.props.3=$(colour.keyword2) |
111 | # Default value (@) |
112 | style.props.4=$(colour.preproc) |
113 | # Matched Operators |
114 | style.props.34=fore:#FF6030,bold |
115 | style.props.35=fore:#FF0000,bold |
116 | |
117 | # Makefile styles |
118 | # Default |
119 | style.makefile.0=$(font.base) |
120 | # Comment: # |
121 | style.makefile.1=$(colour.code.comment.box),$(font.comment),italics |
122 | comment.block.makefile=#~ |
123 | # Pre-processor or other comment: ! |
124 | style.makefile.2=$(colour.preproc) |
125 | # Variable: $(x) |
126 | style.makefile.3=fore:#9F9F20 |
127 | # Operator |
128 | style.makefile.4=$(colour.operator) |
129 | # Target |
130 | style.makefile.5=$(colour.preproc) |
131 | # Error |
132 | style.makefile.9=$(colour.error),eolfilled |
133 | # Matched Operators |
134 | style.makefile.34=fore:#FF6030,bold |
135 | style.makefile.35=fore:#FF0000,bold |
136 | |
137 | # Lua styles |
138 | #Default |
139 | style.lua.32=$(font.base) |
140 | # White space: Visible only in View Whitespace mode (or if it has a back colour) |
141 | style.lua.0=fore:#808080 |
142 | # Block comment (Lua 5.0) |
143 | style.lua.1=$(colour.code.comment.box),$(font.code.comment.box),back:#305950,eolfilled,italics |
144 | # Line comment |
145 | style.lua.2=$(colour.code.comment.line),$(font.code.comment.line),italics |
146 | # Doc comment -- Not used in Lua (yet?) |
147 | style.lua.3=$(colour.notused),$(font.notused) |
148 | # Number |
149 | style.lua.4=$(colour.number) |
150 | # Keyword |
151 | style.lua.5=$(colour.keyword) |
152 | # (Double quoted) String |
153 | style.lua.6=$(colour.string) |
154 | # Character (Single quoted string) |
155 | style.lua.7=$(colour.char) |
156 | # Literal string |
157 | style.lua.8=$(colour.string),$(font.code.comment.box),back:#E0FFFF |
158 | # Preprocessor (obsolete in Lua 4.0 and up) |
159 | style.lua.9=$(colour.preproc) |
160 | # Operators |
161 | style.lua.10=$(colour.operator) |
162 | # Identifier (everything else...) |
163 | style.lua.11=$(font.base) |
164 | # End of line where string is not closed |
165 | style.lua.12=$(colour.string),back:#5A5050,eolfilled |
166 | # Other keywords |
167 | style.lua.13=$(style.lua.5) |
168 | style.lua.14=$(style.lua.5) |
169 | style.lua.15=$(style.lua.5) |
170 | style.lua.16=$(style.lua.5) |
171 | style.lua.17=$(style.lua.5) |
172 | style.lua.18=$(style.lua.5) |
173 | style.lua.19=$(style.lua.5) |
174 | # Braces are only matched in operator style |
175 | braces.lua.style=10 |
176 | |
177 | # Batch styles |
178 | # Default |
179 | style.batch.0=$(font.base) |
180 | # Comment (rem or ::) |
181 | style.batch.1=$(colour.code.comment.box),$(font.comment),italics |
182 | # Keywords |
183 | style.batch.2=$(colour.keyword),bold |
184 | # Label (line beginning with ':') |
185 | style.batch.3=$(colour.preproc),back:#494949,eolfilled |
186 | # Hide command character ('@') |
187 | style.batch.4=$(colour.preproc) |
188 | # External commands |
189 | style.batch.5=fore:#007090,$(font.monospace),bold |
190 | # Variable: %%x (x is almost whatever, except space and %), %n (n in [0-9]), %EnvironmentVar% |
191 | style.batch.6=$(font.base) |
192 | # Operator: * ? < > | |
193 | style.batch.7=$(colour.operator) |
194 | |
195 | # Bash styles |
196 | # Default |
197 | style.bash.32=$(font.base) |
198 | # White space |
199 | style.bash.0=fore:#808080,$(font.base) |
200 | # Error |
201 | style.bash.1=$(colour.error) |
202 | # Comment |
203 | style.bash.2=$(colour.code.comment.box),$(font.comment),italics |
204 | # Number |
205 | style.bash.3=$(colour.number) |
206 | # Keyword |
207 | style.bash.4=$(colour.keyword),bold |
208 | # Double quoted string |
209 | style.bash.5=$(colour.string),$(font.monospace) |
210 | # Single quoted string |
211 | style.bash.6=$(colour.char),$(font.monospace) |
212 | # Operators |
213 | style.bash.7=$(colour.operator),bold |
214 | # Identifiers (functions, etc.) |
215 | style.bash.8=$(font.base) |
216 | # Scalars: $var |
217 | style.bash.9=fore:#000000,back:#FFE0E0 |
218 | # Parameter expansion: ${var} |
219 | style.bash.10=fore:#000000,back:#FFFFE0 |
220 | # Back Ticks |
221 | style.bash.11=fore:#FFFF00,back:#A08080 |
222 | # Here-doc (delimiter) |
223 | style.bash.12=fore:#000000,back:#DDD0DD |
224 | # Here-doc (single quoted, q) |
225 | style.bash.13=fore:#7F007F,back:#DDD0DD,eolfilled,notbold |
226 | # Braces are only matched in operator style |
227 | braces.bash.style=7 |