-
Notifications
You must be signed in to change notification settings - Fork 1
/
Two Light.sublime-color-scheme
188 lines (188 loc) · 8.86 KB
/
Two Light.sublime-color-scheme
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
{
"name" : "Two Light",
"Description" : "Color scheme based on Atom One for Sublime Text 3/4",
"author" : "bitst0rm",
"Homepage" : "https://github.com/bitst0rm-pub/color-scheme-two",
"License" : "The MIT License (MIT)",
"variables": {
"red" : "hsl(359, 72%, 53%)",
"darkred" : "hsl(5, 48%, 51%)",
"pink" : "hsl(328, 100%, 54%)",
"lightpink" : "hsl(330, 100%, 71%)",
"yellow" : "hsl(41, 100%, 30%)",
"yellowgreen" : "hsl(75, 100%, 25%)",
"goldenrod" : "hsl(16, 100%, 50%)",
"orange" : "hsl(33, 100%, 50%)",
"green" : "hsl(119, 34%, 41%)",
"blue" : "hsl(221, 87%, 60%)",
"purple" : "hsl(301, 63%, 40%)",
"cyan" : "hsl(198, 99%, 37%)",
"grey" : "hsl(231, 4%, 64%)",
"white" : "hsl(0, 0%, 98%)",
"black" : "hsl(228, 8%, 24%)",
"base01" : "hsl(338, 95%, 56%)",
"base02" : "hsl(0, 0%, 40%)",
"base03" : "hsl(0, 0%, 93%)",
"base04" : "hsl(211, 80%, 88%)",
"base05" : "hsl(226, 100%, 87%)",
"base06" : "hsl(180, 28%, 92%)",
"base07" : "hsl(195, 100%, 50%)",
"base08" : "hsl(315, 100%, 60%)",
"base09" : "hsl(60, 100%, 50%)",
"base10" : "hsl(0, 100%, 50%)",
"base11" : "hsl(0, 68%, 42%)",
"base12" : "hsl(52, 100%, 50%)",
"base13" : "hsl(195, 100%, 50%)"
},
"globals": {
"foreground" : "var(black)",
"background" : "var(white)",
"caret" : "var(base13)",
"line_highlight" : "var(base06)",
"invisibles" : "var(grey)",
"fold_marker" : "var(base12)",
"gutter" : "var(base03)",
"gutter_foreground" : "var(base02)",
"selection" : "var(base04)",
"selection_border" : "var(base05)",
"selection_border_width" : "1",
"selection_corner_style" : "round",
"selection_corner_radius" : "3",
"highlight" : "var(base10)",
"find_highlight" : "var(base09)",
"find_highlight_foreground" : "var(base11)",
"brackets_options" : "underline foreground bold",
"brackets_foreground" : "var(base08)",
"bracket_contents_options" : "underline foreground bold",
"bracket_contents_foreground" : "var(base07)",
"tags_options" : "stippled_underline"
},
"rules": [
{
"scope" : "variable, variable.other.constant, support.class, support.variable, variable.annotation, entity.name.tag, entity.other.attribute-name, punctuation.definition.list_item, markup.list.numbered.bullet, markup.deleted",
"foreground" : "var(red)"
},
{
"scope" : "entity.name.section, markup.heading",
"foreground" : "var(red)",
"font_style" : "bold"
},
{
"scope" : "meta.mapping.key string, entity.name, punctuation.definition.variable, punctuation.section.interpolation, meta.group.interpolation punctuation.definition",
"foreground" : "var(darkred)"
},
{
"scope" : "punctuation.definition.keyword, keyword.operator",
"foreground" : "var(pink)"
},
{
"scope" : "punctuation.accessor",
"foreground" : "var(lightpink)"
},
{
"scope" : "variable.parameter, entity.other.inherited-class, markup.changed",
"foreground" : "var(yellow)"
},
{
"scope" : "entity.name.class, entity.name.struct, entity.name.enum, entity.name.union, entity.name.trait, entity.name.interface, entity.name.impl, entity.name.type, entity.name.namespace, entity.name.module",
"foreground" : "var(yellowgreen)"
},
{
"scope" : "constant, meta.code-fence.definition, punctuation.definition.raw.code-fence",
"foreground" : "var(goldenrod)",
"font_style" : "bold"
},
{
"scope" : "constant.character.escape, constant.other, entity.name.constant, entity.other.pseudo-class, entity.other.pseudo-element",
"foreground" : "var(goldenrod)"
},
{
"scope" : "variable.parameter.type, support.constant, string.regexp, meta.image.inline",
"foreground" : "var(orange)"
},
{
"scope" : "string, string entity.name.function, meta.mapping.value string, meta.string, markup.inserted",
"foreground" : "var(green)",
},
{
"scope" : "markup.raw.inline, markup.raw.block",
"foreground" : "var(green)",
"background" : "var(base03)"
},
{
"scope" : "markup.raw.code-fence",
"background" : "var(base03)"
},
{
"scope" : "string.other.link, meta.link.inline.description, meta.image.inline.description, variable.function, entity.name.function, entity.other.attribute-name.id",
"foreground" : "var(blue)"
},
{
"scope" : "storage, keyword, constant.numeric.suffix, punctuation.definition.strikethrough, markup.strikethrough",
"foreground" : "var(purple)"
},
{
"scope" : "markup.bold, markup.bold punctuation.definition.bold",
"foreground" : "var(purple)",
"font_style" : "bold"
},
{
"scope" : "markup.italic, markup.italic punctuation.definition.italic",
"foreground" : "var(purple)",
"font_style" : "italic"
},
{
"scope" : "markup.underline, markup.underline punctuation.definition.underline",
"foreground" : "var(purple)",
"font_style" : "underline"
},
{
"scope" : "markup.bold markup.italic, markup.italic markup.bold, markup.bold_italic, markup.bold_italic punctuation.definition.bold",
"foreground" : "var(purple)",
"font_style" : "bold italic",
},
{
"scope" : "markup.underline markup.bold | markup.bold markup.underline",
"foreground" : "var(purple)",
"font_style" : "bold underline"
},
{
"scope" : "markup.underline markup.italic | markup.italic markup.underline",
"foreground" : "var(purple)",
"font_style" : "italic underline"
},
{
"scope" : "markup.bold markup.italic markup.underline | markup.bold markup.underline markup.italic | markup.italic markup.bold markup.underline | markup.italic markup.underline markup.bold | markup.underline markup.bold markup.italic | markup.underline markup.italic markup.bold",
"foreground" : "var(purple)",
"font_style" : "bold italic underline"
},
{
"scope" : "support.function, meta.group.regexp, meta.link, meta.type, punctuation.definition.heading, support.type - (support.type.package, support.type.vendor-prefix.css), markup.underline.link",
"foreground" : "var(cyan)",
},
{
"scope" : "comment, punctuation.definition.comment, markup.quote, markup.quote markup.underline.link",
"foreground" : "var(grey)",
"font_style" : "italic"
},
{
"scope" : "variable.other.readwrite, variable.language.arguments, support.module, meta.mapping.json",
"foreground" : "var(black)"
},
{
"scope" : "invalid.illegal",
"foreground" : "var(black)",
"background" : "var(base01)"
},
{
"scope" : "invalid.broken, invalid.deprecated",
"foreground" : "var(black)",
"background" : "var(yellow)"
},
{
"scope" : "invalid.unimplemented",
"foreground" : "var(black)",
"background" : "var(purple)"
}
]
}