-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMonokaiEx_Viasfora.vsftheme
More file actions
117 lines (117 loc) · 2.75 KB
/
MonokaiEx_Viasfora.vsftheme
File metadata and controls
117 lines (117 loc) · 2.75 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
{
"viasfora.keyword.flowcontrol": {
"foreground": "OrangeRed",
"background": "Automatic",
"style": "None"
},
"viasfora.keyword.linq": {
"foreground": "MediumSeaGreen",
"background": "Automatic",
"style": "None"
},
"viasfora.string.escape_sequence": {
"foreground": "Fuchsia",
"background": "Automatic",
"style": "None"
},
"viasfora.string.escape_sequence.error": {
"foreground": "#FFA000",
"background": "Automatic",
"style": "None"
},
"viasfora.string.format.specifier": {
"foreground": "MediumSlateBlue",
"background": "Automatic",
"style": "None"
},
"viasfora.keyword.visibility": {
"foreground": "DimGray",
"background": "Automatic",
"style": "None"
},
"viasfora.line.current": {
"foreground": "LightGrey",
"background": "Automatic",
"style": "None"
},
"viasfora.column.current": {
"foreground": "LightGrey",
"background": "Automatic",
"style": "None"
},
"viasfora.text.obfuscated": {
"foreground": "White",
"background": "WhiteSmoke",
"style": "None"
},
"viasfora.rainbow.1": {
"foreground": "#FC618D",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.2": {
"foreground": "#FD9353",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.3": {
"foreground": "#FCE566",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.4": {
"foreground": "#7BD88F",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.5": {
"foreground": "#5AD4E6",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.6": {
"foreground": "#948AE3",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.7": {
"foreground": "#FC618D",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.8": {
"foreground": "#FD9353",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.9": {
"foreground": "#FCE566",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.error": {
"foreground": "Automatic",
"background": "LightCoral",
"style": "None"
},
"viasfora.xml.closing": {
"foreground": "DarkOrange",
"background": "Automatic",
"style": "None"
},
"viasfora.xml.prefix": {
"foreground": "ForestGreen",
"background": "Automatic",
"style": "None"
},
"viasfora.xml.closing.prefix": {
"foreground": "OrangeRed",
"background": "Automatic",
"style": "None"
},
"viasfora.razor.closing.element": {
"foreground": "DarkOrange",
"background": "Automatic",
"style": "Bold"
}
}