XCode themes.

This commit is contained in:
Dayle Rees 2014-02-21 23:02:19 +00:00
parent 26341115f3
commit 790e783d43
178 changed files with 14469 additions and 0 deletions

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>{{ colour.first('sublime_css_class', 'third').get }}</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>{{ uuid }}</string>

View File

@ -0,0 +1,13 @@
{
"type": "XCode Theme",
"directory": "xcode",
"templates": [
{
"file": "xcode.pattern",
"name": "",
"directory": "",
"extension": ".dvtcolortheme"
}
]
}

View File

@ -0,0 +1,153 @@
<!--
======================================================================
{{ theme.name }}
======================================================================
An XCode theme.
Copyright (c) {{ year }} {{ theme.author }}.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>{{ colour.first('xcode_output_text', 'foreground').fraction }} 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>{{ colour.first('xcode_output_text', 'foreground').fraction }} 1</string>
<key>DVTConsoleDebuggerOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerPromptTextColor</key>
<string>{{ colour.first('xcode_prompt_text', 'second').fraction }} 1</string>
<key>DVTConsoleDebuggerPromptTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableInputTextColor</key>
<string>{{ colour.first('xcode_input_text', 'first').fraction }} 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>{{ colour.first('xcode_output_text', 'foreground').fraction }} 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>{{ colour.first('xcode_background', 'background').fraction }} 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>{{ colour.first('xcode_output_text', 'foreground').fraction }} 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>{{ colour.first('xcode_selection_background', 'selection_background').fraction }} 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>{{ colour.first('xcode_output_text', 'foreground').fraction }} 1</string>
<key>DVTSourceTextBackground</key>
<string>{{ colour.first('xcode_background', 'background').fraction }} 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>{{ colour.first('xcode_background', 'background').fraction(-20) }} 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>{{ colour.first('xcode_output_text', 'foreground').fraction }} 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>{{ colour.first('xcode_background', 'background').fraction(+10) }} 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>{{ colour.first('xcode_selection_background', 'selection_background').fraction }} 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>{{ colour.first('xcode_attribute', 'second').fraction }} 1</string>
<key>xcode.syntax.character</key>
<string>{{ colour.first('xcode_character', 'second').fraction }} 1</string>
<key>xcode.syntax.comment</key>
<string>{{ colour.first('xcode_comment', 'comment').fraction }} 1</string>
<key>xcode.syntax.comment.doc</key>
<string>{{ colour.first('xcode_docblock', 'docblock').fraction }} 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>{{ colour.first('xcode_docblock', 'docblock').fraction }} 1</string>
<key>xcode.syntax.identifier.class</key>
<string>{{ colour.first('xcode_class', 'second').fraction }} 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>{{ colour.first('xcode_class', 'second').fraction }} 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>{{ colour.first('xcode_constant', 'third').fraction }} 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>{{ colour.first('xcode_system_constant', 'third').fraction }} 1</string>
<key>xcode.syntax.identifier.function</key>
<string>{{ colour.first('xcode_third', 'third').fraction }} 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>{{ colour.first('xcode_third', 'third').fraction }} 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>{{ colour.first('xcode_macro', 'third').fraction }} 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>{{ colour.first('xcode_system_macro', 'third').fraction }} 1</string>
<key>xcode.syntax.identifier.type</key>
<string>{{ colour.first('xcode_third', 'third').fraction }} 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>{{ colour.first('xcode_system_type', 'second').fraction }} 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>{{ colour.first('xcode_variable', 'variables', 'foreground').fraction(50) }} 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>{{ colour.first('xcode_system_variable', 'variables', 'foreground').fraction(50) }} 1</string>
<key>xcode.syntax.keyword</key>
<string>{{ colour.first('xcode_keyword', 'fourth').fraction }} 1</string>
<key>xcode.syntax.number</key>
<string>{{ colour.first('xcode_number', 'number').fraction }} 1</string>
<key>xcode.syntax.plain</key>
<string>{{ colour.first('xcode_foreground', 'foreground').fraction }} 1</string>
<key>xcode.syntax.preprocessor</key>
<string>{{ colour.first('xcode_class', 'second').fraction }} 1</string>
<key>xcode.syntax.string</key>
<string>{{ colour.first('xcode_string', 'string').fraction }} 1</string>
<key>xcode.syntax.url</key>
<string>{{ colour.first('xcode_url', 'fourth').fraction(50) }} 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.character</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.number</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.string</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.url</key>
<string>Menlo-Regular - 12.0</string>
</dict>
</dict>
</plist>

View File

@ -97,6 +97,30 @@ class Colour
return "{$r}, {$g}, {$b}";
}
public function fraction($amount = null)
{
$amount = ($amount === null) ? $this->amount : $amount;
$hex = $this->without();
// Calculate RGB values.
if(strlen($hex) == 3) {
$r = hexdec(substr($hex,0,1).substr($hex,0,1));
$g = hexdec(substr($hex,1,1).substr($hex,1,1));
$b = hexdec(substr($hex,2,1).substr($hex,2,1));
} else {
$r = hexdec(substr($hex,0,2));
$g = hexdec(substr($hex,2,2));
$b = hexdec(substr($hex,4,2));
}
$r = number_format($this->minMax($r + $amount) / 255, 7);
$g = number_format($this->minMax($g + $amount) / 255, 7);
$b = number_format($this->minMax($b + $amount) / 255, 7);
$this->reset();
return "{$r} {$g} {$b}";
}
/**
* Helper to ensure RGB values don't wrap.
*

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#70807B</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>20531614-5db8-c07f-8885-2afd41d72631</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#508aaa</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>3a580f14-2203-677f-1f0b-c30898f63f53</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#B4B7AD</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>114c3050-111d-8b8d-dd83-0b99ccebd246</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#15b8ae</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>d33687b6-16d2-b6d5-7e81-2eb0853b4242</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffffff</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>17745f03-3a0a-6be3-a417-a0253f5812b6</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E2CDB0</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>6ea408ea-56e8-b710-aa24-0004af7580c1</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffffff</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>939b5fc2-72cb-920a-8602-0cab3b563827</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#68C244</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>a492e8fe-48f8-89c1-afc3-616dde678052</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#60A365</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>8a87675e-056b-b042-df1d-e8867fbcf247</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AEE239</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>8c4bd735-02f4-0f06-bc2d-2c8e31f71f55</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F8BB39</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>d3817f87-f618-3991-d0d1-eb09aceb1408</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#BCD42A</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>c8544e3a-ab95-24e6-5298-72751424c79d</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#60A365</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>8d70c543-148c-0bf7-199e-29d377dde025</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#69D2E7</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>ad50d1e6-e8d6-03ee-ba62-e3a9c01ceca5</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC48C</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>6e1f3825-db6e-e7d6-a4fd-416b72aa7218</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F9D423</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>0f8d84e0-81ff-0ee7-704d-a1804587202a</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#90c93f</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>4fd6476c-e420-e292-c956-fcd39a58687f</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>3ea218af-812c-1c73-4475-ee33bbbc17a9</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c3cb4c</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>d4e29a6f-123c-7730-f517-818a8a33fe24</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#b5db99</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>7bced34f-1879-bf1f-f1be-a6197fbfdc7d</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FC580C</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>e9ed0496-1491-af43-5ddd-e58daacdf095</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F5B0EF</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>827b9528-6951-b561-e245-120bb9bbd761</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F28972</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>709ca247-2bcf-a03b-bc18-e56712cc2420</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8ee350</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>2afdac00-065e-814d-e50d-aa8453734157</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffffff</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>ebcc0a66-3373-2a5d-8096-1755fbe017fd</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bcd42a</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>5dfacd51-95c2-e97f-334d-c419b975ac61</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#B866FA</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>02ca3db7-6784-f6bb-aba9-c255f898939b</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#95C2E8</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>a9198b71-55e6-8432-260d-61986130edb9</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#d0b123</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>0a872f14-3276-ff04-60a3-44624117a0de</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#808dd3</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>044a1d27-f7ef-c071-a6ff-6b47b229085c</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#EDE574</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>d685de95-c6a2-bb26-9d95-4e09aa72b688</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#BDF522</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>3e2d4070-7848-764f-4b5d-aa059c8d6185</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F03113</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>0b571492-af50-a9b2-7237-61fbf326ac1e</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffffff</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>f5508b8c-132b-1556-b8db-f43f608c596c</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E8DA5E</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>ec9e030b-870a-f127-5f54-8928209f4720</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bcd42a</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>219d0887-b1cb-a15f-0b71-31cdf98e79bf</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FC6A0F</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>6059545b-206c-4b23-0b97-fd3651b473a3</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#68C244</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>96011e16-c8aa-55fd-df6f-f5c69247178a</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#60A365</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>def18d1f-ce25-72b7-34a3-565c0bcbc74e</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AEE239</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>b92c269e-8a89-5d85-1bc8-59131bd3d3ac</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F8BB39</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>14a16b1b-fe4e-ec57-1e16-ba761caa77b1</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#DD1144</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>e1adbcbb-92c6-22d0-b3e6-19f9d0730abf</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#BCD42A</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>b1ea21fb-2177-ffed-af81-0a3967e76069</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#60A365</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>5776f357-26d4-49f0-53af-019e1b902b92</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#69D2E7</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>96dcd3f3-4f6b-0046-9c77-915b5ab45550</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC48C</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>42dd5b57-5163-e4a0-3fb1-6c58f7c7ce50</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F9D423</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>1cdf916d-9e6e-2485-89b7-c97a0dfb53d5</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffffff</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>1a794174-61c9-adbe-88f8-b93e7fad392f</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#90c93f</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>1282de75-895d-aa7e-659a-22fa78272798</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>b9f1e40f-a2e2-d56e-00b3-5f266364715a</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c3cb4c</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>4b481719-122a-431e-3fdb-8d6f0c1b9bc5</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#b5db99</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>5e1d431d-7975-01f0-8190-a016323799cf</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0B6D5C</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>b6ef9705-b1e5-8b64-3edc-23e7f81318ed</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FC580C</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>a5c95b86-291e-a299-fcbe-64458ed12702</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F5B0EF</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>e346c232-ce72-c429-ea09-95de9f63f551</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFB20D</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>0cc0a050-7cf3-d31e-5089-f420a4cf8b4b</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#60A365</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>f55f8704-d0ed-088b-dc04-189bdb5b9bdf</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#808dd3</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>f95e005b-d9eb-f5b6-9a70-38262a6c2180</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E3BD14</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>772d19d1-6075-a6db-fcf6-2b5608b20fc2</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F28972</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>8872819b-65f2-21a5-2f6c-4ae26b674885</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#00E08C</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>a7fa6508-e717-f70c-2b7d-fb87edaf36f3</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#b5db99</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>1e136163-6e1b-8cdf-a06e-107c2e6370a0</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E484B2</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>190fb297-0ff8-178c-84d3-432c996c6671</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C56C6C</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>3a466d37-0b5d-fe03-8394-57d466cba5a9</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffffff</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>fac0490b-44c0-7d87-f82b-c6d669f94a5f</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bcd42a</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>c755af00-cd3f-625f-a2fc-b1fbca6f7620</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#BCD42A</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>5bc00dec-cf4f-1582-d3c8-5b5cae960f1b</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#D6E1C7</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>2dc90997-31a1-ef0b-ccbf-27b0139c11d1</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FF5D80</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>3bb56721-9c67-cf77-716a-22da6ab80c25</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#B866FA</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>13db1562-f6ff-30eb-9b59-c1a5499affbd</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFBE40</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>4aca5ee9-a087-fb92-18bf-b662fe92605c</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#95C2E8</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>2e77f901-6734-03a0-a2ad-aa9318093179</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F0F2EB</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>f9e3e865-e1a6-4d2d-6e03-67430d391ade</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CBDAD5</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>b301eeec-ae37-166d-d0b7-987360d341b7</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C7AF3F</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>a537a3d7-d5ed-e571-8f2b-597568233925</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#808dd3</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>6d8acb35-ee07-9683-7247-53caac0ef588</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#EDE574</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>2770e704-52dc-d68a-72e8-f78fe37fe4db</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#BDF522</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>7fb20831-cd83-c33b-4d8c-427c53567a6c</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4CD7E0</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>9a4343ea-cbe2-16ca-881c-1218c728879e</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F03113</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>199a96b9-89eb-8ef3-432e-c9e138c88a8c</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E45635</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>0ce3266d-4eb7-1ad5-0f7a-90aee6d21dcd</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FD9F59</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>b670e92e-cc18-09db-2bfe-baef1ba04c37</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E0DDEB</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>d22d863f-34f3-4ec8-56ae-7d0cb891e636</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffffff</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>8f60c990-0e3f-8ac4-2210-4c5414e4ec8f</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E8DA5E</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>043a46a4-8c1f-62dd-647c-5b570c01fb4c</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#EBB626</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>e1d3b33f-ae0a-b90b-262b-57c4874033ae</string>

View File

@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<string>#f7b83d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Class</string>
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bcd42a</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>5fa7cfb2-98fd-2b61-c922-724fec4741cf</string>

View File

@ -0,0 +1,153 @@
<!--
======================================================================
Arstotzka
======================================================================
An XCode theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>0.9294118 0.9215686 0.9019608 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>0.9294118 0.9215686 0.9019608 1</string>
<key>DVTConsoleDebuggerOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerPromptTextColor</key>
<string>0.3176471 0.4196078 0.4196078 1</string>
<key>DVTConsoleDebuggerPromptTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableInputTextColor</key>
<string>0.6352941 0.6549020 0.5921569 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>0.9294118 0.9215686 0.9019608 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>0.1294118 0.1215686 0.1176471 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>0.9294118 0.9215686 0.9019608 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>0.3176471 0.4196078 0.4196078 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>0.9294118 0.9215686 0.9019608 1</string>
<key>DVTSourceTextBackground</key>
<string>0.1294118 0.1215686 0.1176471 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>0.0509804 0.0431373 0.0392157 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>0.9294118 0.9215686 0.9019608 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>0.1686275 0.1607843 0.1568627 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.3176471 0.4196078 0.4196078 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.3176471 0.4196078 0.4196078 1</string>
<key>xcode.syntax.character</key>
<string>0.3176471 0.4196078 0.4196078 1</string>
<key>xcode.syntax.comment</key>
<string>0.2470588 0.2274510 0.2117647 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.3764706 0.3450980 0.3215686 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.3764706 0.3450980 0.3215686 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0.3176471 0.4196078 0.4196078 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.3176471 0.4196078 0.4196078 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>0.4392157 0.5019608 0.4823529 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>0.4392157 0.5019608 0.4823529 1</string>
<key>xcode.syntax.identifier.function</key>
<string>0.4392157 0.5019608 0.4823529 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>0.4392157 0.5019608 0.4823529 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>0.4392157 0.5019608 0.4823529 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>0.4392157 0.5019608 0.4823529 1</string>
<key>xcode.syntax.identifier.type</key>
<string>0.4392157 0.5019608 0.4823529 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.3176471 0.4196078 0.4196078 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.keyword</key>
<string>0.6352941 0.6549020 0.5921569 1</string>
<key>xcode.syntax.number</key>
<string>0.6470588 0.8901961 0.8156863 1</string>
<key>xcode.syntax.plain</key>
<string>0.9294118 0.9215686 0.9019608 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.3176471 0.4196078 0.4196078 1</string>
<key>xcode.syntax.string</key>
<string>0.6470588 0.8901961 0.8156863 1</string>
<key>xcode.syntax.url</key>
<string>0.8313725 0.8509804 0.7882353 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.character</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.number</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.string</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.url</key>
<string>Menlo-Regular - 12.0</string>
</dict>
</dict>
</plist>

153
xcode/azure.dvtcolortheme Normal file
View File

@ -0,0 +1,153 @@
<!--
======================================================================
Azure
======================================================================
An XCode theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleDebuggerOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerPromptTextColor</key>
<string>0.3215686 0.4392157 0.5450980 1</string>
<key>DVTConsoleDebuggerPromptTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableInputTextColor</key>
<string>0.4156863 0.6901961 0.6392157 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>0.0941176 0.1137255 0.1490196 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>0.2784314 0.5843137 0.6039216 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTSourceTextBackground</key>
<string>0.0941176 0.1137255 0.1490196 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>0.0156863 0.0352941 0.0705882 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>0.1333333 0.1529412 0.1882353 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.2784314 0.5843137 0.6039216 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.3215686 0.4392157 0.5450980 1</string>
<key>xcode.syntax.character</key>
<string>0.3215686 0.4392157 0.5450980 1</string>
<key>xcode.syntax.comment</key>
<string>0.2549020 0.3019608 0.3843137 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.3607843 0.4196078 0.5254902 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.3607843 0.4196078 0.5254902 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0.3215686 0.4392157 0.5450980 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.3215686 0.4392157 0.5450980 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>0.3137255 0.5411765 0.6666667 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>0.3137255 0.5411765 0.6666667 1</string>
<key>xcode.syntax.identifier.function</key>
<string>0.3137255 0.5411765 0.6666667 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>0.3137255 0.5411765 0.6666667 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>0.3137255 0.5411765 0.6666667 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>0.3137255 0.5411765 0.6666667 1</string>
<key>xcode.syntax.identifier.type</key>
<string>0.3137255 0.5411765 0.6666667 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.3215686 0.4392157 0.5450980 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.keyword</key>
<string>0.3137255 0.5411765 0.6666667 1</string>
<key>xcode.syntax.number</key>
<string>0.3921569 0.6823529 0.7019608 1</string>
<key>xcode.syntax.plain</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.3215686 0.4392157 0.5450980 1</string>
<key>xcode.syntax.string</key>
<string>0.3921569 0.6823529 0.7019608 1</string>
<key>xcode.syntax.url</key>
<string>0.5098039 0.7372549 0.8627451 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.character</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.number</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.string</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.url</key>
<string>Menlo-Regular - 12.0</string>
</dict>
</dict>
</plist>

153
xcode/bold.dvtcolortheme Normal file
View File

@ -0,0 +1,153 @@
<!--
======================================================================
Bold
======================================================================
An XCode theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleDebuggerOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerPromptTextColor</key>
<string>0.9411765 0.3843137 0.2941176 1</string>
<key>DVTConsoleDebuggerPromptTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableInputTextColor</key>
<string>0.2392157 0.5568627 0.5686275 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>0.1647059 0.1490196 0.1490196 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>0.2392157 0.5568627 0.5686275 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTSourceTextBackground</key>
<string>0.1647059 0.1490196 0.1490196 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>0.0862745 0.0705882 0.0705882 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>0.2039216 0.1882353 0.1882353 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.2392157 0.5568627 0.5686275 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.9411765 0.3843137 0.2941176 1</string>
<key>xcode.syntax.character</key>
<string>0.9411765 0.3843137 0.2941176 1</string>
<key>xcode.syntax.comment</key>
<string>0.3254902 0.2941176 0.2941176 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.4196078 0.3803922 0.3803922 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.4196078 0.3803922 0.3803922 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0.9411765 0.3843137 0.2941176 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.9411765 0.3843137 0.2941176 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>0.7058824 0.7176471 0.6784314 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>0.7058824 0.7176471 0.6784314 1</string>
<key>xcode.syntax.identifier.function</key>
<string>0.7058824 0.7176471 0.6784314 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>0.7058824 0.7176471 0.6784314 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>0.7058824 0.7176471 0.6784314 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>0.7058824 0.7176471 0.6784314 1</string>
<key>xcode.syntax.identifier.type</key>
<string>0.7058824 0.7176471 0.6784314 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.9411765 0.3843137 0.2941176 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.keyword</key>
<string>0.9411765 0.3843137 0.2941176 1</string>
<key>xcode.syntax.number</key>
<string>0.9686275 0.6352941 0.1058824 1</string>
<key>xcode.syntax.plain</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.9411765 0.3843137 0.2941176 1</string>
<key>xcode.syntax.string</key>
<string>0.9686275 0.6352941 0.1058824 1</string>
<key>xcode.syntax.url</key>
<string>1.0000000 0.5803922 0.4901961 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.character</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.number</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.string</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.url</key>
<string>Menlo-Regular - 12.0</string>
</dict>
</dict>
</plist>

153
xcode/boxuk.dvtcolortheme Normal file
View File

@ -0,0 +1,153 @@
<!--
======================================================================
Box UK
======================================================================
An XCode theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>0.2549020 0.3098039 0.3607843 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>0.2549020 0.3098039 0.3607843 1</string>
<key>DVTConsoleDebuggerOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerPromptTextColor</key>
<string>0.0039216 0.6156863 0.4627451 1</string>
<key>DVTConsoleDebuggerPromptTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableInputTextColor</key>
<string>0.0039216 0.4862745 0.6156863 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>0.2549020 0.3098039 0.3607843 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>0.2549020 0.3098039 0.3607843 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>0.0039216 0.4862745 0.6156863 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>0.2549020 0.3098039 0.3607843 1</string>
<key>DVTSourceTextBackground</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>0.9215686 0.9215686 0.9215686 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>0.2549020 0.3098039 0.3607843 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.0039216 0.4862745 0.6156863 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.0039216 0.6156863 0.4627451 1</string>
<key>xcode.syntax.character</key>
<string>0.0039216 0.6156863 0.4627451 1</string>
<key>xcode.syntax.comment</key>
<string>0.7215686 0.7137255 0.6941176 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.5333333 0.5333333 0.5333333 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.5333333 0.5333333 0.5333333 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0.0039216 0.6156863 0.4627451 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.0039216 0.6156863 0.4627451 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>0.0823529 0.7215686 0.6823529 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>0.0823529 0.7215686 0.6823529 1</string>
<key>xcode.syntax.identifier.function</key>
<string>0.0823529 0.7215686 0.6823529 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>0.0823529 0.7215686 0.6823529 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>0.0823529 0.7215686 0.6823529 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>0.0823529 0.7215686 0.6823529 1</string>
<key>xcode.syntax.identifier.type</key>
<string>0.0823529 0.7215686 0.6823529 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.0039216 0.6156863 0.4627451 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>0.4509804 0.5058824 0.5568627 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>0.4509804 0.5058824 0.5568627 1</string>
<key>xcode.syntax.keyword</key>
<string>0.0039216 0.4862745 0.6156863 1</string>
<key>xcode.syntax.number</key>
<string>0.0823529 0.7215686 0.6823529 1</string>
<key>xcode.syntax.plain</key>
<string>0.2549020 0.3098039 0.3607843 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.0039216 0.6156863 0.4627451 1</string>
<key>xcode.syntax.string</key>
<string>0.0823529 0.7215686 0.6823529 1</string>
<key>xcode.syntax.url</key>
<string>0.2000000 0.6823529 0.8117647 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.character</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.number</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.string</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.url</key>
<string>Menlo-Regular - 12.0</string>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,153 @@
<!--
======================================================================
Carbonight
======================================================================
An XCode theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>0.6901961 0.6901961 0.6901961 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>0.6901961 0.6901961 0.6901961 1</string>
<key>DVTConsoleDebuggerOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerPromptTextColor</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>DVTConsoleDebuggerPromptTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableInputTextColor</key>
<string>0.7686275 0.7686275 0.7686275 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>0.6901961 0.6901961 0.6901961 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>0.1803922 0.1725490 0.1686275 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>0.6901961 0.6901961 0.6901961 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>0.6901961 0.6901961 0.6901961 1</string>
<key>DVTSourceTextBackground</key>
<string>0.1803922 0.1725490 0.1686275 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>0.1019608 0.0941176 0.0901961 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>0.6901961 0.6901961 0.6901961 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>0.2196078 0.2117647 0.2078431 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.character</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.comment</key>
<string>0.2588235 0.2470588 0.2392157 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.3607843 0.3450980 0.3372549 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.3607843 0.3450980 0.3372549 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.function</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.type</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>0.8862745 0.8862745 0.8862745 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>0.8862745 0.8862745 0.8862745 1</string>
<key>xcode.syntax.keyword</key>
<string>0.9333333 0.9333333 0.9333333 1</string>
<key>xcode.syntax.number</key>
<string>0.6901961 0.6901961 0.6901961 1</string>
<key>xcode.syntax.plain</key>
<string>0.6901961 0.6901961 0.6901961 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.string</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.url</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.character</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.number</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.string</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.url</key>
<string>Menlo-Regular - 12.0</string>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,153 @@
<!--
======================================================================
Chocolate
======================================================================
An XCode theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleDebuggerOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerPromptTextColor</key>
<string>0.8000000 0.7137255 0.5921569 1</string>
<key>DVTConsoleDebuggerPromptTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableInputTextColor</key>
<string>0.5450980 0.4313725 0.2745098 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>0.0823529 0.0588235 0.0313725 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>0.5450980 0.4313725 0.2745098 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTSourceTextBackground</key>
<string>0.0823529 0.0588235 0.0313725 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>0.0039216 0.0000000 0.0000000 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>0.1215686 0.0980392 0.0705882 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.5450980 0.4313725 0.2745098 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.8000000 0.7137255 0.5921569 1</string>
<key>xcode.syntax.character</key>
<string>0.8000000 0.7137255 0.5921569 1</string>
<key>xcode.syntax.comment</key>
<string>0.4745098 0.3294118 0.1921569 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.4745098 0.3294118 0.1921569 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.4745098 0.3294118 0.1921569 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0.8000000 0.7137255 0.5921569 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.8000000 0.7137255 0.5921569 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>0.8862745 0.8039216 0.6901961 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>0.8862745 0.8039216 0.6901961 1</string>
<key>xcode.syntax.identifier.function</key>
<string>0.8862745 0.8039216 0.6901961 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>0.8862745 0.8039216 0.6901961 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>0.8862745 0.8039216 0.6901961 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>0.8862745 0.8039216 0.6901961 1</string>
<key>xcode.syntax.identifier.type</key>
<string>0.8862745 0.8039216 0.6901961 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.8000000 0.7137255 0.5921569 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.keyword</key>
<string>0.7254902 0.5921569 0.4078431 1</string>
<key>xcode.syntax.number</key>
<string>0.9686275 0.6352941 0.1058824 1</string>
<key>xcode.syntax.plain</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.8000000 0.7137255 0.5921569 1</string>
<key>xcode.syntax.string</key>
<string>0.9686275 0.6352941 0.1058824 1</string>
<key>xcode.syntax.url</key>
<string>0.9215686 0.7882353 0.6039216 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.character</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.number</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.string</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.url</key>
<string>Menlo-Regular - 12.0</string>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,153 @@
<!--
======================================================================
Carbonight Contrast
======================================================================
An XCode theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleDebuggerOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerPromptTextColor</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>DVTConsoleDebuggerPromptTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableInputTextColor</key>
<string>0.7686275 0.7686275 0.7686275 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>0.0000000 0.0000000 0.0000000 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTSourceTextBackground</key>
<string>0.0000000 0.0000000 0.0000000 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>0.0000000 0.0000000 0.0000000 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>0.0392157 0.0392157 0.0392157 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.character</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.comment</key>
<string>0.2588235 0.2470588 0.2392157 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.3607843 0.3450980 0.3372549 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.3607843 0.3450980 0.3372549 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.function</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.type</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.keyword</key>
<string>0.9333333 0.9333333 0.9333333 1</string>
<key>xcode.syntax.number</key>
<string>0.6901961 0.6901961 0.6901961 1</string>
<key>xcode.syntax.plain</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.5490196 0.5490196 0.5490196 1</string>
<key>xcode.syntax.string</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
<key>xcode.syntax.url</key>
<string>1.0000000 1.0000000 1.0000000 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.character</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.number</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.string</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.url</key>
<string>Menlo-Regular - 12.0</string>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,153 @@
<!--
======================================================================
Darkside Contrast
======================================================================
An XCode theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>0.7294118 0.7294118 0.7294118 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>0.7294118 0.7294118 0.7294118 1</string>
<key>DVTConsoleDebuggerOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerPromptTextColor</key>
<string>0.9098039 0.2039216 0.1098039 1</string>
<key>DVTConsoleDebuggerPromptTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableInputTextColor</key>
<string>0.1098039 0.7647059 0.9098039 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>0.7294118 0.7294118 0.7294118 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>0.0000000 0.0000000 0.0000000 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>0.7294118 0.7294118 0.7294118 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>1.0000000 0.3058824 0.3137255 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>0.7294118 0.7294118 0.7294118 1</string>
<key>DVTSourceTextBackground</key>
<string>0.0000000 0.0000000 0.0000000 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>0.0000000 0.0000000 0.0000000 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>0.7294118 0.7294118 0.7294118 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>0.0392157 0.0392157 0.0392157 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>1.0000000 0.3058824 0.3137255 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.9098039 0.2039216 0.1098039 1</string>
<key>xcode.syntax.character</key>
<string>0.9098039 0.2039216 0.1098039 1</string>
<key>xcode.syntax.comment</key>
<string>0.2862745 0.2941176 0.3019608 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.4117647 0.4196078 0.4313725 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.4117647 0.4196078 0.4313725 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0.9098039 0.2039216 0.1098039 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.9098039 0.2039216 0.1098039 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>0.4078431 0.7607843 0.2666667 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>0.4078431 0.7607843 0.2666667 1</string>
<key>xcode.syntax.identifier.function</key>
<string>0.4078431 0.7607843 0.2666667 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>0.4078431 0.7607843 0.2666667 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>0.4078431 0.7607843 0.2666667 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>0.4078431 0.7607843 0.2666667 1</string>
<key>xcode.syntax.identifier.type</key>
<string>0.4078431 0.7607843 0.2666667 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.9098039 0.2039216 0.1098039 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>0.9254902 0.9254902 0.9254902 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>0.9254902 0.9254902 0.9254902 1</string>
<key>xcode.syntax.keyword</key>
<string>0.9411765 0.5529412 0.1411765 1</string>
<key>xcode.syntax.number</key>
<string>0.5568627 0.4117647 0.7882353 1</string>
<key>xcode.syntax.plain</key>
<string>0.7294118 0.7294118 0.7294118 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.9098039 0.2039216 0.1098039 1</string>
<key>xcode.syntax.string</key>
<string>0.9490196 0.8313725 0.1725490 1</string>
<key>xcode.syntax.url</key>
<string>1.0000000 0.7490196 0.3372549 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.character</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.number</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.string</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.url</key>
<string>Menlo-Regular - 12.0</string>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,153 @@
<!--
======================================================================
Earthsong Contrast
======================================================================
An XCode theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>0.9215686 0.8196078 0.7176471 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>0.9215686 0.8196078 0.7176471 1</string>
<key>DVTConsoleDebuggerOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleDebuggerPromptTextColor</key>
<string>0.8588235 0.4705882 0.3019608 1</string>
<key>DVTConsoleDebuggerPromptTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableInputTextColor</key>
<string>0.5843137 0.8000000 0.3686275 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>0.9215686 0.8196078 0.7176471 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 12.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>0.0705882 0.0627451 0.0588235 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>0.9215686 0.8196078 0.7176471 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>0.8588235 0.4705882 0.3019608 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>0.9215686 0.8196078 0.7176471 1</string>
<key>DVTSourceTextBackground</key>
<string>0.0705882 0.0627451 0.0588235 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>0.0000000 0.0000000 0.0000000 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>0.9215686 0.8196078 0.7176471 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>0.1098039 0.1019608 0.0980392 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.8588235 0.4705882 0.3019608 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.8588235 0.4705882 0.3019608 1</string>
<key>xcode.syntax.character</key>
<string>0.8588235 0.4705882 0.3019608 1</string>
<key>xcode.syntax.comment</key>
<string>0.4784314 0.4470588 0.4039216 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.6039216 0.5647059 0.5098039 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.6039216 0.5647059 0.5098039 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0.8588235 0.4705882 0.3019608 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.8588235 0.4705882 0.3019608 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>0.3764706 0.6392157 0.3960784 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>0.3764706 0.6392157 0.3960784 1</string>
<key>xcode.syntax.identifier.function</key>
<string>0.3764706 0.6392157 0.3960784 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>0.3764706 0.6392157 0.3960784 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>0.3764706 0.6392157 0.3960784 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>0.3764706 0.6392157 0.3960784 1</string>
<key>xcode.syntax.identifier.type</key>
<string>0.3764706 0.6392157 0.3960784 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.8588235 0.4705882 0.3019608 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>1.0000000 1.0000000 0.9137255 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>1.0000000 1.0000000 0.9137255 1</string>
<key>xcode.syntax.keyword</key>
<string>0.8588235 0.4705882 0.3019608 1</string>
<key>xcode.syntax.number</key>
<string>0.9725490 0.7333333 0.2235294 1</string>
<key>xcode.syntax.plain</key>
<string>0.9215686 0.8196078 0.7176471 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.8588235 0.4705882 0.3019608 1</string>
<key>xcode.syntax.string</key>
<string>0.9725490 0.7333333 0.2235294 1</string>
<key>xcode.syntax.url</key>
<string>1.0000000 0.6666667 0.4980392 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.character</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.keyword</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.number</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.string</key>
<string>Menlo-Regular - 12.0</string>
<key>xcode.syntax.url</key>
<string>Menlo-Regular - 12.0</string>
</dict>
</dict>
</plist>

Some files were not shown because too many files have changed in this diff Show More