Skip to content

Commit 80d61b4

Browse files
author
mocomy
committed
Adds the Yo color theme.
1 parent e6c2310 commit 80d61b4

File tree

1 file changed

+161
-0
lines changed

1 file changed

+161
-0
lines changed

Yo.dvtcolortheme

+161
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
4+
<!--
5+
Yo color theme.
6+
7+
This theme uses (but does not require) the Montserrat font, which can
8+
be downloaded from Google Fonts.
9+
10+
THIS WORK IS LICENSED UNDER THE FREE DO WHAT THE FUCK YOU WANT TO PUBLIC
11+
LICENSE, VERSION 2, AS PUBLISHED BY SAM HOCEVAR ON http://www.wtfpl.net .
12+
13+
THIS WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THIS WORK OR THE USE OR OTHER DEALINGS IN
19+
THIS WORK.
20+
-->
21+
22+
<plist version="1.0">
23+
<dict>
24+
<key>DVTConsoleDebuggerInputTextColor</key>
25+
<string>1 1 1 1</string>
26+
<key>DVTConsoleDebuggerInputTextFont</key>
27+
<string>Montserrat-Regular - 11.0</string>
28+
<key>DVTConsoleDebuggerOutputTextColor</key>
29+
<string>1 1 1 1</string>
30+
<key>DVTConsoleDebuggerOutputTextFont</key>
31+
<string>Montserrat-Regular - 11.0</string>
32+
<key>DVTConsoleDebuggerPromptTextColor</key>
33+
<string>1 1 1 1</string>
34+
<key>DVTConsoleDebuggerPromptTextFont</key>
35+
<string>Montserrat-Regular - 11.0</string>
36+
<key>DVTConsoleExectuableInputTextColor</key>
37+
<string>1 1 1 1</string>
38+
<key>DVTConsoleExectuableInputTextFont</key>
39+
<string>Montserrat-Regular - 11.0</string>
40+
<key>DVTConsoleExectuableOutputTextColor</key>
41+
<string>1 1 1 1</string>
42+
<key>DVTConsoleExectuableOutputTextFont</key>
43+
<string>Montserrat-Regular - 11.0</string>
44+
<key>DVTConsoleTextBackgroundColor</key>
45+
<string>0.519738 0.255689 0.646146 1</string>
46+
<key>DVTConsoleTextInsertionPointColor</key>
47+
<string>0 0 0 1</string>
48+
<key>DVTConsoleTextSelectionColor</key>
49+
<string>0.654656 0.792518 0.999198 1</string>
50+
<key>DVTDebuggerInstructionPointerColor</key>
51+
<string>0.705792 0.8 0.544 1</string>
52+
<key>DVTSourceTextBackground</key>
53+
<string>0.532143 0.25046 0.655044 1</string>
54+
<key>DVTSourceTextBlockDimBackgroundColor</key>
55+
<string>0.5 0.5 0.5 1</string>
56+
<key>DVTSourceTextInsertionPointColor</key>
57+
<string>1 1 1 1</string>
58+
<key>DVTSourceTextInvisiblesColor</key>
59+
<string>0.5 0.5 0.5 1</string>
60+
<key>DVTSourceTextSelectionColor</key>
61+
<string>0.654656 0.792518 0.999198 1</string>
62+
<key>DVTSourceTextSyntaxColors</key>
63+
<dict>
64+
<key>xcode.syntax.attribute</key>
65+
<string>1 1 1 1</string>
66+
<key>xcode.syntax.character</key>
67+
<string>1 1 1 1</string>
68+
<key>xcode.syntax.comment</key>
69+
<string>1 1 1 1</string>
70+
<key>xcode.syntax.comment.doc</key>
71+
<string>1 1 1 1</string>
72+
<key>xcode.syntax.comment.doc.keyword</key>
73+
<string>1 1 1 1</string>
74+
<key>xcode.syntax.identifier.class</key>
75+
<string>1 1 1 1</string>
76+
<key>xcode.syntax.identifier.class.system</key>
77+
<string>1 1 1 1</string>
78+
<key>xcode.syntax.identifier.constant</key>
79+
<string>1 1 1 1</string>
80+
<key>xcode.syntax.identifier.constant.system</key>
81+
<string>1 1 1 1</string>
82+
<key>xcode.syntax.identifier.function</key>
83+
<string>1 1 1 1</string>
84+
<key>xcode.syntax.identifier.function.system</key>
85+
<string>1 1 1 1</string>
86+
<key>xcode.syntax.identifier.macro</key>
87+
<string>1 1 1 1</string>
88+
<key>xcode.syntax.identifier.macro.system</key>
89+
<string>1 1 1 1</string>
90+
<key>xcode.syntax.identifier.type</key>
91+
<string>1 1 1 1</string>
92+
<key>xcode.syntax.identifier.type.system</key>
93+
<string>1 1 1 1</string>
94+
<key>xcode.syntax.identifier.variable</key>
95+
<string>1 1 1 1</string>
96+
<key>xcode.syntax.identifier.variable.system</key>
97+
<string>1 1 1 1</string>
98+
<key>xcode.syntax.keyword</key>
99+
<string>1 1 1 1</string>
100+
<key>xcode.syntax.number</key>
101+
<string>1 1 1 1</string>
102+
<key>xcode.syntax.plain</key>
103+
<string>1 1 1 1</string>
104+
<key>xcode.syntax.preprocessor</key>
105+
<string>1 1 1 1</string>
106+
<key>xcode.syntax.string</key>
107+
<string>1 1 1 1</string>
108+
<key>xcode.syntax.url</key>
109+
<string>1 1 1 1</string>
110+
</dict>
111+
<key>DVTSourceTextSyntaxFonts</key>
112+
<dict>
113+
<key>xcode.syntax.attribute</key>
114+
<string>Montserrat-Regular - 11.0</string>
115+
<key>xcode.syntax.character</key>
116+
<string>Montserrat-Regular - 11.0</string>
117+
<key>xcode.syntax.comment</key>
118+
<string>Montserrat-Regular - 11.0</string>
119+
<key>xcode.syntax.comment.doc</key>
120+
<string>Montserrat-Regular - 11.0</string>
121+
<key>xcode.syntax.comment.doc.keyword</key>
122+
<string>Montserrat-Regular - 11.0</string>
123+
<key>xcode.syntax.identifier.class</key>
124+
<string>Montserrat-Regular - 11.0</string>
125+
<key>xcode.syntax.identifier.class.system</key>
126+
<string>Montserrat-Regular - 11.0</string>
127+
<key>xcode.syntax.identifier.constant</key>
128+
<string>Montserrat-Regular - 11.0</string>
129+
<key>xcode.syntax.identifier.constant.system</key>
130+
<string>Montserrat-Regular - 11.0</string>
131+
<key>xcode.syntax.identifier.function</key>
132+
<string>Montserrat-Regular - 11.0</string>
133+
<key>xcode.syntax.identifier.function.system</key>
134+
<string>Montserrat-Regular - 11.0</string>
135+
<key>xcode.syntax.identifier.macro</key>
136+
<string>Montserrat-Regular - 11.0</string>
137+
<key>xcode.syntax.identifier.macro.system</key>
138+
<string>Montserrat-Regular - 11.0</string>
139+
<key>xcode.syntax.identifier.type</key>
140+
<string>Montserrat-Regular - 11.0</string>
141+
<key>xcode.syntax.identifier.type.system</key>
142+
<string>Montserrat-Regular - 11.0</string>
143+
<key>xcode.syntax.identifier.variable</key>
144+
<string>Montserrat-Regular - 11.0</string>
145+
<key>xcode.syntax.identifier.variable.system</key>
146+
<string>Montserrat-Regular - 11.0</string>
147+
<key>xcode.syntax.keyword</key>
148+
<string>Montserrat-Regular - 11.0</string>
149+
<key>xcode.syntax.number</key>
150+
<string>Montserrat-Regular - 11.0</string>
151+
<key>xcode.syntax.plain</key>
152+
<string>Montserrat-Regular - 11.0</string>
153+
<key>xcode.syntax.preprocessor</key>
154+
<string>Montserrat-Regular - 11.0</string>
155+
<key>xcode.syntax.string</key>
156+
<string>Montserrat-Regular - 11.0</string>
157+
<key>xcode.syntax.url</key>
158+
<string>Montserrat-Regular - 11.0</string>
159+
</dict>
160+
</dict>
161+
</plist>

0 commit comments

Comments
 (0)