-
Notifications
You must be signed in to change notification settings - Fork 6
/
Notepad3_Solarized Light.ini
757 lines (757 loc) · 19.3 KB
/
Notepad3_Solarized Light.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: Solarized Light (by ETHAN SCHOONOVER, License:MIT)
# HTTPS://GITHUB.COM/ALTERCATION/SOLARIZED
#
[Custom Colors]
01=#FDF6E3; Background
02=#EEE8D5; Current line
03=#EEE8D5; Selection
04=fore:#657B83; Fore
05=#93A1A1; Comment
06=#F8FD99
07=#E0EC04
08=fore:#657B83; #EEE8D5 Gray 8
09=#D33682; Pink/Magenta 5
10=#DC322F; Red 61
11=#CB4B16; Orange 21
12=#B58900; Yellow 38
13=#859900; Green 37
14=#2AA198; Aqua/Cyan 64
15=#268BD2; Blue 12
16=#6C71C4; Purple/Violet 61
[Styles]
Use2ndDefaultStyle=true
[Common Base]
Default Style=font:Meiryo; size:9; fore:#657B83; back:#FDF6E3
Margins and Line Numbers=font:Arial; size:8; fore:#93A1A1; back:#EEE8D5
Matching Braces (Indicator)=back:#0FFF4B; alpha:90; indic_roundbox
Matching Braces Error (Indicator)=back:#FF1EB0; alpha:90; indic_roundbox
Indentation Guide (Color)=fore:#93A1A1
Selected Text (Colors)=back:#E0EC04; eolfilled; alpha:50
Whitespace (Colors, Size 0-12)=fore:#B58900
Current Line Background (Color)=back:#EEE8D5
Caret (Color, Size 1-3)=size:2; fore:#657B83
Long Line Marker (Colors)=fore:#EEE8D5
Bookmarks and Folding (Colors, Size)=fore:#CB4B16; back:#010101; alpha:50; case:U
Mark Occurrences (Indicator)=fore:#DC322F; alpha:100; alpha2:100; indic_roundbox
Hyperlink Hotspots=italic; fore:#0068D0; indic_compositionthin
Unicode-Point Hover=fore:#DC322F; alpha:60; alpha2:180; indic_compositionthick
Multi Edit Indicator=fore:#00A5FF; indic_box
Inline-IME Color=fore:#DC322F
[2nd Common Base]
2nd Default Style=font:Meiryo; size:9; fore:#657B83; back:#FDF6E3
2nd Margins and Line Numbers=font:Arial; size:8; fore:#93A1A1; back:#EEE8D5
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:#93A1A1
2nd Selected Text (Colors)=back:#E0EC04; eolfilled; alpha:50
2nd Whitespace (Colors, Size 0-12)=fore:#B58900
2nd Current Line Background (Color)=back:#EEE8D5
2nd Caret (Color, Size 1-3)=size:2; fore:#657B83
2nd Long Line Marker (Colors)=fore:#EEE8D5
2nd Extra Line Spacing (Size)=size:2
2nd Bookmarks and Folding (Colors, Size)=fore:#CB4B16; back:#010101; alpha:50; case:U
2nd Mark Occurrences (Indicator)=fore:#DC322F; alpha:100; alpha2:100; indic_roundbox
2nd Hyperlink Hotspots=italic; fore:#0068D0; indic_compositionthin
2nd Unicode-Point Hover=fore:#DC322F; alpha:60; alpha2:180; indic_compositionthick
Multi Edit Indicator=fore:#00A5FF; indic_box
2nd Inline-IME Color=fore:#DC322F
[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:#93A1A1
String=fore:#2AA198
Number=bold; fore:#DC322F
Directive=bold
IP Address=bold; fore:#D33682
Default=size:-1
[Assembly Script]
Comment=fore:#93A1A1
String=fore:#2AA198
Number=bold; fore:#DC322F
Operator=bold
CPU Instruction=bold
FPU Instruction=bold
Extended Instruction=bold
Directive=bold; italic
Directive Operand=bold; italic
Register=fore:#CB4B16
Default=size:-1
[AutoHotkey Script]
Comment=fore:#93A1A1
Escape=bold; fore:#859900
Syntax Operator=bold
Expression Operator=fore:#657B83
String=fore:#2AA198
Number=bold; fore:#DC322F
Identifier=fore:#B58900; bold
Variable Dereferencing=bold; fore:#6C71C4
Label=bold; fore:#268BD2
Flow of Control=bold; italic
Command=bold
Function=italic
Directive=italic
Keys & Buttons=bold; fore:#CB4B16
Built-In Variables=bold; fore:#B58900
Special=fore:#859900
Variable Keyword=bold; fore:#B58900
Default=size:-1
[AutoIt3 Script]
Comment=fore:#93A1A1
Number=bold; fore:#DC322F
Function=bold
User-Defined Function=fore:#CB4B16
Keyword=bold; italic
Macro=bold; fore:#268BD2
String=fore:#2AA198
Operator=bold
Variable=italic; fore:#6C71C4
Send Key=bold; fore:#859900
Preprocessor=bold
Special=bold
Default=size:-1
[AviSynth Script]
Comment=fore:#93A1A1
String=fore:#2AA198
Number=bold; fore:#DC322F
Keyword=bold; italic
Filter=bold
Clip Property=fore:#6C71C4
Plugin=bold; fore:#B58900
Function=fore:#B58900
Default=size:-1
[Awk Script]
Keyword=bold
Keyword 2nd=bold; fore:#6C71C4
Comment=fore:#93A1A1
String=fore:#2AA198
Number=bold; fore:#DC322F
Operator=bold
Default=size:-1
[Batch Files]
Comment=fore:#93A1A1
Keyword=bold
Identifier=fore:#268BD2
Operator=bold
Command=bold; italic
Label=bold; fore:#268BD2
Default=size:-1
[C# Source Code]
Identifier=fore:#268BD2
Comment=fore:#93A1A1
Keyword=bold
Keyword 2nd=fore:#6C71C4; bold;
Global Class=bold; fore:#B58900
String=fore:#2AA198
Number=bold; fore:#DC322F
Operator=fore:#657B83
Preprocessor=bold
Verbatim String=fore:#6C71C4
Comment Doc=fore:#93A1A1
Comment Doc Word=fore:#93A1A1; bold
Comment Doc Error=fore:#B58900; italic
Task Marker=fore:#268BD2
Default=size:-1
[C/C++ Source Code]
Comment=fore:#93A1A1
Keyword=bold; italic
Keyword 2nd=fore:#6C71C4; bold; italic
Typedefs/Classes=bold; italic
String=fore:#2AA198
Number=bold; fore:#DC322F
Operator=fore:#657B83
Preprocessor=bold
Verbatim=fore:#6C71C4
Comment Doc=fore:#93A1A1
Comment Doc Word=fore:#93A1A1; bold
Comment Doc Error=fore:#B58900; italic
Task Marker=fore:#268BD2
Default=size:-1
[CIL Assembly]
Keyword=bold; fore:#6C71C4
Type Keyword=fore:#268BD2
Directive=bold
Instruction=
Comment=fore:#93A1A1
String=fore:#2AA198
Label=bold; fore:#268BD2
Number=bold; fore:#DC322F
Operator=
Default=size:-1
[Cmake Script]
Comment=fore:#93A1A1
String=fore:#2AA198
Function=bold
Parameter=bold; fore:#B58900
Variable=fore:#6C71C4
While Def=bold; italic
For Each Def=bold; italic
If Def=bold; italic
Macro Def=bold; italic
Variable within String=bold; fore:#6C71C4
Number=bold; fore:#DC322F
Default=size:-1
[Coffeescript]
Comment=fore:#93A1A1
String=fore:#2AA198
Identifier=fore:#657B83
Operator=bold; fore:#657B83
Preprocessor=bold; fore:#CB4B16
Number=bold; fore:#DC322F
Regex=fore:#6C71C4
Global Class=fore:#B58900
Word=fore:#2AA198
Verbatim=fore:#2AA198
Default=size:-1
[Configuration Files]
Key=fore:#2AA198
Comment=fore:#93A1A1
Section=bold; fore:#268BD2
Assignment=bold
Default Value=fore:#B58900 ;bold
Default=size:-1
[CSS Style Sheets]
Comment=fore:#93A1A1
HTML Tag=bold
Tag-Class=bold; fore:#B58900
Tag-ID=bold; fore:#CB4B16
Tag-Attribute=fore:#268BD2
Pseudo-Class=fore:#6C71C4
Pseudo-Element=italic
CSS Property=bold
String=fore:#2AA198
Value=fore:#268BD2
Operator=bold
Important=bold; fore:#2AA198
Directive=bold; italic
Media=bold; italic; fore:#CB4B16
Variable=bold; fore:#CB4B16
Unknown Pseudo-Class=fore:#DC322F; italic
Unknown Property=bold; fore:#DC322F; italic
Default=size:-1
[CSV Prism]
Column 0=bold
Column 1=fore:#DC322F
Column 2=bold; fore:#CB4B16
Column 3=fore:#B58900
Column 4=fore:#859900
Column 5=fore:#2AA198
Column 6=fore:#6C71C4
Column 7=bold; fore:#268BD2
Column 8=
Column 9=italic; fore:#859900
Default=size:-1
[D Source Code]
Comment=fore:#93A1A1
Comment Doc=fore:#93A1A1
Number=bold; fore:#DC322F
Keyword=bold
Keyword 2nd=bold; fore:#6C71C4
Typedef=italic
String=fore:#2AA198
Operator=bold
Default=size:-1
[Dart Source Code]
Keyword=bold
Keyword 2nd=bold; fore:#6C71C4
Meta-Data=fore:#268BD2
Class=fore:#859900
Enumeration=bold; fore:#859900
Function=bold; italic
Comment=fore:#93A1A1
Comment Doc=fore:#93A1A1
Task Marker=fore:#268BD2
String=fore:#859900
TriQ-String=fore:#859900
Verbatim String=fore:#6C71C4
ESC Sequence=fore:#2AA198
Label=bold; fore:#268BD2
Number=bold; fore:#DC322F
Variable=bold; fore:#6C71C4
Operator=bold
Operator2=bold; fore:#B58900
Default=size:-1
[Diff Files]
Comment=fore:#93A1A1
Command=bold; fore:#B58900
Source and Destination=fore:#2F2F2F; back:#C7C7C7
Position Setting=fore:#2F2F2F; back:#F1F8FF
Line Addition=fore:#2F2F2F; back:#E6FFED; eolfilled
Line Removal=fore:#2F2F2F; back:#FFCACA; eolfilled
Line Change=fore:#2F2F2F; back:#FFFFDB; eolfilled
Default=size:-1
[Fortran Source Code]
Identifier=fore:#657B83
Preprocessor=bold; fore:#B58900
Comment=fore:#93A1A1
Keyword=bold; fore:#6C71C4
Function=bold
User-Defined Function=fore:#CB4B16
String Single Quoted=fore:#859900
String Double Quoted=fore:#2AA198
String EOL=fore:#859900; bold
Number=bold; fore:#DC322F
Operator=bold
Label=bold; fore:#268BD2
Continuation=fore:#268BD2; bold
Default=size:-1
[Go Source Code]
Comment=fore:#93A1A1
Number=bold; fore:#DC322F
Keyword=bold
Keyword 2nd=bold; fore:#6C71C4
Typedef=bold; italic
String=fore:#2AA198
Operator=bold
Default=size:-1
[Inno Setup Script]
Comment=fore:#93A1A1
Keyword=bold
Parameter=bold; fore:#B58900
Section=bold; fore:#657B83
Preprocessor=bold; fore:#268BD2
Inline Expansion=bold; fore:#6C71C4
Pascal Comment=fore:#93A1A1
Pascal Keyword=bold; italic
String=fore:#2AA198
Default=size:-1
[Java Source Code]
Comment=fore:#93A1A1
Keyword=fore:#6C71C4; bold; italic
Keyword 2nd=fore:#6C71C4; bold;
String=fore:#2AA198
Number=bold; fore:#DC322F
Operator=bold
Comment Doc=fore:#93A1A1
Comment Doc Word=fore:#93A1A1; bold
Comment Doc Error=fore:#B58900; italic
Task Marker=fore:#268BD2
Default=size:-1
[JavaScript]
Comment=fore:#93A1A1
Keyword=fore:#6C71C4; bold
String=fore:#2AA198
Regex=fore:#859900
Number=bold; fore:#DC322F
Operator=bold
Comment Doc=fore:#93A1A1
Comment Doc Word=fore:#93A1A1; bold
Comment Doc Error=fore:#B58900; italic
Task Marker=fore:#268BD2
Default=size:-1
[JSON]
Comment=fore:#93A1A1
Keyword=fore:#6C71C4; bold
LD Keyword=fore:#CB4B16
String=fore:#2AA198
Unclosed String=bold; italic; fore:#DC322F
Number=bold; fore:#DC322F
Operator=fore:#657B83
Property Name=fore:#859900
Regex=fore:#2AA198
ESC Sequence=fore:#2AA198; bold
URL/IRI=fore:#268BD2
Compact IRI=fore:#268BD2
Parsing Error=fore:#E27878
Default=size:-1
[Julia Script]
Comment=fore:#93A1A1
Number=bold; fore:#DC322F
Keyword=bold
Keyword 2nd=fore:#6C71C4; bold;
String=fore:#2AA198
Operator=bold
Type Operator=italic; bold
Identifier=fore:#268BD2
Symbol=bold; fore:#CB4B16
Macro Def=fore:#859900
Comment Doc=fore:#93A1A1
Literal String=fore:#2AA198
Command=bold; italic
Annotation=fore:#CB4B16; bold
Parsing Error=fore:#E27878
Default=size:-1
[KiXtart Script]
Keyword=bold
Function=italic
Macro=fore:#859900
Comment=fore:#93A1A1
String=fore:#2AA198
Operator=bold
Number=bold; fore:#DC322F
Variable=fore:#6C71C4
Identifier=fore:#268BD2
Default=size:-1
[Kotlin Source Code]
Keyword=bold
Annotation=fore:#6C71C4; bold
Class=fore:#B58900
Interface=bold; italic; fore:#2AA198
Enumeration=bold; fore:#859900
Function=italic
Comment=fore:#93A1A1
Comment Doc=fore:#93A1A1
Comment Doc Word=fore:#93A1A1; bold
Task Marker=fore:#268BD2
String=fore:#2AA198
Verbatim String=fore:#2AA198
ESC Sequence=fore:#6C71C4
Back Ticks=fore:#B58900; bold
Label=bold; fore:#268BD2
Number=bold; fore:#DC322F
Variable=fore:#6C71C4
Operator=bold
Default=size:-1
[LaTeX Files]
Command=bold
Comment=fore:#93A1A1
Math=bold; fore:#859900
Special Char=fore:#2AA198
Tag=bold; fore:#6C71C4
Verbatim Segment=bold; italic; bold; fore:#657B83; back:#EEE8D5
Error=fore:#DC322F; italic
Default=size:-1
[Lua Script]
Comment=fore:#93A1A1
Number=bold; fore:#DC322F
Keyword=bold
Basic Functions=bold
String, Table & Math Functions=bold; fore:#859900
Input, Output & System Facilities=bold; fore:#6C71C4
String=fore:#2AA198
Literal String=fore:#2AA198
Preprocessor=fore:#6C71C4
Operator=bold
Label=bold; fore:#268BD2
Default=size:-1
[Makefiles]
Comment=fore:#93A1A1
Identifier=fore:#B58900
Target=bold
Preprocessor=bold; fore:#6C71C4
Default=size:-1
[Markdown]
Strong=bold; fore:#B58900
Emphasis=italic; fore:#B58900
Header 1=bold; fore:#DC322F
Header 2=bold; fore:#DC322F
Header 3=bold; fore:#DC322F
Header 4=bold; fore:#DC322F
Header 5=bold; fore:#DC322F
Header 6=bold; fore:#DC322F
Unordered List=bold; fore:#2AA198
Ordered List=bold; fore:#2AA198
Pre Char=fore:#CB4B16; back:#3d425b
Block Quote=fore:#CB4B16
Strikeout=fore:#6C71C4; italic
Horizontal Rule=size:+2; bold
Link=fore:#2AA198
Code=fore:#B58900
Default=size:-1
[MATLAB]
Comment=fore:#93A1A1
Number=bold; fore:#DC322F
Keyword=fore:#6C71C4; bold
String=fore:#2AA198
Operator=bold
Default=size:-1
[Nim Source Code]
Comment=fore:#93A1A1
Keyword=fore:#6C71C4; bold
String Double Quoted=fore:#2AA198
String Single Quoted=fore:#859900
String Triple Double Quotes=italic; fore:#2AA198
String Triple Single Quotes=italic; fore:#859900
Number=bold; fore:#DC322F
Operator=bold
Function name=fore:#B58900
Parsing Error=fore:#DC322F; italic
Default=size:-1
[NSIS Script]
Comment=fore:#93A1A1
String=fore:#2AA198
Function=fore:#6C71C4; bold
Variable=italic; fore:#B58900
Variable within String=bold; italic; fore:#B58900
Number=bold; fore:#DC322F
Constant=fore:#859900
Section=bold; fore:#CB4B16
Sub Sectionbold; fore:#657B83
Section Group=bold; fore:#859900
Function Definition=bold; italic
PageEx=bold; italic
If Definition=bold; italic
Macro Definition=bold; italic
Default=size:-1
[Pascal Source Code]
Comment=fore:#93A1A1
Keyword=fore:#6C71C4; bold
String=fore:#2AA198
Number=bold; fore:#DC322F
Inline Asm=fore:#CB4B16
Preprocessor=bold; fore:#B58900
Default=size:-1
[Perl Script]
Comment=fore:#93A1A1
Keyword=bold
String Double Quoted=fore:#2AA198
String Single Quoted=fore:#859900
Number=bold; fore:#DC322F
Scalar $var=italic; fore:#CB4B16
Array @var=italic; fore:#B58900
Hash %var=italic; fore:#859900
Symbol Table *var=fore:#D33682
Regex /re/ or m{re}=fore:#6C71C4
Substitution s/re/ore/=fore:#6C71C4; back:#EEE8D5
Back Ticks=fore:#B58900
Here-Doc (Delimiter)=bold; back:#EEE8D5
Here-Doc (Single Quoted, q)=italic; fore:#859900; back:#EEE8D5
Here-Doc (Double Quoted, qq)=italic; fore:#2AA198; back:#EEE8D5
Here-Doc (Back Ticks, qx)=italic; bold; fore:#B58900; back:#EEE8D5
Single Quoted String (Generic, q)=fore:#859900
Double Quoted String (qq)=fore:#2AA198
Back Ticks (qx)=fore:#B58900
Regex (qr)=fore:#6C71C4
Array (qw)=fore:#CB4B16
Prototype=bold; fore:#6C71C4
Format Identifier=bold; fore:#2AA198
Format Body=fore:#006DAE; back:#C7C7C7
POD (Common)=fore:#2F2F2F; back:#E6FFED; eolfilled
POD (Verbatim)=fore:#2F2F2F; back:#FFFFDB; eolfilled
Data Section=fore:#2F2F2F; back:#C7C7C7
Parsing Error=bold; italic; fore:#DC322F
Default=size:-1
[PowerShell Script]
Comment=fore:#93A1A1
Keyword=fore:#6C71C4; bold; italic
String=fore:#2AA198
Number=bold; fore:#DC322F
Variable=italic; fore:#B58900
Cmdlet=fore:#268BD2; bold
Alias=bold; fore:#859900
Default=size:-1
[Python Script]
Comment=fore:#93A1A1
Keyword=fore:#6C71C4; bold
Keyword 2nd=fore:#6C71C4; bold;
Attribute=fore:#B58900
String Single Quoted=fore:#859900
String Double Quoted=fore:#2AA198
String Triple Single Quotes=italic; fore:#859900
String Triple Double Quotes=italic; fore:#2AA198
Number=bold; fore:#DC322F
Operator=bold
Function Name=italic
Class Name=fore:#B58900
Decorator=
Default=size:-1
[Registry Files]
Comment=fore:#93A1A1
Value Name=
String=fore:#2AA198
Value Type=bold
Hex=bold; fore:#DC322F
Added Key=bold; fore:#CB4B16;
Deleted Key=fore:#B58900
GUID in Key Path=bold; fore:#6C71C4
Parameter=fore:#859900
Escaped=bold; fore:#859900
Default=size:-1
[Resource Script]
Comment=fore:#93A1A1
Keyword=bold
String=fore:#2AA198
Number=bold; fore:#DC322F
Operator=bold
Preprocessor=fore:#6C71C4
Comment Doc=fore:#93A1A1
Comment Doc Word=fore:#93A1A1; bold
Comment Doc Error=fore:#B58900; italic
Task Marker=fore:#268BD2
Default=size:-1
[R-S-SPlus Statistics Code]
Comment=fore:#93A1A1
Keyword=fore:#859900; bold; italic
Base Package Functions=bold; fore:#268BD2
Other Package Functions=bold; fore:#B58900
Number=bold; fore:#DC322F
String=fore:#2AA198
Operator=bold
Infix=fore:#6C71C4
Infix EOL=fore:#6C71C4; back:#EEE8D5; eolfilled
Default=size:-1
[Ruby Script]
Comment=fore:#93A1A1
Keyword=fore:#6C71C4; bold
Number=bold; fore:#DC322F
Operator=bold
String=fore:#2AA198; bold
Class Name=italic
Function Name=fore:#6C71C4
Regex=fore:#859900
Symbol=bold; fore:#CB4B16
Module Name=bold; fore:#D33682
Instance Var=bold; fore:#859900
Class Var=bold; fore:#B58900
Data Section=bold; fore:#657B83; back:#EEE8D5; eolfilled
Default=size:-1
[Rust Source Code]
Keyword=fore:#6C71C4; bold
Build-In Type=bold; fore:#2AA198
Other Keyword=bold; italic
Number=bold; fore:#DC322F
String=fore:#2AA198
Operator=bold
Macro Definition=fore:#859900
Rust Lifetime=fore:#CB4B16
Byte String=fore:#6C71C4
Parsing Error=italic; fore:#DC322F
Default=size:-1
[Shell Script]
Error=italic; fore:#DC322F
Comment=fore:#93A1A1
Number=bold; fore:#DC322F
Keyword=fore:#6C71C4; bold
String Double Quoted=fore:#2AA198
String Single Quoted=fore:#859900
Scalar=fore:#D33682
Parameter Expansion=fore:#6C71C4
Back Ticks=fore:#B58900
Here-Doc (Delimiter)=bold; fore:#CB4B16
Here-Doc (Single Quoted, q)=bold; fore:#657B83; back:#EEE8D5; eolfilled
Operator=bold
Default=size:-1
[SQL Query]
Comment=fore:#93A1A1
Keyword=bold
Value Type=bold; fore:#B58900
String=fore:#2AA198
Identifier=fore:#6C71C4
Quoted Identifier=bold; fore:#6C71C4
Number=bold; fore:#DC322F
Operator=bold
Default=size:-1
[Tcl Script]
Comment=fore:#93A1A1
Keyword=fore:#6C71C4; bold
Number=bold; fore:#DC322F
String=fore:#2AA198
Operator=bold
Identifier=
Modifier=italic; fore:#859900
Substitution=bold; fore:#657B83
Default=size:-1
[TOML Config]
Keyword=bold; fore:#6C71C4
Comment=fore:#93A1A1
Section=bold; fore:#268BD2
Key=
Assignment=bold
Value=fore:#2AA198
Number=bold; fore:#DC322F
Date-Time=fore:#859900
String=fore:#2AA198
Parsing Error=italic; fore:#DC322F;
Default=size:-1
[VBScript]
Comment=fore:#93A1A1
Keyword=bold; fore:#6C71C4
String=fore:#2AA198
Number=bold; fore:#DC322F
Operator=bold
Default=size:-1
[VHDL]
Comment=fore:#93A1A1
Number=bold; fore:#DC322F
String=fore:#859900
Operator=
Keyword=bold; fore:#6C71C4
Standard Operator=bold; fore:#CB4B16
Attribute=fore:#B58900
Standard Function=bold; fore:#859900
Standard Package=bold; fore:#268BD2
Standard Type=bold; fore:#268BD2
Default=size:-1
[Visual Basic]
Comment=fore:#93A1A1
Keyword=bold; fore:#6C71C4
String=fore:#2AA198
Number=bold; fore:#DC322F
Operator=
Preprocessor=bold; fore:#B58900
Default=size:-1
[Web Source Code]
HTML Tag=bold; fore:#6C71C4
HTML Unknown Tag=fore:#DC322F
HTML Attribute=fore:#2AA198
HTML Unknown Attribute=fore:#DC322F
HTML Value=fore:#B58900
HTML String=fore:#859900
HTML Comment=fore:#93A1A1
HTML Entity=fore:#B58900
HTML Other Inside Tag=fore:#B58900
XML Identifier=bold
SGML=fore:#6C71C4; bold
ASP Start Tag=bold; italic; fore:#268BD2
PHP Start Tag=bold; italic; fore:#268BD2
PHP Comment=fore:#93A1A1
PHP Keyword=bold; fore:#6C71C4
PHP String=fore:#2AA198
PHP Simple String=fore:#859900
PHP Number=bold; fore:#DC322F
PHP Operator=bold
PHP Variable=italic; fore:#B58900
PHP String Variable=bold; italic; fore:#CB4B16
PHP Complex Variable=italic; fore:#268BD2
JS Comment=fore:#93A1A1
JS Keyword=bold
JS String=fore:#2AA198
JS Regex=fore:#B58900
JS Number=bold; fore:#DC322F
JS Symbols=bold
ASP JS Comment=fore:#93A1A1
ASP JS Keyword=bold
ASP JS String=fore:#2AA198
ASP JS Regex=fore:#B58900
ASP JS Number=bold; fore:#DC322F
ASP JS Symbols=bold
VBS Comment=fore:#93A1A1
VBS Keyword=bold
VBS String=fore:#2AA198
VBS Number=bold; fore:#DC322F
ASP VBS Comment=fore:#93A1A1
ASP VBS Keyword=bold
ASP VBS String=fore:#2AA198
ASP VBS Number=bold; fore:#DC322F
Default=size:-1
[XML Document]
XML Tag=fore:#6C71C4
XML Attribute=fore:#2AA198
XML Value=fore:#B58900
XML String=fore:#859900
XML Other Inside Tag=bold; fore:#B58900
XML Comment=fore:#93A1A1
XML Entity=bold
XML Identifier=bold
SGML=fore:#6C71C4; bold
CDATA=fore:#859900
Default=size:-1
[YAML]
Comment=fore:#93A1A1
Identifier=fore:#2AA198
Keyword=bold
Number=bold; fore:#DC322F
Document=bold; fore:#657B83; back:#EEE8D5; eolfilled
Error=italic; fore:#DC322F
Operator=bold; fore:#CB4B16
Text=fore:#6C71C4
Reference=fore:#B58900
Default=size:-1