-
Notifications
You must be signed in to change notification settings - Fork 6
/
Notepad3_ICEBERG.ini
757 lines (757 loc) · 19.3 KB
/
Notepad3_ICEBERG.ini
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
# At first, setting to font, In Common Base/Base2 and Text
## Generated by Notepad3. Adjusted color by maboroshin.
# Author (Notepad3): Florian 'Flo' Balmer, Rizonesoft, RaiKoHoff et al.
# License (Notepad3): BSD 3-Clause.
# https://github.com/rizonesoft/Notepad3
# Apply Color theme to above: ICEBERG (by COCOPON, License:MIT)
# HTTPS://GITHUB.COM/COCOPON/ICEBERG.VIM
#
[Custom Colors]
01=#161821; Background
02=#1E2132; Current line
03=#3D425B; Selection
04=fore:#C6C8D1; Fore
05=#9A9CA5; Comment
06=#F8FD99
07=#F8FD99
08=fore:#C6C8D1; #1E2132 Gray 8
09=#E98989; Pink/Magenta 5
10=#E27878; Red 61
11=#E2A478; Orange 21
12=#C0CA8E; Yellow 38
13=#B4BE82; Green 37
14=#89B8C2; Aqua/Cyan 64
15=#84A0C6; Blue 12
16=#A093C7; Purple/Violet 61
[Styles]
Use2ndDefaultStyle=true
[Common Base]
Default Style=font:Meiryo; size:9; fore:#C6C8D1; back:#161821
Margins and Line Numbers=font:Arial; size:8; fore:#9A9CA5; back:#1E2132
Matching Braces (Indicator)=back:#0FFF4B; alpha:90; indic_roundbox
Matching Braces Error (Indicator)=back:#FF1EB0; alpha:90; indic_roundbox
Indentation Guide (Color)=fore:#9A9CA5
Selected Text (Colors)=back:#F8FD99; eolfilled; alpha:50
Whitespace (Colors, Size 0-12)=fore:#C0CA8E
Current Line Background (Color)=back:#1E2132
Caret (Color, Size 1-3)=size:2; fore:#C6C8D1
Long Line Marker (Colors)=fore:#3D425B
Bookmarks and Folding (Colors, Size)=fore:#E2A478; back:#FEFEFE; alpha:50; case:U
Mark Occurrences (Indicator)=fore:#E27878; alpha:100; alpha2:100; indic_roundbox
Hyperlink Hotspots=italic; fore:#5555FF; indic_compositionthin
Unicode-Point Hover=fore:#E27878; alpha:60; alpha2:180; indic_compositionthick
Multi Edit Indicator=fore:#00A5FF; indic_box
Inline-IME Color=fore:#B4BE82
[2nd Common Base]
2nd Default Style=font:Meiryo; size:9; fore:#C6C8D1; back:#161821
2nd Margins and Line Numbers=font:Arial; size:8; fore:#9A9CA5; back:#1E2132
2nd Matching Braces (Indicator)=back:#0FFF4B; alpha:90; indic_roundbox
2nd Matching Braces Error (Indicator)=back:#FF1EB0; alpha:90; indic_roundbox
2nd Indentation Guide (Color)=fore:#9A9CA5
2nd Selected Text (Colors)=back:#F8FD99; eolfilled; alpha:50
2nd Whitespace (Colors, Size 0-12)=fore:#C0CA8E
2nd Current Line Background (Color)=back:#1E2132
2nd Caret (Color, Size 1-3)=size:2; fore:#C6C8D1
2nd Long Line Marker (Colors)=fore:#3D425B
2nd Extra Line Spacing (Size)=size:2
2nd Bookmarks and Folding (Colors, Size)=fore:#E2A478; back:#FEFEFE; alpha:50; case:U
2nd Mark Occurrences (Indicator)=fore:#E27878; alpha:100; alpha2:100; indic_roundbox
2nd Hyperlink Hotspots=italic; fore:#5555FF; indic_compositionthin
2nd Unicode-Point Hover=fore:#E27878; alpha:60; alpha2:180; indic_compositionthick
Multi Edit Indicator=fore:#00A5FF; indic_box
2nd Inline-IME Color=fore:#B4BE82
[Text Files]
Default=font:Meiryo; size:9
[ANSI Art]
Default=font:Lucida Console
Margins and Line Numbers=font:Arial; size:7
Extra Line Spacing (Size)=size:0
[Apache Config Files]
Comment=fore:#9A9CA5
String=fore:#89B8C2
Number=bold; fore:#E27878
Directive=bold
IP Address=bold; fore:#E98989
Default=size:-1
[Assembly Script]
Comment=fore:#9A9CA5
String=fore:#89B8C2
Number=bold; fore:#E27878
Operator=bold
CPU Instruction=bold
FPU Instruction=bold
Extended Instruction=bold
Directive=bold; italic
Directive Operand=bold; italic
Register=fore:#E2A478
Default=size:-1
[AutoHotkey Script]
Comment=fore:#9A9CA5
Escape=bold; fore:#B4BE82
Syntax Operator=bold
Expression Operator=fore:#C6C8D1
String=fore:#89B8C2
Number=bold; fore:#E27878
Identifier=fore:#C0CA8E; bold
Variable Dereferencing=bold; fore:#A093C7
Label=bold; fore:#84A0C6
Flow of Control=bold; italic
Command=bold
Function=italic
Directive=italic
Keys & Buttons=bold; fore:#E2A478
Built-In Variables=bold; fore:#C0CA8E
Special=fore:#B4BE82
Variable Keyword=bold; fore:#C0CA8E
Default=size:-1
[AutoIt3 Script]
Comment=fore:#9A9CA5
Number=bold; fore:#E27878
Function=bold
User-Defined Function=fore:#E2A478
Keyword=bold; italic
Macro=bold; fore:#84A0C6
String=fore:#89B8C2
Operator=bold
Variable=italic; fore:#A093C7
Send Key=bold; fore:#B4BE82
Preprocessor=bold
Special=bold
Default=size:-1
[AviSynth Script]
Comment=fore:#9A9CA5
String=fore:#89B8C2
Number=bold; fore:#E27878
Keyword=bold; italic
Filter=bold
Clip Property=fore:#A093C7
Plugin=bold; fore:#C0CA8E
Function=fore:#C0CA8E
Default=size:-1
[Awk Script]
Keyword=bold
Keyword 2nd=bold; fore:#A093C7
Comment=fore:#9A9CA5
String=fore:#89B8C2
Number=bold; fore:#E27878
Operator=bold
Default=size:-1
[Batch Files]
Comment=fore:#9A9CA5
Keyword=bold
Identifier=fore:#84A0C6
Operator=bold
Command=bold; italic
Label=bold; fore:#84A0C6
Default=size:-1
[C# Source Code]
Identifier=fore:#84A0C6
Comment=fore:#9A9CA5
Keyword=bold
Keyword 2nd=fore:#A093C7; bold;
Global Class=bold; fore:#C0CA8E
String=fore:#89B8C2
Number=bold; fore:#E27878
Operator=fore:#C6C8D1
Preprocessor=bold
Verbatim String=fore:#A093C7
Comment Doc=fore:#9A9CA5
Comment Doc Word=fore:#9A9CA5; bold
Comment Doc Error=fore:#C0CA8E; italic
Task Marker=fore:#84A0C6
Default=size:-1
[C/C++ Source Code]
Comment=fore:#9A9CA5
Keyword=bold; italic
Keyword 2nd=fore:#A093C7; bold; italic
Typedefs/Classes=bold; italic
String=fore:#89B8C2
Number=bold; fore:#E27878
Operator=fore:#C6C8D1
Preprocessor=bold
Verbatim=fore:#A093C7
Comment Doc=fore:#9A9CA5
Comment Doc Word=fore:#9A9CA5; bold
Comment Doc Error=fore:#C0CA8E; italic
Task Marker=fore:#84A0C6
Default=size:-1
[CIL Assembly]
Keyword=bold; fore:#A093C7
Type Keyword=fore:#84A0C6
Directive=bold
Instruction=
Comment=fore:#9A9CA5
String=fore:#89B8C2
Label=bold; fore:#84A0C6
Number=bold; fore:#E27878
Operator=
Default=size:-1
[Cmake Script]
Comment=fore:#9A9CA5
String=fore:#89B8C2
Function=bold
Parameter=bold; fore:#C0CA8E
Variable=fore:#A093C7
While Def=bold; italic
For Each Def=bold; italic
If Def=bold; italic
Macro Def=bold; italic
Variable within String=bold; fore:#A093C7
Number=bold; fore:#E27878
Default=size:-1
[Coffeescript]
Comment=fore:#9A9CA5
String=fore:#89B8C2
Identifier=fore:#C6C8D1
Operator=bold; fore:#C6C8D1
Preprocessor=bold; fore:#E2A478
Number=bold; fore:#E27878
Regex=fore:#A093C7
Global Class=fore:#C0CA8E
Word=fore:#89B8C2
Verbatim=fore:#89B8C2
Default=size:-1
[Configuration Files]
Key=fore:#89B8C2
Comment=fore:#9A9CA5
Section=bold; fore:#84A0C6
Assignment=bold
Default Value=fore:#C0CA8E ;bold
Default=size:-1
[CSS Style Sheets]
Comment=fore:#9A9CA5
HTML Tag=bold
Tag-Class=bold; fore:#C0CA8E
Tag-ID=bold; fore:#E2A478
Tag-Attribute=fore:#84A0C6
Pseudo-Class=fore:#A093C7
Pseudo-Element=italic
CSS Property=bold
String=fore:#89B8C2
Value=fore:#84A0C6
Operator=bold
Important=bold; fore:#89B8C2
Directive=bold; italic
Media=bold; italic; fore:#E2A478
Variable=bold; fore:#E2A478
Unknown Pseudo-Class=fore:#E27878; italic
Unknown Property=bold; fore:#E27878; italic
Default=size:-1
[CSV Prism]
Column 0=bold
Column 1=fore:#E27878
Column 2=bold; fore:#E2A478
Column 3=fore:#C0CA8E
Column 4=fore:#B4BE82
Column 5=fore:#89B8C2
Column 6=fore:#A093C7
Column 7=bold; fore:#84A0C6
Column 8=
Column 9=italic; fore:#B4BE82
Default=size:-1
[D Source Code]
Comment=fore:#9A9CA5
Comment Doc=fore:#9A9CA5
Number=bold; fore:#E27878
Keyword=bold
Keyword 2nd=bold; fore:#A093C7
Typedef=italic
String=fore:#89B8C2
Operator=bold
Default=size:-1
[Dart Source Code]
Keyword=bold
Keyword 2nd=bold; fore:#A093C7
Meta-Data=fore:#84A0C6
Class=fore:#B4BE82
Enumeration=bold; fore:#B4BE82
Function=bold; italic
Comment=fore:#9A9CA5
Comment Doc=fore:#9A9CA5
Task Marker=fore:#84A0C6
String=fore:#B4BE82
TriQ-String=fore:#B4BE82
Verbatim String=fore:#A093C7
ESC Sequence=fore:#89B8C2
Label=bold; fore:#84A0C6
Number=bold; fore:#E27878
Variable=bold; fore:#A093C7
Operator=bold
Operator2=bold; fore:#C0CA8E
Default=size:-1
[Diff Files]
Comment=fore:#9A9CA5
Command=bold; fore:#C0CA8E
Source and Destination=fore:#BFBFBF; back:#2A2A2A
Position Setting=fore:#BFBFBF; back:#002B55
Line Addition=fore:#BFBFBF; back:#002B0C; eolfilled
Line Removal=fore:#BFBFBF; back:#2B0000; eolfilled
Line Change=fore:#BFBFBF; back:#2B2B00; eolfilled
Default=size:-1
[Fortran Source Code]
Identifier=fore:#C6C8D1
Preprocessor=bold; fore:#C0CA8E
Comment=fore:#9A9CA5
Keyword=bold; fore:#A093C7
Function=bold
User-Defined Function=fore:#E2A478
String Single Quoted=fore:#B4BE82
String Double Quoted=fore:#89B8C2
String EOL=fore:#B4BE82; bold
Number=bold; fore:#E27878
Operator=bold
Label=bold; fore:#84A0C6
Continuation=fore:#84A0C6; bold
Default=size:-1
[Go Source Code]
Comment=fore:#9A9CA5
Number=bold; fore:#E27878
Keyword=bold
Keyword 2nd=bold; fore:#A093C7
Typedef=bold; italic
String=fore:#89B8C2
Operator=bold
Default=size:-1
[Inno Setup Script]
Comment=fore:#9A9CA5
Keyword=bold
Parameter=bold; fore:#C0CA8E
Section=bold; fore:#C6C8D1
Preprocessor=bold; fore:#84A0C6
Inline Expansion=bold; fore:#A093C7
Pascal Comment=fore:#9A9CA5
Pascal Keyword=bold; italic
String=fore:#89B8C2
Default=size:-1
[Java Source Code]
Comment=fore:#9A9CA5
Keyword=fore:#A093C7; bold; italic
Keyword 2nd=fore:#A093C7; bold;
String=fore:#89B8C2
Number=bold; fore:#E27878
Operator=bold
Comment Doc=fore:#9A9CA5
Comment Doc Word=fore:#9A9CA5; bold
Comment Doc Error=fore:#C0CA8E; italic
Task Marker=fore:#84A0C6
Default=size:-1
[JavaScript]
Comment=fore:#9A9CA5
Keyword=fore:#A093C7; bold
String=fore:#89B8C2
Regex=fore:#B4BE82
Number=bold; fore:#E27878
Operator=bold
Comment Doc=fore:#9A9CA5
Comment Doc Word=fore:#9A9CA5; bold
Comment Doc Error=fore:#C0CA8E; italic
Task Marker=fore:#84A0C6
Default=size:-1
[JSON]
Comment=fore:#9A9CA5
Keyword=fore:#A093C7; bold
LD Keyword=fore:#E2A478
String=fore:#89B8C2
Unclosed String=bold; italic; fore:#E27878
Number=bold; fore:#E27878
Operator=fore:#C6C8D1
Property Name=fore:#B4BE82
Regex=fore:#89B8C2
ESC Sequence=fore:#89B8C2; bold
URL/IRI=fore:#84A0C6
Compact IRI=fore:#84A0C6
Parsing Error=fore:#E27878
Default=size:-1
[Julia Script]
Comment=fore:#9A9CA5
Number=bold; fore:#E27878
Keyword=bold
Keyword 2nd=fore:#A093C7; bold;
String=fore:#89B8C2
Operator=bold
Type Operator=italic; bold
Identifier=fore:#84A0C6
Symbol=bold; fore:#E2A478
Macro Def=fore:#B4BE82
Comment Doc=fore:#9A9CA5
Literal String=fore:#89B8C2
Command=bold; italic
Annotation=fore:#E2A478; bold
Parsing Error=fore:#E27878
Default=size:-1
[KiXtart Script]
Keyword=bold
Function=italic
Macro=fore:#B4BE82
Comment=fore:#9A9CA5
String=fore:#89B8C2
Operator=bold
Number=bold; fore:#E27878
Variable=fore:#A093C7
Identifier=fore:#84A0C6
Default=size:-1
[Kotlin Source Code]
Keyword=bold
Annotation=fore:#A093C7; bold
Class=fore:#C0CA8E
Interface=bold; italic; fore:#89B8C2
Enumeration=bold; fore:#B4BE82
Function=italic
Comment=fore:#9A9CA5
Comment Doc=fore:#9A9CA5
Comment Doc Word=fore:#9A9CA5; bold
Task Marker=fore:#84A0C6
String=fore:#89B8C2
Verbatim String=fore:#89B8C2
ESC Sequence=fore:#A093C7
Back Ticks=fore:#C0CA8E; bold
Label=bold; fore:#84A0C6
Number=bold; fore:#E27878
Variable=fore:#A093C7
Operator=bold
Default=size:-1
[LaTeX Files]
Command=bold
Comment=fore:#9A9CA5
Math=bold; fore:#B4BE82
Special Char=fore:#89B8C2
Tag=bold; fore:#A093C7
Verbatim Segment=bold; italic; bold; fore:#C6C8D1; back:#3D425B
Error=fore:#E27878; italic
Default=size:-1
[Lua Script]
Comment=fore:#9A9CA5
Number=bold; fore:#E27878
Keyword=bold
Basic Functions=bold
String, Table & Math Functions=bold; fore:#B4BE82
Input, Output & System Facilities=bold; fore:#A093C7
String=fore:#89B8C2
Literal String=fore:#89B8C2
Preprocessor=fore:#A093C7
Operator=bold
Label=bold; fore:#84A0C6
Default=size:-1
[Makefiles]
Comment=fore:#9A9CA5
Identifier=fore:#C0CA8E
Target=bold
Preprocessor=bold; fore:#A093C7
Default=size:-1
[Markdown]
Strong=bold; fore:#C0CA8E
Emphasis=italic; fore:#C0CA8E
Header 1=bold; fore:#E27878
Header 2=bold; fore:#E27878
Header 3=bold; fore:#E27878
Header 4=bold; fore:#E27878
Header 5=bold; fore:#E27878
Header 6=bold; fore:#E27878
Unordered List=bold; fore:#89B8C2
Ordered List=bold; fore:#89B8C2
Pre Char=fore:#E2A478; back:#3d425b
Block Quote=fore:#E2A478
Strikeout=fore:#A093C7; italic
Horizontal Rule=size:+2; bold
Link=fore:#89B8C2
Code=fore:#C0CA8E
Default=size:-1
[MATLAB]
Comment=fore:#9A9CA5
Number=bold; fore:#E27878
Keyword=fore:#A093C7; bold
String=fore:#89B8C2
Operator=bold
Default=size:-1
[Nim Source Code]
Comment=fore:#9A9CA5
Keyword=fore:#A093C7; bold
String Double Quoted=fore:#89B8C2
String Single Quoted=fore:#B4BE82
String Triple Double Quotes=italic; fore:#89B8C2
String Triple Single Quotes=italic; fore:#B4BE82
Number=bold; fore:#E27878
Operator=bold
Function name=fore:#C0CA8E
Parsing Error=fore:#E27878; italic
Default=size:-1
[NSIS Script]
Comment=fore:#9A9CA5
String=fore:#89B8C2
Function=fore:#A093C7; bold
Variable=italic; fore:#C0CA8E
Variable within String=bold; italic; fore:#C0CA8E
Number=bold; fore:#E27878
Constant=fore:#B4BE82
Section=bold; fore:#E2A478
Sub Sectionbold; fore:#C6C8D1
Section Group=bold; fore:#B4BE82
Function Definition=bold; italic
PageEx=bold; italic
If Definition=bold; italic
Macro Definition=bold; italic
Default=size:-1
[Pascal Source Code]
Comment=fore:#9A9CA5
Keyword=fore:#A093C7; bold
String=fore:#89B8C2
Number=bold; fore:#E27878
Inline Asm=fore:#E2A478
Preprocessor=bold; fore:#C0CA8E
Default=size:-1
[Perl Script]
Comment=fore:#9A9CA5
Keyword=bold
String Double Quoted=fore:#89B8C2
String Single Quoted=fore:#B4BE82
Number=bold; fore:#E27878
Scalar $var=italic; fore:#E2A478
Array @var=italic; fore:#C0CA8E
Hash %var=italic; fore:#B4BE82
Symbol Table *var=fore:#E98989
Regex /re/ or m{re}=fore:#A093C7
Substitution s/re/ore/=fore:#A093C7; back:#1E2132
Back Ticks=fore:#C0CA8E
Here-Doc (Delimiter)=bold; back:#1E2132
Here-Doc (Single Quoted, q)=italic; fore:#B4BE82; back:#1E2132
Here-Doc (Double Quoted, qq)=italic; fore:#89B8C2; back:#1E2132
Here-Doc (Back Ticks, qx)=italic; bold; fore:#C0CA8E; back:#1E2132
Single Quoted String (Generic, q)=fore:#B4BE82
Double Quoted String (qq)=fore:#89B8C2
Back Ticks (qx)=fore:#C0CA8E
Regex (qr)=fore:#A093C7
Array (qw)=fore:#E2A478
Prototype=bold; fore:#A093C7
Format Identifier=bold; fore:#89B8C2
Format Body=fore:#0093EA; back:#2A2A2A
POD (Common)=fore:#BFBFBF; back:#002B0C; eolfilled
POD (Verbatim)=fore:#BFBFBF; back:#2B2B00; eolfilled
Data Section=fore:#BFBFBF; back:#2A2A2A
Parsing Error=bold; italic; fore:#E27878
Default=size:-1
[PowerShell Script]
Comment=fore:#9A9CA5
Keyword=fore:#A093C7; bold; italic
String=fore:#89B8C2
Number=bold; fore:#E27878
Variable=italic; fore:#C0CA8E
Cmdlet=fore:#84A0C6; bold
Alias=bold; fore:#B4BE82
Default=size:-1
[Python Script]
Comment=fore:#9A9CA5
Keyword=fore:#A093C7; bold
Keyword 2nd=fore:#A093C7; bold;
Attribute=fore:#C0CA8E
String Single Quoted=fore:#B4BE82
String Double Quoted=fore:#89B8C2
String Triple Single Quotes=italic; fore:#B4BE82
String Triple Double Quotes=italic; fore:#89B8C2
Number=bold; fore:#E27878
Operator=bold
Function Name=italic
Class Name=fore:#C0CA8E
Decorator=
Default=size:-1
[Registry Files]
Comment=fore:#9A9CA5
Value Name=
String=fore:#89B8C2
Value Type=bold
Hex=bold; fore:#E27878
Added Key=bold; fore:#E2A478;
Deleted Key=fore:#C0CA8E
GUID in Key Path=bold; fore:#A093C7
Parameter=fore:#B4BE82
Escaped=bold; fore:#B4BE82
Default=size:-1
[Resource Script]
Comment=fore:#9A9CA5
Keyword=bold
String=fore:#89B8C2
Number=bold; fore:#E27878
Operator=bold
Preprocessor=fore:#A093C7
Comment Doc=fore:#9A9CA5
Comment Doc Word=fore:#9A9CA5; bold
Comment Doc Error=fore:#C0CA8E; italic
Task Marker=fore:#84A0C6
Default=size:-1
[R-S-SPlus Statistics Code]
Comment=fore:#9A9CA5
Keyword=fore:#B4BE82; bold; italic
Base Package Functions=bold; fore:#84A0C6
Other Package Functions=bold; fore:#C0CA8E
Number=bold; fore:#E27878
String=fore:#89B8C2
Operator=bold
Infix=fore:#A093C7
Infix EOL=fore:#A093C7; back:#3D425B; eolfilled
Default=size:-1
[Ruby Script]
Comment=fore:#9A9CA5
Keyword=fore:#A093C7; bold
Number=bold; fore:#E27878
Operator=bold
String=fore:#89B8C2; bold
Class Name=italic
Function Name=fore:#A093C7
Regex=fore:#B4BE82
Symbol=bold; fore:#E2A478
Module Name=bold; fore:#E98989
Instance Var=bold; fore:#B4BE82
Class Var=bold; fore:#C0CA8E
Data Section=bold; fore:#C6C8D1; back:#3D425B; eolfilled
Default=size:-1
[Rust Source Code]
Keyword=fore:#A093C7; bold
Build-In Type=bold; fore:#89B8C2
Other Keyword=bold; italic
Number=bold; fore:#E27878
String=fore:#89B8C2
Operator=bold
Macro Definition=fore:#B4BE82
Rust Lifetime=fore:#E2A478
Byte String=fore:#A093C7
Parsing Error=italic; fore:#E27878
Default=size:-1
[Shell Script]
Error=italic; fore:#E27878
Comment=fore:#9A9CA5
Number=bold; fore:#E27878
Keyword=fore:#A093C7; bold
String Double Quoted=fore:#89B8C2
String Single Quoted=fore:#B4BE82
Scalar=fore:#E98989
Parameter Expansion=fore:#A093C7
Back Ticks=fore:#C0CA8E
Here-Doc (Delimiter)=bold; fore:#E2A478
Here-Doc (Single Quoted, q)=bold; fore:#C6C8D1; back:#3D425B; eolfilled
Operator=bold
Default=size:-1
[SQL Query]
Comment=fore:#9A9CA5
Keyword=bold
Value Type=bold; fore:#C0CA8E
String=fore:#89B8C2
Identifier=fore:#A093C7
Quoted Identifier=bold; fore:#A093C7
Number=bold; fore:#E27878
Operator=bold
Default=size:-1
[Tcl Script]
Comment=fore:#9A9CA5
Keyword=fore:#A093C7; bold
Number=bold; fore:#E27878
String=fore:#89B8C2
Operator=bold
Identifier=
Modifier=italic; fore:#B4BE82
Substitution=bold; fore:#C6C8D1
Default=size:-1
[TOML Config]
Keyword=bold; fore:#A093C7
Comment=fore:#9A9CA5
Section=bold; fore:#84A0C6
Key=
Assignment=bold
Value=fore:#89B8C2
Number=bold; fore:#E27878
Date-Time=fore:#B4BE82
String=fore:#89B8C2
Parsing Error=italic; fore:#E27878;
Default=size:-1
[VBScript]
Comment=fore:#9A9CA5
Keyword=bold; fore:#A093C7
String=fore:#89B8C2
Number=bold; fore:#E27878
Operator=bold
Default=size:-1
[VHDL]
Comment=fore:#9A9CA5
Number=bold; fore:#E27878
String=fore:#B4BE82
Operator=
Keyword=bold; fore:#A093C7
Standard Operator=bold; fore:#E2A478
Attribute=fore:#C0CA8E
Standard Function=bold; fore:#B4BE82
Standard Package=bold; fore:#84A0C6
Standard Type=bold; fore:#84A0C6
Default=size:-1
[Visual Basic]
Comment=fore:#9A9CA5
Keyword=bold; fore:#A093C7
String=fore:#89B8C2
Number=bold; fore:#E27878
Operator=
Preprocessor=bold; fore:#C0CA8E
Default=size:-1
[Web Source Code]
HTML Tag=bold; fore:#A093C7
HTML Unknown Tag=fore:#E27878
HTML Attribute=fore:#89B8C2
HTML Unknown Attribute=fore:#E27878
HTML Value=fore:#C0CA8E
HTML String=fore:#B4BE82
HTML Comment=fore:#9A9CA5
HTML Entity=fore:#C0CA8E
HTML Other Inside Tag=fore:#C0CA8E
XML Identifier=bold
SGML=fore:#A093C7; bold
ASP Start Tag=bold; italic; fore:#84A0C6
PHP Start Tag=bold; italic; fore:#84A0C6
PHP Comment=fore:#9A9CA5
PHP Keyword=bold; fore:#A093C7
PHP String=fore:#89B8C2
PHP Simple String=fore:#B4BE82
PHP Number=bold; fore:#E27878
PHP Operator=bold
PHP Variable=italic; fore:#C0CA8E
PHP String Variable=bold; italic; fore:#E2A478
PHP Complex Variable=italic; fore:#84A0C6
JS Comment=fore:#9A9CA5
JS Keyword=bold
JS String=fore:#89B8C2
JS Regex=fore:#C0CA8E
JS Number=bold; fore:#E27878
JS Symbols=bold
ASP JS Comment=fore:#9A9CA5
ASP JS Keyword=bold
ASP JS String=fore:#89B8C2
ASP JS Regex=fore:#C0CA8E
ASP JS Number=bold; fore:#E27878
ASP JS Symbols=bold
VBS Comment=fore:#9A9CA5
VBS Keyword=bold
VBS String=fore:#89B8C2
VBS Number=bold; fore:#E27878
ASP VBS Comment=fore:#9A9CA5
ASP VBS Keyword=bold
ASP VBS String=fore:#89B8C2
ASP VBS Number=bold; fore:#E27878
Default=size:-1
[XML Document]
XML Tag=fore:#A093C7
XML Attribute=fore:#89B8C2
XML Value=fore:#C0CA8E
XML String=fore:#B4BE82
XML Other Inside Tag=bold; fore:#C0CA8E
XML Comment=fore:#9A9CA5
XML Entity=bold
XML Identifier=bold
SGML=fore:#A093C7; bold
CDATA=fore:#B4BE82
Default=size:-1
[YAML]
Comment=fore:#9A9CA5
Identifier=fore:#89B8C2
Keyword=bold
Number=bold; fore:#E27878
Document=bold; fore:#C6C8D1; back:#3D425B; eolfilled
Error=italic; fore:#E27878
Operator=bold; fore:#E2A478
Text=fore:#A093C7
Reference=fore:#C0CA8E
Default=size:-1