-
Notifications
You must be signed in to change notification settings - Fork 4
/
Ashes_Light.ksf
213 lines (206 loc) · 8.63 KB
/
Ashes_Light.ksf
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
Version = 15
Booleans = {'caretLineVisible': True, 'preferFixed': True, 'useSelFore': False}
InterfaceStyles = {'border': {'back': 13749447},
'button': {'back': 13749447, 'fore': 6643286},
'button special': {'back': 8497834, 'fore': 16119027},
'caption': {'fore': 4538169},
'contrast': {'back': 15065823},
'contrast widget': {'back': 15065823},
'css': {'code': '/* Enter your custom LESS CSS code \n * to further customize the interface */\n\n@import url("chrome://komodo/skin/global/colors.less");\n@import url("resource://profile/colors.less");\n\n'},
'icons': {'fore': 6643286},
'icons special': {'fore': 16119027},
'icons widget': {'fore': 6643286},
'scc conflict': {'fore': 9816007},
'scc deleted': {'fore': 9809607},
'scc modified': {'fore': 13079982},
'scc new': {'fore': 11454357},
'scc ok': {'fore': 7367268},
'scc sync': {'fore': 11441607},
'secondary special': {'fore': 10465927},
'selected': {'back': 12108972, 'fore': 6643286},
'selected special': {'back': 8497834, 'fore': 16119027},
'special': {'back': 13749447, 'fore': 6643286},
'special contrast': {'back': 16119027},
'special widget': {'back': 12108972, 'fore': 16119027},
'state error': {'back': 9809607},
'state foreground': {'fore': 16119027},
'state info': {'back': 13079982},
'state ok': {'back': 11454357},
'state warning': {'back': 9816007},
'textbox': {'back': 16119027, 'fore': 6643286},
'textbox special': {'back': 16119027, 'fore': 6643286},
'textbox widget': {'back': 13749447, 'fore': 6643286},
'widget': {'back': 16119027, 'fore': 7367268},
'window': {'back': 16119027,
'face': '"Lucida Grande", "Segoe UI", "Droid Sans", "Open Sans", sans-serif',
'fore': 6643286,
'size': '1rem'},
'window button close': {'back': 7704488},
'window button maximize': {'back': 10007931},
'window button minimize': {'back': 8435639}}
CommonStyles = {'attribute name': {'fore': 9815982},
'attribute value': {'fore': 11454357},
'bracebad': {'fore': 4538169},
'bracehighlight': {'back': 13749447, 'fore': 4538169},
'classes': {'fore': 8696475},
'comments': {'fore': 12235693, 'italic': True},
'control characters': {'fore': 9816007},
'default_fixed': {'back': 16119027,
'bold': 0,
'eolfilled': 0,
'face': 'Monaco, Consolas, Inconsolata, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Menlo, Monaco, "Courier New", Courier, Monospace',
'fore': 6643286,
'hotspot': 0,
'italic': 0,
'lineSpacing': 2,
'size': 11,
'useFixed': 1},
'default_proportional': {'back': 16119027,
'bold': 0,
'eolfilled': 0,
'face': '"DejaVu Sans", "Bitstream Vera Sans", Helvetica, Tahoma, Verdana, sans-serif',
'fore': 6643286,
'hotspot': 0,
'italic': 0,
'lineSpacing': 2,
'size': 11,
'useFixed': 0},
'fold markers': {'back': 16119027, 'fore': 12235693},
'functions': {'fore': 11441607},
'identifiers': {'fore': 6643286},
'indent guides': {'fore': 15065823},
'keywords': {'fore': 11441607},
'keywords2': {'fore': 8690610},
'linenumbers': {'back': 15065823,
'bold': False,
'fore': 12235693,
'size': 10,
'useFixed': True},
'match_highlight': {'back': 13749447, 'fore': 4538169},
'numbers': {'fore': 9816007},
'operators': {'fore': 11441607},
'preprocessor': {'fore': 4538169},
'regex': {'fore': 13086357},
'stderr': {'fore': 9809607},
'stdin': {'fore': 13079982},
'stdout': {'fore': 13086357},
'stringeol': {'back': 8682612, 'eolfilled': True},
'strings': {'fore': 9545085},
'tags': {'fore': 9809607},
'variables': {'fore': 11441607}}
LanguageStyles = {'CSS': {'ids': {'fore': 11441607}, 'values': {'fore': 11454357}},
'Diff': {'additionline': {'fore': 11454357},
'chunkheader': {'fore': 8682612},
'deletionline': {'fore': 9809607},
'diffline': {'fore': 9815982},
'fileline': {'fore': 6643286}},
'Errors': {'Error lines': {'fore': 9809607, 'hotspot': 1, 'italic': 1}},
'HTML': {'attributes': {'fore': 11454357},
'cdata': {'fore': 9816007},
'cdata content': {'fore': 6643286},
'cdata tags': {'fore': 4538169},
'xpath attributes': {'fore': 13086357}},
'HTML5': {'attributes': {'fore': 11454357},
'cdata': {'fore': 9816007},
'cdata content': {'fore': 6643286},
'cdata tags': {'fore': 4538169},
'xpath attributes': {'fore': 13086357}},
'JavaScript': {'commentdockeyword': {'fore': 13749447},
'commentdockeyworderror': {'fore': 9809607},
'globalclass': {'fore': 9815982}},
'PHP': {'commentdockeyword': {'fore': 13749447},
'commentdockeyworderror': {'fore': 9809607}},
'XML': {'attributes': {'fore': 11454357},
'cdata': {'fore': 9816007},
'cdata content': {'fore': 6643286},
'cdata tags': {'fore': 4538169},
'xpath attributes': {'fore': 13086357}}}
MiscLanguageSettings = {}
Colors = {'bookmarkColor': 13749447,
'callingLineColor': 15065823,
'caretFore': 6643286,
'caretLineBack': 15065823,
'changeMarginDeleted': 9809607,
'changeMarginInserted': 11454357,
'changeMarginReplaced': 13079982,
'currentLineColor': 15065823,
'edgeColor': 15065823,
'foldMarginColor': 15065823,
'selBack': 13749447,
'selFore': 6643286,
'whitespaceColor': 13749447}
Indicators = {'collab_local_change': {'alpha': 0,
'color': 11454357,
'draw_underneath': False,
'outline_alpha': 0,
'style': 5},
'collab_remote_change': {'alpha': 255,
'color': 13079982,
'draw_underneath': True,
'outline_alpha': 255,
'style': 0},
'collab_remote_cursor_1': {'alpha': 100,
'color': 13079982,
'draw_underneath': True,
'outline_alpha': 100,
'style': 8},
'collab_remote_cursor_2': {'alpha': 100,
'color': 9816007,
'draw_underneath': True,
'outline_alpha': 100,
'style': 8},
'collab_remote_cursor_3': {'alpha': 100,
'color': 9809607,
'draw_underneath': True,
'outline_alpha': 100,
'style': 8},
'collab_remote_cursor_4': {'alpha': 100,
'color': 9815982,
'draw_underneath': True,
'outline_alpha': 100,
'style': 8},
'collab_remote_cursor_5': {'alpha': 100,
'color': 13086357,
'draw_underneath': True,
'outline_alpha': 100,
'style': 8},
'find_highlighting': {'alpha': 100,
'color': 13749447,
'draw_underneath': True,
'outline_alpha': 100,
'style': 8},
'linter_error': {'alpha': 255,
'color': 9809607,
'draw_underneath': True,
'outline_alpha': 255,
'style': 13},
'linter_warning': {'alpha': 255,
'color': 9815982,
'draw_underneath': True,
'outline_alpha': 255,
'style': 13},
'soft_characters': {'alpha': 255,
'color': 8682612,
'draw_underneath': False,
'outline_alpha': 255,
'style': 0},
'spelling_error': {'alpha': 255,
'color': 9815982,
'draw_underneath': True,
'outline_alpha': 255,
'style': 3},
'tabstop_current': {'alpha': 255,
'color': 15065823,
'draw_underneath': True,
'outline_alpha': 255,
'style': 8},
'tabstop_pending': {'alpha': 255,
'color': 13749447,
'draw_underneath': True,
'outline_alpha': 255,
'style': 6},
'tag_matching': {'alpha': 255,
'color': 13079982,
'draw_underneath': False,
'outline_alpha': 255,
'style': 0}}