Skip to content

Commit 766716f

Browse files
committed
chore: Add Xcode Classic Dark Theme
1 parent a4c9fd2 commit 766716f

File tree

3 files changed

+447
-2
lines changed

3 files changed

+447
-2
lines changed

Xcode-12-Default-Dark.sublime-theme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"class": "sidebar_container",
16-
"layer0.tint": "#32323B"
16+
"layer0.tint": "#2a2c2f"
1717
},
1818
{
1919
"class": "status_bar",
@@ -154,7 +154,7 @@
154154
"attributes": [
155155
"selected"
156156
],
157-
"tint_modifier": "#32323B"
157+
"tint_modifier": "#1F1F24"
158158
},
159159
{
160160
"class": "tab_control",
Lines changed: 259 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,259 @@
1+
{
2+
"name": "Xcode Classic Dark",
3+
"author": "",
4+
"globals": {
5+
"background": "#292A30",
6+
"foreground": "#dfdfe0",
7+
"caret": "#dfdfe0",
8+
"block_caret": "#dfdfe0",
9+
"line_highlight": "#2f3239",
10+
"misspelling": "#e21514",
11+
"fold_marker": "#f5c443",
12+
"accent": "#f5c443",
13+
"gutter": "",
14+
"gutter_foreground": "#dfdfdf55",
15+
"line_diff_added": "#3cff5518",
16+
"line_diff_modified": "",
17+
"line_diff_deleted": "#ff504418",
18+
"selection": "#646f8366",
19+
"inactive_selection": "#4f5153",
20+
"inactive_selection_foreground": "",
21+
"highlight": "#545558",
22+
"find_highlight": "#545558",
23+
"find_highlight_foreground": "#f5c443",
24+
"guide": "#00000000",
25+
"active_guide": "",
26+
"stack_guide": "#dcdddd",
27+
"brackets_foreground": "",
28+
"tags_foreground": "",
29+
"shadow": ""
30+
},
31+
"variables": {
32+
"black": "",
33+
"white": "",
34+
"red": "",
35+
"green": "",
36+
"yellow": "",
37+
"orange": "",
38+
"blue": "",
39+
"magenta": "",
40+
"cyan": ""
41+
},
42+
"rules": [
43+
{
44+
"foreground": "#A0D07D",
45+
"font_style": 0,
46+
"scope": "comment, punctuation.definition.comment"
47+
},
48+
{
49+
"foreground": "#FC6A5D",
50+
"font_style": 0,
51+
"scope": "punctuation.definition.string, string"
52+
},
53+
{
54+
"foreground": "#D0BF69",
55+
"font_style": 0,
56+
"scope": "constant.numeric, keyword.other.unit, support.constant"
57+
},
58+
{
59+
"foreground": "#FF7AB2",
60+
"font_style": "bold",
61+
"scope": "constant.language, entity.name.tag, keyword, storage.modifier, storage.type, support.type.primitive, variable.language"
62+
},
63+
{
64+
"foreground": "#FFA14F",
65+
"font_style": 0,
66+
"scope": "keyword.control.directive, keyword.control.preprocessor, punctuation.definition.preprocessor"
67+
},
68+
{
69+
"foreground": "#6699FF",
70+
"font_style": 0,
71+
"scope": "markup.underline.link"
72+
},
73+
{
74+
"foreground": "#ACF2E4",
75+
"font_style": 0,
76+
"scope": "entity.name.type.class.std.rust, storage.type.cs, support.type, meta.object-literal.key"
77+
},
78+
{
79+
"foreground": "#72BFAE",
80+
"font_style": 0,
81+
"scope": "meta.object-literal.key"
82+
},
83+
{
84+
"foreground": "#83C9BC",
85+
"font_style": 0,
86+
"scope": "punctuation.definition.variable, punctuation.support.type.property-name, storage.modifier.lifetime, support.type.property-name, variable.other.property"
87+
},
88+
{
89+
"foreground": "#5DD8FF",
90+
"font_style": 0,
91+
"scope": "meta.definition.function, meta.definition.method, meta.method.declaration"
92+
},
93+
{
94+
"foreground": "#FFFFFF",
95+
"font_style": 0,
96+
"scope": "variable.other.constant, meta.definition.variable"
97+
},
98+
{
99+
"foreground": "#4eb1cc",
100+
"font_style": 0,
101+
"scope": "variable.parameter, meta.parameters, meta.method.declaration, meta.object.member"
102+
},
103+
{
104+
"foreground": "#4EB1CC",
105+
"font_style": 0,
106+
"scope": "variable.other.object, meta.var.expr, meta.definition.variable, meta.block"
107+
},
108+
{
109+
"foreground": "#D6C455",
110+
"font_style": 0,
111+
"scope": "constant.language.boolean.false, constant.language.boolean.true, meta.objectliteral"
112+
},
113+
{
114+
"foreground": "#E5CFFF",
115+
"font_style": 0,
116+
"scope": "entity.name.type"
117+
},
118+
{
119+
"foreground": "#5DD8FF",
120+
"font_style": 0,
121+
"scope": "entity.name.type.class, entity.other.inherited-class"
122+
},
123+
{
124+
"foreground": "#A167E6",
125+
"font_style": 0,
126+
"scope": "keyword.operator"
127+
},
128+
{
129+
"foreground": "#D0A8FF",
130+
"font_style": 0,
131+
"scope": "meta.return.type, meta.function, support.type.primitive, meta.field.declaration, meta.interface"
132+
},
133+
{
134+
"foreground": "#B281EB",
135+
"font_style": 0,
136+
"scope": "meta.function-call"
137+
},
138+
{
139+
"foreground": "#49B7D7",
140+
"font_style": 0,
141+
"scope": "entity.name.type.namespace, entity.name.variable, variable.other.assignment"
142+
},
143+
{
144+
"foreground": "#49B7D7",
145+
"font_style": 0,
146+
"scope": "variable.object.property, meta.definition.property, meta.field.declaration, meta.class"
147+
},
148+
{
149+
"foreground": "#72BFAE",
150+
"font_style": 0,
151+
"scope": "fenced_code.block.language, punctuation.definition.bold.markdown, punctuation.definition.heading.markdown, punctuation.definition.italic.markdown, punctuation.definition.list.begin.markdown, punctuation.definition.markdown, punctuation.definition.metadata.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.raw.markdown, punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown"
152+
},
153+
{
154+
"foreground": "#DFDFE0",
155+
"font_style": 0,
156+
"scope": "string.other.link.title.markdown"
157+
},
158+
{
159+
"foreground": "#DFDFE0",
160+
"font_style": "bold",
161+
"scope": "entity.name.section"
162+
},
163+
{
164+
"foreground": "#83C9BC",
165+
"font_style": 0,
166+
"scope": "variable.other.object.property, support.variable.property, variable.other.constant.property"
167+
},
168+
{
169+
"foreground": "#DFDFE0",
170+
"font_style": "bold",
171+
"scope": "markup.bold"
172+
},
173+
{
174+
"foreground": "#DFDFE0",
175+
"font_style": "italic",
176+
"scope": "markup.italic"
177+
},
178+
{
179+
"foreground": "#DFDFE0",
180+
"font_style": 0,
181+
"scope": "punctuation"
182+
},
183+
{
184+
"foreground": "#FFFFFF",
185+
"font_style": 0,
186+
"scope": "punctuation.decorator, meta.brace.round"
187+
},
188+
{
189+
"foreground": "#D0A8FF",
190+
"font_style": 0,
191+
"scope": "entity.other.attribute-name"
192+
},
193+
{
194+
"foreground": "#FFFFFF",
195+
"font_style": 0,
196+
"scope": "meta.tag.without-attributes, metax.children"
197+
},
198+
{
199+
"foreground": "#FFFFFF",
200+
"font_style": 0,
201+
"scope": "variable.other.readwrite.alias"
202+
},
203+
{
204+
"foreground": "#505050",
205+
"font_style": 0,
206+
"scope": "punctuation.terminator.statement"
207+
},
208+
{
209+
"foreground": "#A167E6",
210+
"font_style": 0,
211+
"scope": "punctuation.accessor.optional"
212+
},
213+
{
214+
"foreground": "#41A1C0",
215+
"font_style": 0,
216+
"scope": "case-clause.expr, switch-block.expr, switch-statement.expr"
217+
},
218+
{
219+
"foreground": "#6796E6",
220+
"font_style": 0,
221+
"scope": "token.info-token"
222+
},
223+
{
224+
"foreground": "#CD9731",
225+
"font_style": 0,
226+
"scope": "token.warn-token"
227+
},
228+
{
229+
"foreground": "#F44747",
230+
"font_style": 0,
231+
"scope": "token.error-token"
232+
},
233+
{
234+
"foreground": "#B267E6",
235+
"font_style": 0,
236+
"scope": "token.debug-token"
237+
},
238+
{
239+
"foreground": "#E5CFFF",
240+
"font_style": 0,
241+
"scope": "support.class.dart, other.source.dart"
242+
},
243+
{
244+
"foreground": "#5DD8FF",
245+
"font_style": 0,
246+
"scope": "entity.name.function.dart"
247+
},
248+
{
249+
"foreground": "#49B7D7",
250+
"font_style": 0,
251+
"scope": "source.dart"
252+
},
253+
{
254+
"foreground": "#83C9BC",
255+
"font_style": 0,
256+
"scope": "variable.parameter.dart"
257+
}
258+
]
259+
}

0 commit comments

Comments
 (0)