From 790e783d43ece3d2ff0d06411862d00d65d48acc Mon Sep 17 00:00:00 2001 From: Dayle Rees Date: Fri, 21 Feb 2014 23:02:19 +0000 Subject: [PATCH] XCode themes. --- .../patterns/sublime/sublime.pattern | 11 ++ build/resources/patterns/xcode/xcode.json | 13 ++ build/resources/patterns/xcode/xcode.pattern | 153 ++++++++++++++++++ build/src/Raincolour/Twig/Globals/Colour.php | 24 +++ sublime/arstotzka.tmTheme | 11 ++ sublime/azure.tmTheme | 11 ++ sublime/bold.tmTheme | 11 ++ sublime/boxuk.tmTheme | 11 ++ sublime/carbonight.tmTheme | 11 ++ sublime/chocolate.tmTheme | 11 ++ sublime/contrast/carbonight-contrast.tmTheme | 11 ++ sublime/contrast/darkside-contrast.tmTheme | 11 ++ sublime/contrast/earthsong-contrast.tmTheme | 11 ++ sublime/contrast/freshcut-contrast.tmTheme | 11 ++ sublime/contrast/frontier-contrast.tmTheme | 11 ++ sublime/contrast/gloom-contrast.tmTheme | 11 ++ sublime/contrast/glowfish-contrast.tmTheme | 11 ++ sublime/contrast/goldfish-contrast.tmTheme | 11 ++ sublime/contrast/grunge-contrast.tmTheme | 11 ++ sublime/contrast/halflife-contrast.tmTheme | 11 ++ sublime/contrast/hyrule-contrast.tmTheme | 11 ++ sublime/contrast/iceberg-contrast.tmTheme | 11 ++ sublime/contrast/juicy-contrast.tmTheme | 11 ++ sublime/contrast/keen-contrast.tmTheme | 11 ++ sublime/contrast/laravel-contrast.tmTheme | 11 ++ sublime/contrast/lavender-contrast.tmTheme | 11 ++ sublime/contrast/mellow-contrast.tmTheme | 11 ++ sublime/contrast/mud-contrast.tmTheme | 11 ++ sublime/contrast/patriot-contrast.tmTheme | 11 ++ sublime/contrast/peacock-contrast.tmTheme | 11 ++ sublime/contrast/potpourri-contrast.tmTheme | 11 ++ sublime/contrast/revelation-contrast.tmTheme | 11 ++ sublime/contrast/slime-contrast.tmTheme | 11 ++ sublime/contrast/snappy-contrast.tmTheme | 11 ++ sublime/contrast/solarflare-contrast.tmTheme | 11 ++ sublime/contrast/sourlick-contrast.tmTheme | 11 ++ sublime/contrast/stark-contrast.tmTheme | 11 ++ sublime/contrast/tron-contrast.tmTheme | 11 ++ sublime/contrast/turnip-contrast.tmTheme | 11 ++ sublime/contrast/zacks-contrast.tmTheme | 11 ++ sublime/crisp.tmTheme | 11 ++ sublime/darkside.tmTheme | 11 ++ sublime/earthsong.tmTheme | 11 ++ sublime/freshcut.tmTheme | 11 ++ sublime/frontier.tmTheme | 11 ++ sublime/github.tmTheme | 11 ++ sublime/gloom.tmTheme | 11 ++ sublime/glowfish.tmTheme | 11 ++ sublime/goldfish.tmTheme | 11 ++ sublime/grunge.tmTheme | 11 ++ sublime/halflife.tmTheme | 11 ++ sublime/heroku.tmTheme | 11 ++ sublime/hyrule.tmTheme | 11 ++ sublime/iceberg.tmTheme | 11 ++ sublime/juicy.tmTheme | 11 ++ sublime/keen.tmTheme | 11 ++ sublime/kiwi.tmTheme | 11 ++ sublime/laravel.tmTheme | 11 ++ sublime/lavender.tmTheme | 11 ++ sublime/legacy.tmTheme | 11 ++ sublime/light/earthsong-light.tmTheme | 11 ++ sublime/light/snappy-light.tmTheme | 11 ++ sublime/light/userscape.tmTheme | 11 ++ sublime/mellow.tmTheme | 11 ++ sublime/mintchoc.tmTheme | 11 ++ sublime/mud.tmTheme | 11 ++ sublime/otakon.tmTheme | 11 ++ sublime/pastel.tmTheme | 11 ++ sublime/patriot.tmTheme | 11 ++ sublime/peacock.tmTheme | 11 ++ sublime/peacocks-in-space.tmTheme | 11 ++ sublime/peel.tmTheme | 11 ++ sublime/piggy.tmTheme | 11 ++ sublime/potpourri.tmTheme | 11 ++ sublime/rainbow.tmTheme | 11 ++ sublime/revelation.tmTheme | 11 ++ sublime/shrek.tmTheme | 11 ++ sublime/slate.tmTheme | 11 ++ sublime/slime.tmTheme | 11 ++ sublime/snappy.tmTheme | 11 ++ sublime/solarflare.tmTheme | 11 ++ sublime/sourlick.tmTheme | 11 ++ sublime/spearmint.tmTheme | 11 ++ sublime/stark.tmTheme | 11 ++ sublime/super.tmTheme | 11 ++ sublime/tonic.tmTheme | 11 ++ sublime/tribal.tmTheme | 11 ++ sublime/tron.tmTheme | 11 ++ sublime/turnip.tmTheme | 11 ++ sublime/yule.tmTheme | 11 ++ sublime/zacks.tmTheme | 11 ++ xcode/arstotzka.dvtcolortheme | 153 ++++++++++++++++++ xcode/azure.dvtcolortheme | 153 ++++++++++++++++++ xcode/bold.dvtcolortheme | 153 ++++++++++++++++++ xcode/boxuk.dvtcolortheme | 153 ++++++++++++++++++ xcode/carbonight.dvtcolortheme | 153 ++++++++++++++++++ xcode/chocolate.dvtcolortheme | 153 ++++++++++++++++++ .../carbonight-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../contrast/darkside-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../contrast/earthsong-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../contrast/freshcut-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../contrast/frontier-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/gloom-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../contrast/glowfish-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../contrast/goldfish-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/grunge-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../contrast/halflife-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/hyrule-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/iceberg-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/juicy-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/keen-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/laravel-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../contrast/lavender-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/mellow-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/mud-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/patriot-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/peacock-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../contrast/potpourri-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../revelation-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/slime-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/snappy-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../solarflare-contrast.dvtcolortheme | 153 ++++++++++++++++++ .../contrast/sourlick-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/stark-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/tron-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/turnip-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/contrast/zacks-contrast.dvtcolortheme | 153 ++++++++++++++++++ xcode/crisp.dvtcolortheme | 153 ++++++++++++++++++ xcode/darkside.dvtcolortheme | 153 ++++++++++++++++++ xcode/earthsong.dvtcolortheme | 153 ++++++++++++++++++ xcode/freshcut.dvtcolortheme | 153 ++++++++++++++++++ xcode/frontier.dvtcolortheme | 153 ++++++++++++++++++ xcode/github.dvtcolortheme | 153 ++++++++++++++++++ xcode/gloom.dvtcolortheme | 153 ++++++++++++++++++ xcode/glowfish.dvtcolortheme | 153 ++++++++++++++++++ xcode/goldfish.dvtcolortheme | 153 ++++++++++++++++++ xcode/grunge.dvtcolortheme | 153 ++++++++++++++++++ xcode/halflife.dvtcolortheme | 153 ++++++++++++++++++ xcode/heroku.dvtcolortheme | 153 ++++++++++++++++++ xcode/hyrule.dvtcolortheme | 153 ++++++++++++++++++ xcode/iceberg.dvtcolortheme | 153 ++++++++++++++++++ xcode/juicy.dvtcolortheme | 153 ++++++++++++++++++ xcode/keen.dvtcolortheme | 153 ++++++++++++++++++ xcode/kiwi.dvtcolortheme | 153 ++++++++++++++++++ xcode/laravel.dvtcolortheme | 153 ++++++++++++++++++ xcode/lavender.dvtcolortheme | 153 ++++++++++++++++++ xcode/legacy.dvtcolortheme | 153 ++++++++++++++++++ xcode/light/earthsong-light.dvtcolortheme | 153 ++++++++++++++++++ xcode/light/snappy-light.dvtcolortheme | 153 ++++++++++++++++++ xcode/light/userscape.dvtcolortheme | 153 ++++++++++++++++++ xcode/mellow.dvtcolortheme | 153 ++++++++++++++++++ xcode/mintchoc.dvtcolortheme | 153 ++++++++++++++++++ xcode/mud.dvtcolortheme | 153 ++++++++++++++++++ xcode/otakon.dvtcolortheme | 153 ++++++++++++++++++ xcode/pastel.dvtcolortheme | 153 ++++++++++++++++++ xcode/patriot.dvtcolortheme | 153 ++++++++++++++++++ xcode/peacock.dvtcolortheme | 153 ++++++++++++++++++ xcode/peacocks-in-space.dvtcolortheme | 153 ++++++++++++++++++ xcode/peel.dvtcolortheme | 153 ++++++++++++++++++ xcode/piggy.dvtcolortheme | 153 ++++++++++++++++++ xcode/potpourri.dvtcolortheme | 153 ++++++++++++++++++ xcode/rainbow.dvtcolortheme | 153 ++++++++++++++++++ xcode/revelation.dvtcolortheme | 153 ++++++++++++++++++ xcode/shrek.dvtcolortheme | 153 ++++++++++++++++++ xcode/slate.dvtcolortheme | 153 ++++++++++++++++++ xcode/slime.dvtcolortheme | 153 ++++++++++++++++++ xcode/snappy.dvtcolortheme | 153 ++++++++++++++++++ xcode/solarflare.dvtcolortheme | 153 ++++++++++++++++++ xcode/sourlick.dvtcolortheme | 153 ++++++++++++++++++ xcode/spearmint.dvtcolortheme | 153 ++++++++++++++++++ xcode/stark.dvtcolortheme | 153 ++++++++++++++++++ xcode/super.dvtcolortheme | 153 ++++++++++++++++++ xcode/tonic.dvtcolortheme | 153 ++++++++++++++++++ xcode/tribal.dvtcolortheme | 153 ++++++++++++++++++ xcode/tron.dvtcolortheme | 153 ++++++++++++++++++ xcode/turnip.dvtcolortheme | 153 ++++++++++++++++++ xcode/yule.dvtcolortheme | 153 ++++++++++++++++++ xcode/zacks.dvtcolortheme | 153 ++++++++++++++++++ 178 files changed, 14469 insertions(+) create mode 100644 build/resources/patterns/xcode/xcode.json create mode 100644 build/resources/patterns/xcode/xcode.pattern create mode 100644 xcode/arstotzka.dvtcolortheme create mode 100644 xcode/azure.dvtcolortheme create mode 100644 xcode/bold.dvtcolortheme create mode 100644 xcode/boxuk.dvtcolortheme create mode 100644 xcode/carbonight.dvtcolortheme create mode 100644 xcode/chocolate.dvtcolortheme create mode 100644 xcode/contrast/carbonight-contrast.dvtcolortheme create mode 100644 xcode/contrast/darkside-contrast.dvtcolortheme create mode 100644 xcode/contrast/earthsong-contrast.dvtcolortheme create mode 100644 xcode/contrast/freshcut-contrast.dvtcolortheme create mode 100644 xcode/contrast/frontier-contrast.dvtcolortheme create mode 100644 xcode/contrast/gloom-contrast.dvtcolortheme create mode 100644 xcode/contrast/glowfish-contrast.dvtcolortheme create mode 100644 xcode/contrast/goldfish-contrast.dvtcolortheme create mode 100644 xcode/contrast/grunge-contrast.dvtcolortheme create mode 100644 xcode/contrast/halflife-contrast.dvtcolortheme create mode 100644 xcode/contrast/hyrule-contrast.dvtcolortheme create mode 100644 xcode/contrast/iceberg-contrast.dvtcolortheme create mode 100644 xcode/contrast/juicy-contrast.dvtcolortheme create mode 100644 xcode/contrast/keen-contrast.dvtcolortheme create mode 100644 xcode/contrast/laravel-contrast.dvtcolortheme create mode 100644 xcode/contrast/lavender-contrast.dvtcolortheme create mode 100644 xcode/contrast/mellow-contrast.dvtcolortheme create mode 100644 xcode/contrast/mud-contrast.dvtcolortheme create mode 100644 xcode/contrast/patriot-contrast.dvtcolortheme create mode 100644 xcode/contrast/peacock-contrast.dvtcolortheme create mode 100644 xcode/contrast/potpourri-contrast.dvtcolortheme create mode 100644 xcode/contrast/revelation-contrast.dvtcolortheme create mode 100644 xcode/contrast/slime-contrast.dvtcolortheme create mode 100644 xcode/contrast/snappy-contrast.dvtcolortheme create mode 100644 xcode/contrast/solarflare-contrast.dvtcolortheme create mode 100644 xcode/contrast/sourlick-contrast.dvtcolortheme create mode 100644 xcode/contrast/stark-contrast.dvtcolortheme create mode 100644 xcode/contrast/tron-contrast.dvtcolortheme create mode 100644 xcode/contrast/turnip-contrast.dvtcolortheme create mode 100644 xcode/contrast/zacks-contrast.dvtcolortheme create mode 100644 xcode/crisp.dvtcolortheme create mode 100644 xcode/darkside.dvtcolortheme create mode 100644 xcode/earthsong.dvtcolortheme create mode 100644 xcode/freshcut.dvtcolortheme create mode 100644 xcode/frontier.dvtcolortheme create mode 100644 xcode/github.dvtcolortheme create mode 100644 xcode/gloom.dvtcolortheme create mode 100644 xcode/glowfish.dvtcolortheme create mode 100644 xcode/goldfish.dvtcolortheme create mode 100644 xcode/grunge.dvtcolortheme create mode 100644 xcode/halflife.dvtcolortheme create mode 100644 xcode/heroku.dvtcolortheme create mode 100644 xcode/hyrule.dvtcolortheme create mode 100644 xcode/iceberg.dvtcolortheme create mode 100644 xcode/juicy.dvtcolortheme create mode 100644 xcode/keen.dvtcolortheme create mode 100644 xcode/kiwi.dvtcolortheme create mode 100644 xcode/laravel.dvtcolortheme create mode 100644 xcode/lavender.dvtcolortheme create mode 100644 xcode/legacy.dvtcolortheme create mode 100644 xcode/light/earthsong-light.dvtcolortheme create mode 100644 xcode/light/snappy-light.dvtcolortheme create mode 100644 xcode/light/userscape.dvtcolortheme create mode 100644 xcode/mellow.dvtcolortheme create mode 100644 xcode/mintchoc.dvtcolortheme create mode 100644 xcode/mud.dvtcolortheme create mode 100644 xcode/otakon.dvtcolortheme create mode 100644 xcode/pastel.dvtcolortheme create mode 100644 xcode/patriot.dvtcolortheme create mode 100644 xcode/peacock.dvtcolortheme create mode 100644 xcode/peacocks-in-space.dvtcolortheme create mode 100644 xcode/peel.dvtcolortheme create mode 100644 xcode/piggy.dvtcolortheme create mode 100644 xcode/potpourri.dvtcolortheme create mode 100644 xcode/rainbow.dvtcolortheme create mode 100644 xcode/revelation.dvtcolortheme create mode 100644 xcode/shrek.dvtcolortheme create mode 100644 xcode/slate.dvtcolortheme create mode 100644 xcode/slime.dvtcolortheme create mode 100644 xcode/snappy.dvtcolortheme create mode 100644 xcode/solarflare.dvtcolortheme create mode 100644 xcode/sourlick.dvtcolortheme create mode 100644 xcode/spearmint.dvtcolortheme create mode 100644 xcode/stark.dvtcolortheme create mode 100644 xcode/super.dvtcolortheme create mode 100644 xcode/tonic.dvtcolortheme create mode 100644 xcode/tribal.dvtcolortheme create mode 100644 xcode/tron.dvtcolortheme create mode 100644 xcode/turnip.dvtcolortheme create mode 100644 xcode/yule.dvtcolortheme create mode 100644 xcode/zacks.dvtcolortheme diff --git a/build/resources/patterns/sublime/sublime.pattern b/build/resources/patterns/sublime/sublime.pattern index 8d5e8fc..bc27f4c 100644 --- a/build/resources/patterns/sublime/sublime.pattern +++ b/build/resources/patterns/sublime/sublime.pattern @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + {{ colour.first('sublime_css_class', 'third').get }} + + uuid {{ uuid }} diff --git a/build/resources/patterns/xcode/xcode.json b/build/resources/patterns/xcode/xcode.json new file mode 100644 index 0000000..8256f33 --- /dev/null +++ b/build/resources/patterns/xcode/xcode.json @@ -0,0 +1,13 @@ +{ + "type": "XCode Theme", + "directory": "xcode", + + "templates": [ + { + "file": "xcode.pattern", + "name": "", + "directory": "", + "extension": ".dvtcolortheme" + } + ] +} diff --git a/build/resources/patterns/xcode/xcode.pattern b/build/resources/patterns/xcode/xcode.pattern new file mode 100644 index 0000000..2ae1342 --- /dev/null +++ b/build/resources/patterns/xcode/xcode.pattern @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + {{ colour.first('xcode_output_text', 'foreground').fraction }} 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + {{ colour.first('xcode_output_text', 'foreground').fraction }} 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + {{ colour.first('xcode_prompt_text', 'second').fraction }} 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + {{ colour.first('xcode_input_text', 'first').fraction }} 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + {{ colour.first('xcode_output_text', 'foreground').fraction }} 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + {{ colour.first('xcode_background', 'background').fraction }} 1 + DVTConsoleTextInsertionPointColor + {{ colour.first('xcode_output_text', 'foreground').fraction }} 1 + DVTConsoleTextSelectionColor + {{ colour.first('xcode_selection_background', 'selection_background').fraction }} 1 + DVTDebuggerInstructionPointerColor + {{ colour.first('xcode_output_text', 'foreground').fraction }} 1 + DVTSourceTextBackground + {{ colour.first('xcode_background', 'background').fraction }} 1 + DVTSourceTextBlockDimBackgroundColor + {{ colour.first('xcode_background', 'background').fraction(-20) }} 1 + DVTSourceTextInsertionPointColor + {{ colour.first('xcode_output_text', 'foreground').fraction }} 1 + DVTSourceTextInvisiblesColor + {{ colour.first('xcode_background', 'background').fraction(+10) }} 1 + DVTSourceTextSelectionColor + {{ colour.first('xcode_selection_background', 'selection_background').fraction }} 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + {{ colour.first('xcode_attribute', 'second').fraction }} 1 + xcode.syntax.character + {{ colour.first('xcode_character', 'second').fraction }} 1 + xcode.syntax.comment + {{ colour.first('xcode_comment', 'comment').fraction }} 1 + xcode.syntax.comment.doc + {{ colour.first('xcode_docblock', 'docblock').fraction }} 1 + xcode.syntax.comment.doc.keyword + {{ colour.first('xcode_docblock', 'docblock').fraction }} 1 + xcode.syntax.identifier.class + {{ colour.first('xcode_class', 'second').fraction }} 1 + xcode.syntax.identifier.class.system + {{ colour.first('xcode_class', 'second').fraction }} 1 + xcode.syntax.identifier.constant + {{ colour.first('xcode_constant', 'third').fraction }} 1 + xcode.syntax.identifier.constant.system + {{ colour.first('xcode_system_constant', 'third').fraction }} 1 + xcode.syntax.identifier.function + {{ colour.first('xcode_third', 'third').fraction }} 1 + xcode.syntax.identifier.function.system + {{ colour.first('xcode_third', 'third').fraction }} 1 + xcode.syntax.identifier.macro + {{ colour.first('xcode_macro', 'third').fraction }} 1 + xcode.syntax.identifier.macro.system + {{ colour.first('xcode_system_macro', 'third').fraction }} 1 + xcode.syntax.identifier.type + {{ colour.first('xcode_third', 'third').fraction }} 1 + xcode.syntax.identifier.type.system + {{ colour.first('xcode_system_type', 'second').fraction }} 1 + xcode.syntax.identifier.variable + {{ colour.first('xcode_variable', 'variables', 'foreground').fraction(50) }} 1 + xcode.syntax.identifier.variable.system + {{ colour.first('xcode_system_variable', 'variables', 'foreground').fraction(50) }} 1 + xcode.syntax.keyword + {{ colour.first('xcode_keyword', 'fourth').fraction }} 1 + xcode.syntax.number + {{ colour.first('xcode_number', 'number').fraction }} 1 + xcode.syntax.plain + {{ colour.first('xcode_foreground', 'foreground').fraction }} 1 + xcode.syntax.preprocessor + {{ colour.first('xcode_class', 'second').fraction }} 1 + xcode.syntax.string + {{ colour.first('xcode_string', 'string').fraction }} 1 + xcode.syntax.url + {{ colour.first('xcode_url', 'fourth').fraction(50) }} 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/build/src/Raincolour/Twig/Globals/Colour.php b/build/src/Raincolour/Twig/Globals/Colour.php index 7eb22c8..ca2fb3d 100644 --- a/build/src/Raincolour/Twig/Globals/Colour.php +++ b/build/src/Raincolour/Twig/Globals/Colour.php @@ -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. * diff --git a/sublime/arstotzka.tmTheme b/sublime/arstotzka.tmTheme index eea5222..5a917a6 100644 --- a/sublime/arstotzka.tmTheme +++ b/sublime/arstotzka.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #70807B + + uuid 20531614-5db8-c07f-8885-2afd41d72631 diff --git a/sublime/azure.tmTheme b/sublime/azure.tmTheme index 8351f08..a4c8f08 100644 --- a/sublime/azure.tmTheme +++ b/sublime/azure.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #508aaa + + uuid 3a580f14-2203-677f-1f0b-c30898f63f53 diff --git a/sublime/bold.tmTheme b/sublime/bold.tmTheme index 19f14ef..776326c 100644 --- a/sublime/bold.tmTheme +++ b/sublime/bold.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #B4B7AD + + uuid 114c3050-111d-8b8d-dd83-0b99ccebd246 diff --git a/sublime/boxuk.tmTheme b/sublime/boxuk.tmTheme index 83c2fe9..8d5acea 100644 --- a/sublime/boxuk.tmTheme +++ b/sublime/boxuk.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #15b8ae + + uuid d33687b6-16d2-b6d5-7e81-2eb0853b4242 diff --git a/sublime/carbonight.tmTheme b/sublime/carbonight.tmTheme index 084f178..96c8a21 100644 --- a/sublime/carbonight.tmTheme +++ b/sublime/carbonight.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #ffffff + + uuid 17745f03-3a0a-6be3-a417-a0253f5812b6 diff --git a/sublime/chocolate.tmTheme b/sublime/chocolate.tmTheme index daf4e52..98a5b90 100644 --- a/sublime/chocolate.tmTheme +++ b/sublime/chocolate.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #E2CDB0 + + uuid 6ea408ea-56e8-b710-aa24-0004af7580c1 diff --git a/sublime/contrast/carbonight-contrast.tmTheme b/sublime/contrast/carbonight-contrast.tmTheme index 0d484cd..719844e 100644 --- a/sublime/contrast/carbonight-contrast.tmTheme +++ b/sublime/contrast/carbonight-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #ffffff + + uuid 939b5fc2-72cb-920a-8602-0cab3b563827 diff --git a/sublime/contrast/darkside-contrast.tmTheme b/sublime/contrast/darkside-contrast.tmTheme index ac20397..abc5216 100644 --- a/sublime/contrast/darkside-contrast.tmTheme +++ b/sublime/contrast/darkside-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #68C244 + + uuid a492e8fe-48f8-89c1-afc3-616dde678052 diff --git a/sublime/contrast/earthsong-contrast.tmTheme b/sublime/contrast/earthsong-contrast.tmTheme index 8a5a57f..60b4876 100644 --- a/sublime/contrast/earthsong-contrast.tmTheme +++ b/sublime/contrast/earthsong-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #60A365 + + uuid 8a87675e-056b-b042-df1d-e8867fbcf247 diff --git a/sublime/contrast/freshcut-contrast.tmTheme b/sublime/contrast/freshcut-contrast.tmTheme index 6c9fa68..85c5f4d 100644 --- a/sublime/contrast/freshcut-contrast.tmTheme +++ b/sublime/contrast/freshcut-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #AEE239 + + uuid 8c4bd735-02f4-0f06-bc2d-2c8e31f71f55 diff --git a/sublime/contrast/frontier-contrast.tmTheme b/sublime/contrast/frontier-contrast.tmTheme index c54e986..7c6c2d5 100644 --- a/sublime/contrast/frontier-contrast.tmTheme +++ b/sublime/contrast/frontier-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #F8BB39 + + uuid d3817f87-f618-3991-d0d1-eb09aceb1408 diff --git a/sublime/contrast/gloom-contrast.tmTheme b/sublime/contrast/gloom-contrast.tmTheme index 148d554..b01aeb6 100644 --- a/sublime/contrast/gloom-contrast.tmTheme +++ b/sublime/contrast/gloom-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #BCD42A + + uuid c8544e3a-ab95-24e6-5298-72751424c79d diff --git a/sublime/contrast/glowfish-contrast.tmTheme b/sublime/contrast/glowfish-contrast.tmTheme index 725b171..61e3dd0 100644 --- a/sublime/contrast/glowfish-contrast.tmTheme +++ b/sublime/contrast/glowfish-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #60A365 + + uuid 8d70c543-148c-0bf7-199e-29d377dde025 diff --git a/sublime/contrast/goldfish-contrast.tmTheme b/sublime/contrast/goldfish-contrast.tmTheme index 0bad7bf..54c4ab8 100644 --- a/sublime/contrast/goldfish-contrast.tmTheme +++ b/sublime/contrast/goldfish-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #69D2E7 + + uuid ad50d1e6-e8d6-03ee-ba62-e3a9c01ceca5 diff --git a/sublime/contrast/grunge-contrast.tmTheme b/sublime/contrast/grunge-contrast.tmTheme index 574af44..acac313 100644 --- a/sublime/contrast/grunge-contrast.tmTheme +++ b/sublime/contrast/grunge-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #FFC48C + + uuid 6e1f3825-db6e-e7d6-a4fd-416b72aa7218 diff --git a/sublime/contrast/halflife-contrast.tmTheme b/sublime/contrast/halflife-contrast.tmTheme index 115b952..478227b 100644 --- a/sublime/contrast/halflife-contrast.tmTheme +++ b/sublime/contrast/halflife-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #F9D423 + + uuid 0f8d84e0-81ff-0ee7-704d-a1804587202a diff --git a/sublime/contrast/hyrule-contrast.tmTheme b/sublime/contrast/hyrule-contrast.tmTheme index 20a1628..e422b8a 100644 --- a/sublime/contrast/hyrule-contrast.tmTheme +++ b/sublime/contrast/hyrule-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #90c93f + + uuid 4fd6476c-e420-e292-c956-fcd39a58687f diff --git a/sublime/contrast/iceberg-contrast.tmTheme b/sublime/contrast/iceberg-contrast.tmTheme index 74e89c8..fb6c3e8 100644 --- a/sublime/contrast/iceberg-contrast.tmTheme +++ b/sublime/contrast/iceberg-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #FFFFFF + + uuid 3ea218af-812c-1c73-4475-ee33bbbc17a9 diff --git a/sublime/contrast/juicy-contrast.tmTheme b/sublime/contrast/juicy-contrast.tmTheme index f998473..a6cb0bc 100644 --- a/sublime/contrast/juicy-contrast.tmTheme +++ b/sublime/contrast/juicy-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #c3cb4c + + uuid d4e29a6f-123c-7730-f517-818a8a33fe24 diff --git a/sublime/contrast/keen-contrast.tmTheme b/sublime/contrast/keen-contrast.tmTheme index d461629..514a819 100644 --- a/sublime/contrast/keen-contrast.tmTheme +++ b/sublime/contrast/keen-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #b5db99 + + uuid 7bced34f-1879-bf1f-f1be-a6197fbfdc7d diff --git a/sublime/contrast/laravel-contrast.tmTheme b/sublime/contrast/laravel-contrast.tmTheme index 8b2d954..2774ea6 100644 --- a/sublime/contrast/laravel-contrast.tmTheme +++ b/sublime/contrast/laravel-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #FC580C + + uuid e9ed0496-1491-af43-5ddd-e58daacdf095 diff --git a/sublime/contrast/lavender-contrast.tmTheme b/sublime/contrast/lavender-contrast.tmTheme index 2d74d28..52a94c0 100644 --- a/sublime/contrast/lavender-contrast.tmTheme +++ b/sublime/contrast/lavender-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #F5B0EF + + uuid 827b9528-6951-b561-e245-120bb9bbd761 diff --git a/sublime/contrast/mellow-contrast.tmTheme b/sublime/contrast/mellow-contrast.tmTheme index c18960a..3e22e14 100644 --- a/sublime/contrast/mellow-contrast.tmTheme +++ b/sublime/contrast/mellow-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #F28972 + + uuid 709ca247-2bcf-a03b-bc18-e56712cc2420 diff --git a/sublime/contrast/mud-contrast.tmTheme b/sublime/contrast/mud-contrast.tmTheme index 5f5221d..d255b8a 100644 --- a/sublime/contrast/mud-contrast.tmTheme +++ b/sublime/contrast/mud-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #8ee350 + + uuid 2afdac00-065e-814d-e50d-aa8453734157 diff --git a/sublime/contrast/patriot-contrast.tmTheme b/sublime/contrast/patriot-contrast.tmTheme index 00d8662..69f0209 100644 --- a/sublime/contrast/patriot-contrast.tmTheme +++ b/sublime/contrast/patriot-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #ffffff + + uuid ebcc0a66-3373-2a5d-8096-1755fbe017fd diff --git a/sublime/contrast/peacock-contrast.tmTheme b/sublime/contrast/peacock-contrast.tmTheme index 3d39114..f12dd99 100644 --- a/sublime/contrast/peacock-contrast.tmTheme +++ b/sublime/contrast/peacock-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #bcd42a + + uuid 5dfacd51-95c2-e97f-334d-c419b975ac61 diff --git a/sublime/contrast/potpourri-contrast.tmTheme b/sublime/contrast/potpourri-contrast.tmTheme index 658642a..5a3ceed 100644 --- a/sublime/contrast/potpourri-contrast.tmTheme +++ b/sublime/contrast/potpourri-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #B866FA + + uuid 02ca3db7-6784-f6bb-aba9-c255f898939b diff --git a/sublime/contrast/revelation-contrast.tmTheme b/sublime/contrast/revelation-contrast.tmTheme index db6983e..077a268 100644 --- a/sublime/contrast/revelation-contrast.tmTheme +++ b/sublime/contrast/revelation-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #95C2E8 + + uuid a9198b71-55e6-8432-260d-61986130edb9 diff --git a/sublime/contrast/slime-contrast.tmTheme b/sublime/contrast/slime-contrast.tmTheme index 928b94e..192d0c7 100644 --- a/sublime/contrast/slime-contrast.tmTheme +++ b/sublime/contrast/slime-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #d0b123 + + uuid 0a872f14-3276-ff04-60a3-44624117a0de diff --git a/sublime/contrast/snappy-contrast.tmTheme b/sublime/contrast/snappy-contrast.tmTheme index ad62245..199b7a6 100644 --- a/sublime/contrast/snappy-contrast.tmTheme +++ b/sublime/contrast/snappy-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #808dd3 + + uuid 044a1d27-f7ef-c071-a6ff-6b47b229085c diff --git a/sublime/contrast/solarflare-contrast.tmTheme b/sublime/contrast/solarflare-contrast.tmTheme index 46b734a..df898ee 100644 --- a/sublime/contrast/solarflare-contrast.tmTheme +++ b/sublime/contrast/solarflare-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #EDE574 + + uuid d685de95-c6a2-bb26-9d95-4e09aa72b688 diff --git a/sublime/contrast/sourlick-contrast.tmTheme b/sublime/contrast/sourlick-contrast.tmTheme index 1ccfb90..80e5890 100644 --- a/sublime/contrast/sourlick-contrast.tmTheme +++ b/sublime/contrast/sourlick-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #BDF522 + + uuid 3e2d4070-7848-764f-4b5d-aa059c8d6185 diff --git a/sublime/contrast/stark-contrast.tmTheme b/sublime/contrast/stark-contrast.tmTheme index bf78ff8..8920de9 100644 --- a/sublime/contrast/stark-contrast.tmTheme +++ b/sublime/contrast/stark-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #F03113 + + uuid 0b571492-af50-a9b2-7237-61fbf326ac1e diff --git a/sublime/contrast/tron-contrast.tmTheme b/sublime/contrast/tron-contrast.tmTheme index 7193b83..b835806 100644 --- a/sublime/contrast/tron-contrast.tmTheme +++ b/sublime/contrast/tron-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #ffffff + + uuid f5508b8c-132b-1556-b8db-f43f608c596c diff --git a/sublime/contrast/turnip-contrast.tmTheme b/sublime/contrast/turnip-contrast.tmTheme index 2214418..ca093e8 100644 --- a/sublime/contrast/turnip-contrast.tmTheme +++ b/sublime/contrast/turnip-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #E8DA5E + + uuid ec9e030b-870a-f127-5f54-8928209f4720 diff --git a/sublime/contrast/zacks-contrast.tmTheme b/sublime/contrast/zacks-contrast.tmTheme index c7fcc7d..7acab24 100644 --- a/sublime/contrast/zacks-contrast.tmTheme +++ b/sublime/contrast/zacks-contrast.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #bcd42a + + uuid 219d0887-b1cb-a15f-0b71-31cdf98e79bf diff --git a/sublime/crisp.tmTheme b/sublime/crisp.tmTheme index ab0b071..9370032 100644 --- a/sublime/crisp.tmTheme +++ b/sublime/crisp.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #FC6A0F + + uuid 6059545b-206c-4b23-0b97-fd3651b473a3 diff --git a/sublime/darkside.tmTheme b/sublime/darkside.tmTheme index 490d289..0473557 100644 --- a/sublime/darkside.tmTheme +++ b/sublime/darkside.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #68C244 + + uuid 96011e16-c8aa-55fd-df6f-f5c69247178a diff --git a/sublime/earthsong.tmTheme b/sublime/earthsong.tmTheme index 4edb065..3ab3543 100644 --- a/sublime/earthsong.tmTheme +++ b/sublime/earthsong.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #60A365 + + uuid def18d1f-ce25-72b7-34a3-565c0bcbc74e diff --git a/sublime/freshcut.tmTheme b/sublime/freshcut.tmTheme index f2e2aab..b35c6b9 100644 --- a/sublime/freshcut.tmTheme +++ b/sublime/freshcut.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #AEE239 + + uuid b92c269e-8a89-5d85-1bc8-59131bd3d3ac diff --git a/sublime/frontier.tmTheme b/sublime/frontier.tmTheme index d86d64e..8f9e0f2 100644 --- a/sublime/frontier.tmTheme +++ b/sublime/frontier.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #F8BB39 + + uuid 14a16b1b-fe4e-ec57-1e16-ba761caa77b1 diff --git a/sublime/github.tmTheme b/sublime/github.tmTheme index 9293870..c90d296 100644 --- a/sublime/github.tmTheme +++ b/sublime/github.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #DD1144 + + uuid e1adbcbb-92c6-22d0-b3e6-19f9d0730abf diff --git a/sublime/gloom.tmTheme b/sublime/gloom.tmTheme index 1068dda..297eaee 100644 --- a/sublime/gloom.tmTheme +++ b/sublime/gloom.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #BCD42A + + uuid b1ea21fb-2177-ffed-af81-0a3967e76069 diff --git a/sublime/glowfish.tmTheme b/sublime/glowfish.tmTheme index a88c010..2ac79c0 100644 --- a/sublime/glowfish.tmTheme +++ b/sublime/glowfish.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #60A365 + + uuid 5776f357-26d4-49f0-53af-019e1b902b92 diff --git a/sublime/goldfish.tmTheme b/sublime/goldfish.tmTheme index 972ffff..0cb2d78 100644 --- a/sublime/goldfish.tmTheme +++ b/sublime/goldfish.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #69D2E7 + + uuid 96dcd3f3-4f6b-0046-9c77-915b5ab45550 diff --git a/sublime/grunge.tmTheme b/sublime/grunge.tmTheme index db2f186..2df7aef 100644 --- a/sublime/grunge.tmTheme +++ b/sublime/grunge.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #FFC48C + + uuid 42dd5b57-5163-e4a0-3fb1-6c58f7c7ce50 diff --git a/sublime/halflife.tmTheme b/sublime/halflife.tmTheme index d9479e4..f640ca1 100644 --- a/sublime/halflife.tmTheme +++ b/sublime/halflife.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #F9D423 + + uuid 1cdf916d-9e6e-2485-89b7-c97a0dfb53d5 diff --git a/sublime/heroku.tmTheme b/sublime/heroku.tmTheme index d9e0e79..7eb3910 100644 --- a/sublime/heroku.tmTheme +++ b/sublime/heroku.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #ffffff + + uuid 1a794174-61c9-adbe-88f8-b93e7fad392f diff --git a/sublime/hyrule.tmTheme b/sublime/hyrule.tmTheme index b336369..45b31b3 100644 --- a/sublime/hyrule.tmTheme +++ b/sublime/hyrule.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #90c93f + + uuid 1282de75-895d-aa7e-659a-22fa78272798 diff --git a/sublime/iceberg.tmTheme b/sublime/iceberg.tmTheme index a418d7d..1b3b35a 100644 --- a/sublime/iceberg.tmTheme +++ b/sublime/iceberg.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #FFFFFF + + uuid b9f1e40f-a2e2-d56e-00b3-5f266364715a diff --git a/sublime/juicy.tmTheme b/sublime/juicy.tmTheme index 3b058ba..354f242 100644 --- a/sublime/juicy.tmTheme +++ b/sublime/juicy.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #c3cb4c + + uuid 4b481719-122a-431e-3fdb-8d6f0c1b9bc5 diff --git a/sublime/keen.tmTheme b/sublime/keen.tmTheme index 5520f0d..f8d9a76 100644 --- a/sublime/keen.tmTheme +++ b/sublime/keen.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #b5db99 + + uuid 5e1d431d-7975-01f0-8190-a016323799cf diff --git a/sublime/kiwi.tmTheme b/sublime/kiwi.tmTheme index b0cd1e4..1c0110a 100644 --- a/sublime/kiwi.tmTheme +++ b/sublime/kiwi.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #0B6D5C + + uuid b6ef9705-b1e5-8b64-3edc-23e7f81318ed diff --git a/sublime/laravel.tmTheme b/sublime/laravel.tmTheme index 6577798..a76cdcc 100644 --- a/sublime/laravel.tmTheme +++ b/sublime/laravel.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #FC580C + + uuid a5c95b86-291e-a299-fcbe-64458ed12702 diff --git a/sublime/lavender.tmTheme b/sublime/lavender.tmTheme index 2338121..07579d9 100644 --- a/sublime/lavender.tmTheme +++ b/sublime/lavender.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #F5B0EF + + uuid e346c232-ce72-c429-ea09-95de9f63f551 diff --git a/sublime/legacy.tmTheme b/sublime/legacy.tmTheme index 7391355..f420e68 100644 --- a/sublime/legacy.tmTheme +++ b/sublime/legacy.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #FFB20D + + uuid 0cc0a050-7cf3-d31e-5089-f420a4cf8b4b diff --git a/sublime/light/earthsong-light.tmTheme b/sublime/light/earthsong-light.tmTheme index c6a1672..1fb018f 100644 --- a/sublime/light/earthsong-light.tmTheme +++ b/sublime/light/earthsong-light.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #60A365 + + uuid f55f8704-d0ed-088b-dc04-189bdb5b9bdf diff --git a/sublime/light/snappy-light.tmTheme b/sublime/light/snappy-light.tmTheme index a2b4c35..7e1fba9 100644 --- a/sublime/light/snappy-light.tmTheme +++ b/sublime/light/snappy-light.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #808dd3 + + uuid f95e005b-d9eb-f5b6-9a70-38262a6c2180 diff --git a/sublime/light/userscape.tmTheme b/sublime/light/userscape.tmTheme index ef1f9e5..23eb8b6 100644 --- a/sublime/light/userscape.tmTheme +++ b/sublime/light/userscape.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #E3BD14 + + uuid 772d19d1-6075-a6db-fcf6-2b5608b20fc2 diff --git a/sublime/mellow.tmTheme b/sublime/mellow.tmTheme index 3762486..af07213 100644 --- a/sublime/mellow.tmTheme +++ b/sublime/mellow.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #F28972 + + uuid 8872819b-65f2-21a5-2f6c-4ae26b674885 diff --git a/sublime/mintchoc.tmTheme b/sublime/mintchoc.tmTheme index f90f3e3..d981c59 100644 --- a/sublime/mintchoc.tmTheme +++ b/sublime/mintchoc.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #00E08C + + uuid a7fa6508-e717-f70c-2b7d-fb87edaf36f3 diff --git a/sublime/mud.tmTheme b/sublime/mud.tmTheme index 8af0081..a976fe4 100644 --- a/sublime/mud.tmTheme +++ b/sublime/mud.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #b5db99 + + uuid 1e136163-6e1b-8cdf-a06e-107c2e6370a0 diff --git a/sublime/otakon.tmTheme b/sublime/otakon.tmTheme index 9481364..c4fddc7 100644 --- a/sublime/otakon.tmTheme +++ b/sublime/otakon.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #E484B2 + + uuid 190fb297-0ff8-178c-84d3-432c996c6671 diff --git a/sublime/pastel.tmTheme b/sublime/pastel.tmTheme index 335230b..2804aff 100644 --- a/sublime/pastel.tmTheme +++ b/sublime/pastel.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #C56C6C + + uuid 3a466d37-0b5d-fe03-8394-57d466cba5a9 diff --git a/sublime/patriot.tmTheme b/sublime/patriot.tmTheme index f3e58be..ae2e73b 100644 --- a/sublime/patriot.tmTheme +++ b/sublime/patriot.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #ffffff + + uuid fac0490b-44c0-7d87-f82b-c6d669f94a5f diff --git a/sublime/peacock.tmTheme b/sublime/peacock.tmTheme index 53720e7..4b2e622 100644 --- a/sublime/peacock.tmTheme +++ b/sublime/peacock.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #bcd42a + + uuid c755af00-cd3f-625f-a2fc-b1fbca6f7620 diff --git a/sublime/peacocks-in-space.tmTheme b/sublime/peacocks-in-space.tmTheme index 3b33624..f423531 100644 --- a/sublime/peacocks-in-space.tmTheme +++ b/sublime/peacocks-in-space.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #BCD42A + + uuid 5bc00dec-cf4f-1582-d3c8-5b5cae960f1b diff --git a/sublime/peel.tmTheme b/sublime/peel.tmTheme index 126ab0c..2644433 100644 --- a/sublime/peel.tmTheme +++ b/sublime/peel.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #D6E1C7 + + uuid 2dc90997-31a1-ef0b-ccbf-27b0139c11d1 diff --git a/sublime/piggy.tmTheme b/sublime/piggy.tmTheme index a6cfa93..bd1f1e6 100644 --- a/sublime/piggy.tmTheme +++ b/sublime/piggy.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #FF5D80 + + uuid 3bb56721-9c67-cf77-716a-22da6ab80c25 diff --git a/sublime/potpourri.tmTheme b/sublime/potpourri.tmTheme index 1d659c2..bf551f6 100644 --- a/sublime/potpourri.tmTheme +++ b/sublime/potpourri.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #B866FA + + uuid 13db1562-f6ff-30eb-9b59-c1a5499affbd diff --git a/sublime/rainbow.tmTheme b/sublime/rainbow.tmTheme index f37cd19..1b57d02 100644 --- a/sublime/rainbow.tmTheme +++ b/sublime/rainbow.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #FFBE40 + + uuid 4aca5ee9-a087-fb92-18bf-b662fe92605c diff --git a/sublime/revelation.tmTheme b/sublime/revelation.tmTheme index 3d9c419..74a8cf2 100644 --- a/sublime/revelation.tmTheme +++ b/sublime/revelation.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #95C2E8 + + uuid 2e77f901-6734-03a0-a2ad-aa9318093179 diff --git a/sublime/shrek.tmTheme b/sublime/shrek.tmTheme index a62db9b..00ec24f 100644 --- a/sublime/shrek.tmTheme +++ b/sublime/shrek.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #F0F2EB + + uuid f9e3e865-e1a6-4d2d-6e03-67430d391ade diff --git a/sublime/slate.tmTheme b/sublime/slate.tmTheme index 971c68d..7c0825e 100644 --- a/sublime/slate.tmTheme +++ b/sublime/slate.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #CBDAD5 + + uuid b301eeec-ae37-166d-d0b7-987360d341b7 diff --git a/sublime/slime.tmTheme b/sublime/slime.tmTheme index 4551233..af0dfbe 100644 --- a/sublime/slime.tmTheme +++ b/sublime/slime.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #C7AF3F + + uuid a537a3d7-d5ed-e571-8f2b-597568233925 diff --git a/sublime/snappy.tmTheme b/sublime/snappy.tmTheme index 9442d3a..984abe2 100644 --- a/sublime/snappy.tmTheme +++ b/sublime/snappy.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #808dd3 + + uuid 6d8acb35-ee07-9683-7247-53caac0ef588 diff --git a/sublime/solarflare.tmTheme b/sublime/solarflare.tmTheme index a05f72d..553394c 100644 --- a/sublime/solarflare.tmTheme +++ b/sublime/solarflare.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #EDE574 + + uuid 2770e704-52dc-d68a-72e8-f78fe37fe4db diff --git a/sublime/sourlick.tmTheme b/sublime/sourlick.tmTheme index 61b9926..7ac94c7 100644 --- a/sublime/sourlick.tmTheme +++ b/sublime/sourlick.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #BDF522 + + uuid 7fb20831-cd83-c33b-4d8c-427c53567a6c diff --git a/sublime/spearmint.tmTheme b/sublime/spearmint.tmTheme index fe80c8f..a54b5f0 100644 --- a/sublime/spearmint.tmTheme +++ b/sublime/spearmint.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #4CD7E0 + + uuid 9a4343ea-cbe2-16ca-881c-1218c728879e diff --git a/sublime/stark.tmTheme b/sublime/stark.tmTheme index caa23c7..32b08e8 100644 --- a/sublime/stark.tmTheme +++ b/sublime/stark.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #F03113 + + uuid 199a96b9-89eb-8ef3-432e-c9e138c88a8c diff --git a/sublime/super.tmTheme b/sublime/super.tmTheme index e1cc109..9ba2074 100644 --- a/sublime/super.tmTheme +++ b/sublime/super.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #E45635 + + uuid 0ce3266d-4eb7-1ad5-0f7a-90aee6d21dcd diff --git a/sublime/tonic.tmTheme b/sublime/tonic.tmTheme index 9a30141..c99a6f1 100644 --- a/sublime/tonic.tmTheme +++ b/sublime/tonic.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #FD9F59 + + uuid b670e92e-cc18-09db-2bfe-baef1ba04c37 diff --git a/sublime/tribal.tmTheme b/sublime/tribal.tmTheme index d89e12d..c6af729 100644 --- a/sublime/tribal.tmTheme +++ b/sublime/tribal.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #E0DDEB + + uuid d22d863f-34f3-4ec8-56ae-7d0cb891e636 diff --git a/sublime/tron.tmTheme b/sublime/tron.tmTheme index 146aee7..04fb865 100644 --- a/sublime/tron.tmTheme +++ b/sublime/tron.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #ffffff + + uuid 8f60c990-0e3f-8ac4-2210-4c5414e4ec8f diff --git a/sublime/turnip.tmTheme b/sublime/turnip.tmTheme index c1a7f7a..04ffea7 100644 --- a/sublime/turnip.tmTheme +++ b/sublime/turnip.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #E8DA5E + + uuid 043a46a4-8c1f-62dd-647c-5b570c01fb4c diff --git a/sublime/yule.tmTheme b/sublime/yule.tmTheme index 008f4ec..004a637 100644 --- a/sublime/yule.tmTheme +++ b/sublime/yule.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #EBB626 + + uuid e1d3b33f-ae0a-b90b-262b-57c4874033ae diff --git a/sublime/zacks.tmTheme b/sublime/zacks.tmTheme index 03c52d8..1cff58a 100644 --- a/sublime/zacks.tmTheme +++ b/sublime/zacks.tmTheme @@ -668,6 +668,17 @@ Find more themes at : https://github.com/daylerees/colour-schemes #f7b83d + + name + CSS Class + scope + entity.other.attribute-name.class.css + settings + + foreground + #bcd42a + + uuid 5fa7cfb2-98fd-2b61-c922-724fec4741cf diff --git a/xcode/arstotzka.dvtcolortheme b/xcode/arstotzka.dvtcolortheme new file mode 100644 index 0000000..359deab --- /dev/null +++ b/xcode/arstotzka.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.3176471 0.4196078 0.4196078 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.6352941 0.6549020 0.5921569 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1294118 0.1215686 0.1176471 1 + DVTConsoleTextInsertionPointColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleTextSelectionColor + 0.3176471 0.4196078 0.4196078 1 + DVTDebuggerInstructionPointerColor + 0.9294118 0.9215686 0.9019608 1 + DVTSourceTextBackground + 0.1294118 0.1215686 0.1176471 1 + DVTSourceTextBlockDimBackgroundColor + 0.0509804 0.0431373 0.0392157 1 + DVTSourceTextInsertionPointColor + 0.9294118 0.9215686 0.9019608 1 + DVTSourceTextInvisiblesColor + 0.1686275 0.1607843 0.1568627 1 + DVTSourceTextSelectionColor + 0.3176471 0.4196078 0.4196078 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.3176471 0.4196078 0.4196078 1 + xcode.syntax.character + 0.3176471 0.4196078 0.4196078 1 + xcode.syntax.comment + 0.2470588 0.2274510 0.2117647 1 + xcode.syntax.comment.doc + 0.3764706 0.3450980 0.3215686 1 + xcode.syntax.comment.doc.keyword + 0.3764706 0.3450980 0.3215686 1 + xcode.syntax.identifier.class + 0.3176471 0.4196078 0.4196078 1 + xcode.syntax.identifier.class.system + 0.3176471 0.4196078 0.4196078 1 + xcode.syntax.identifier.constant + 0.4392157 0.5019608 0.4823529 1 + xcode.syntax.identifier.constant.system + 0.4392157 0.5019608 0.4823529 1 + xcode.syntax.identifier.function + 0.4392157 0.5019608 0.4823529 1 + xcode.syntax.identifier.function.system + 0.4392157 0.5019608 0.4823529 1 + xcode.syntax.identifier.macro + 0.4392157 0.5019608 0.4823529 1 + xcode.syntax.identifier.macro.system + 0.4392157 0.5019608 0.4823529 1 + xcode.syntax.identifier.type + 0.4392157 0.5019608 0.4823529 1 + xcode.syntax.identifier.type.system + 0.3176471 0.4196078 0.4196078 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.6352941 0.6549020 0.5921569 1 + xcode.syntax.number + 0.6470588 0.8901961 0.8156863 1 + xcode.syntax.plain + 0.9294118 0.9215686 0.9019608 1 + xcode.syntax.preprocessor + 0.3176471 0.4196078 0.4196078 1 + xcode.syntax.string + 0.6470588 0.8901961 0.8156863 1 + xcode.syntax.url + 0.8313725 0.8509804 0.7882353 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/azure.dvtcolortheme b/xcode/azure.dvtcolortheme new file mode 100644 index 0000000..6403c82 --- /dev/null +++ b/xcode/azure.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.3215686 0.4392157 0.5450980 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.4156863 0.6901961 0.6392157 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0941176 0.1137255 0.1490196 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.2784314 0.5843137 0.6039216 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.0941176 0.1137255 0.1490196 1 + DVTSourceTextBlockDimBackgroundColor + 0.0156863 0.0352941 0.0705882 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.1333333 0.1529412 0.1882353 1 + DVTSourceTextSelectionColor + 0.2784314 0.5843137 0.6039216 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.3215686 0.4392157 0.5450980 1 + xcode.syntax.character + 0.3215686 0.4392157 0.5450980 1 + xcode.syntax.comment + 0.2549020 0.3019608 0.3843137 1 + xcode.syntax.comment.doc + 0.3607843 0.4196078 0.5254902 1 + xcode.syntax.comment.doc.keyword + 0.3607843 0.4196078 0.5254902 1 + xcode.syntax.identifier.class + 0.3215686 0.4392157 0.5450980 1 + xcode.syntax.identifier.class.system + 0.3215686 0.4392157 0.5450980 1 + xcode.syntax.identifier.constant + 0.3137255 0.5411765 0.6666667 1 + xcode.syntax.identifier.constant.system + 0.3137255 0.5411765 0.6666667 1 + xcode.syntax.identifier.function + 0.3137255 0.5411765 0.6666667 1 + xcode.syntax.identifier.function.system + 0.3137255 0.5411765 0.6666667 1 + xcode.syntax.identifier.macro + 0.3137255 0.5411765 0.6666667 1 + xcode.syntax.identifier.macro.system + 0.3137255 0.5411765 0.6666667 1 + xcode.syntax.identifier.type + 0.3137255 0.5411765 0.6666667 1 + xcode.syntax.identifier.type.system + 0.3215686 0.4392157 0.5450980 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.3137255 0.5411765 0.6666667 1 + xcode.syntax.number + 0.3921569 0.6823529 0.7019608 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.3215686 0.4392157 0.5450980 1 + xcode.syntax.string + 0.3921569 0.6823529 0.7019608 1 + xcode.syntax.url + 0.5098039 0.7372549 0.8627451 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/bold.dvtcolortheme b/xcode/bold.dvtcolortheme new file mode 100644 index 0000000..cac5beb --- /dev/null +++ b/xcode/bold.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9411765 0.3843137 0.2941176 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.2392157 0.5568627 0.5686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1647059 0.1490196 0.1490196 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.2392157 0.5568627 0.5686275 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.1647059 0.1490196 0.1490196 1 + DVTSourceTextBlockDimBackgroundColor + 0.0862745 0.0705882 0.0705882 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.2039216 0.1882353 0.1882353 1 + DVTSourceTextSelectionColor + 0.2392157 0.5568627 0.5686275 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9411765 0.3843137 0.2941176 1 + xcode.syntax.character + 0.9411765 0.3843137 0.2941176 1 + xcode.syntax.comment + 0.3254902 0.2941176 0.2941176 1 + xcode.syntax.comment.doc + 0.4196078 0.3803922 0.3803922 1 + xcode.syntax.comment.doc.keyword + 0.4196078 0.3803922 0.3803922 1 + xcode.syntax.identifier.class + 0.9411765 0.3843137 0.2941176 1 + xcode.syntax.identifier.class.system + 0.9411765 0.3843137 0.2941176 1 + xcode.syntax.identifier.constant + 0.7058824 0.7176471 0.6784314 1 + xcode.syntax.identifier.constant.system + 0.7058824 0.7176471 0.6784314 1 + xcode.syntax.identifier.function + 0.7058824 0.7176471 0.6784314 1 + xcode.syntax.identifier.function.system + 0.7058824 0.7176471 0.6784314 1 + xcode.syntax.identifier.macro + 0.7058824 0.7176471 0.6784314 1 + xcode.syntax.identifier.macro.system + 0.7058824 0.7176471 0.6784314 1 + xcode.syntax.identifier.type + 0.7058824 0.7176471 0.6784314 1 + xcode.syntax.identifier.type.system + 0.9411765 0.3843137 0.2941176 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9411765 0.3843137 0.2941176 1 + xcode.syntax.number + 0.9686275 0.6352941 0.1058824 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.9411765 0.3843137 0.2941176 1 + xcode.syntax.string + 0.9686275 0.6352941 0.1058824 1 + xcode.syntax.url + 1.0000000 0.5803922 0.4901961 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/boxuk.dvtcolortheme b/xcode/boxuk.dvtcolortheme new file mode 100644 index 0000000..34afe3c --- /dev/null +++ b/xcode/boxuk.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.2549020 0.3098039 0.3607843 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.2549020 0.3098039 0.3607843 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.0039216 0.6156863 0.4627451 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.0039216 0.4862745 0.6156863 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.2549020 0.3098039 0.3607843 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextInsertionPointColor + 0.2549020 0.3098039 0.3607843 1 + DVTConsoleTextSelectionColor + 0.0039216 0.4862745 0.6156863 1 + DVTDebuggerInstructionPointerColor + 0.2549020 0.3098039 0.3607843 1 + DVTSourceTextBackground + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.9215686 0.9215686 0.9215686 1 + DVTSourceTextInsertionPointColor + 0.2549020 0.3098039 0.3607843 1 + DVTSourceTextInvisiblesColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextSelectionColor + 0.0039216 0.4862745 0.6156863 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.0039216 0.6156863 0.4627451 1 + xcode.syntax.character + 0.0039216 0.6156863 0.4627451 1 + xcode.syntax.comment + 0.7215686 0.7137255 0.6941176 1 + xcode.syntax.comment.doc + 0.5333333 0.5333333 0.5333333 1 + xcode.syntax.comment.doc.keyword + 0.5333333 0.5333333 0.5333333 1 + xcode.syntax.identifier.class + 0.0039216 0.6156863 0.4627451 1 + xcode.syntax.identifier.class.system + 0.0039216 0.6156863 0.4627451 1 + xcode.syntax.identifier.constant + 0.0823529 0.7215686 0.6823529 1 + xcode.syntax.identifier.constant.system + 0.0823529 0.7215686 0.6823529 1 + xcode.syntax.identifier.function + 0.0823529 0.7215686 0.6823529 1 + xcode.syntax.identifier.function.system + 0.0823529 0.7215686 0.6823529 1 + xcode.syntax.identifier.macro + 0.0823529 0.7215686 0.6823529 1 + xcode.syntax.identifier.macro.system + 0.0823529 0.7215686 0.6823529 1 + xcode.syntax.identifier.type + 0.0823529 0.7215686 0.6823529 1 + xcode.syntax.identifier.type.system + 0.0039216 0.6156863 0.4627451 1 + xcode.syntax.identifier.variable + 0.4509804 0.5058824 0.5568627 1 + xcode.syntax.identifier.variable.system + 0.4509804 0.5058824 0.5568627 1 + xcode.syntax.keyword + 0.0039216 0.4862745 0.6156863 1 + xcode.syntax.number + 0.0823529 0.7215686 0.6823529 1 + xcode.syntax.plain + 0.2549020 0.3098039 0.3607843 1 + xcode.syntax.preprocessor + 0.0039216 0.6156863 0.4627451 1 + xcode.syntax.string + 0.0823529 0.7215686 0.6823529 1 + xcode.syntax.url + 0.2000000 0.6823529 0.8117647 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/carbonight.dvtcolortheme b/xcode/carbonight.dvtcolortheme new file mode 100644 index 0000000..743d564 --- /dev/null +++ b/xcode/carbonight.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.6901961 0.6901961 0.6901961 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.6901961 0.6901961 0.6901961 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.5490196 0.5490196 0.5490196 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.7686275 0.7686275 0.7686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.6901961 0.6901961 0.6901961 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1803922 0.1725490 0.1686275 1 + DVTConsoleTextInsertionPointColor + 0.6901961 0.6901961 0.6901961 1 + DVTConsoleTextSelectionColor + 0.5490196 0.5490196 0.5490196 1 + DVTDebuggerInstructionPointerColor + 0.6901961 0.6901961 0.6901961 1 + DVTSourceTextBackground + 0.1803922 0.1725490 0.1686275 1 + DVTSourceTextBlockDimBackgroundColor + 0.1019608 0.0941176 0.0901961 1 + DVTSourceTextInsertionPointColor + 0.6901961 0.6901961 0.6901961 1 + DVTSourceTextInvisiblesColor + 0.2196078 0.2117647 0.2078431 1 + DVTSourceTextSelectionColor + 0.5490196 0.5490196 0.5490196 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.character + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.comment + 0.2588235 0.2470588 0.2392157 1 + xcode.syntax.comment.doc + 0.3607843 0.3450980 0.3372549 1 + xcode.syntax.comment.doc.keyword + 0.3607843 0.3450980 0.3372549 1 + xcode.syntax.identifier.class + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.identifier.class.system + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.identifier.constant + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type.system + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.identifier.variable + 0.8862745 0.8862745 0.8862745 1 + xcode.syntax.identifier.variable.system + 0.8862745 0.8862745 0.8862745 1 + xcode.syntax.keyword + 0.9333333 0.9333333 0.9333333 1 + xcode.syntax.number + 0.6901961 0.6901961 0.6901961 1 + xcode.syntax.plain + 0.6901961 0.6901961 0.6901961 1 + xcode.syntax.preprocessor + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.string + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.url + 1.0000000 1.0000000 1.0000000 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/chocolate.dvtcolortheme b/xcode/chocolate.dvtcolortheme new file mode 100644 index 0000000..ad37bbf --- /dev/null +++ b/xcode/chocolate.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.8000000 0.7137255 0.5921569 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.5450980 0.4313725 0.2745098 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0823529 0.0588235 0.0313725 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.5450980 0.4313725 0.2745098 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.0823529 0.0588235 0.0313725 1 + DVTSourceTextBlockDimBackgroundColor + 0.0039216 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.1215686 0.0980392 0.0705882 1 + DVTSourceTextSelectionColor + 0.5450980 0.4313725 0.2745098 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.8000000 0.7137255 0.5921569 1 + xcode.syntax.character + 0.8000000 0.7137255 0.5921569 1 + xcode.syntax.comment + 0.4745098 0.3294118 0.1921569 1 + xcode.syntax.comment.doc + 0.4745098 0.3294118 0.1921569 1 + xcode.syntax.comment.doc.keyword + 0.4745098 0.3294118 0.1921569 1 + xcode.syntax.identifier.class + 0.8000000 0.7137255 0.5921569 1 + xcode.syntax.identifier.class.system + 0.8000000 0.7137255 0.5921569 1 + xcode.syntax.identifier.constant + 0.8862745 0.8039216 0.6901961 1 + xcode.syntax.identifier.constant.system + 0.8862745 0.8039216 0.6901961 1 + xcode.syntax.identifier.function + 0.8862745 0.8039216 0.6901961 1 + xcode.syntax.identifier.function.system + 0.8862745 0.8039216 0.6901961 1 + xcode.syntax.identifier.macro + 0.8862745 0.8039216 0.6901961 1 + xcode.syntax.identifier.macro.system + 0.8862745 0.8039216 0.6901961 1 + xcode.syntax.identifier.type + 0.8862745 0.8039216 0.6901961 1 + xcode.syntax.identifier.type.system + 0.8000000 0.7137255 0.5921569 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.7254902 0.5921569 0.4078431 1 + xcode.syntax.number + 0.9686275 0.6352941 0.1058824 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.8000000 0.7137255 0.5921569 1 + xcode.syntax.string + 0.9686275 0.6352941 0.1058824 1 + xcode.syntax.url + 0.9215686 0.7882353 0.6039216 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/carbonight-contrast.dvtcolortheme b/xcode/contrast/carbonight-contrast.dvtcolortheme new file mode 100644 index 0000000..27bdf54 --- /dev/null +++ b/xcode/contrast/carbonight-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.5490196 0.5490196 0.5490196 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.7686275 0.7686275 0.7686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.5490196 0.5490196 0.5490196 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.0392157 0.0392157 0.0392157 1 + DVTSourceTextSelectionColor + 0.5490196 0.5490196 0.5490196 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.character + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.comment + 0.2588235 0.2470588 0.2392157 1 + xcode.syntax.comment.doc + 0.3607843 0.3450980 0.3372549 1 + xcode.syntax.comment.doc.keyword + 0.3607843 0.3450980 0.3372549 1 + xcode.syntax.identifier.class + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.identifier.class.system + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.identifier.constant + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type.system + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9333333 0.9333333 0.9333333 1 + xcode.syntax.number + 0.6901961 0.6901961 0.6901961 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.5490196 0.5490196 0.5490196 1 + xcode.syntax.string + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.url + 1.0000000 1.0000000 1.0000000 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/darkside-contrast.dvtcolortheme b/xcode/contrast/darkside-contrast.dvtcolortheme new file mode 100644 index 0000000..5851bc1 --- /dev/null +++ b/xcode/contrast/darkside-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9098039 0.2039216 0.1098039 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1098039 0.7647059 0.9098039 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTConsoleTextInsertionPointColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTDebuggerInstructionPointerColor + 0.7294118 0.7294118 0.7294118 1 + DVTSourceTextBackground + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.7294118 0.7294118 0.7294118 1 + DVTSourceTextInvisiblesColor + 0.0392157 0.0392157 0.0392157 1 + DVTSourceTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.character + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.comment + 0.2862745 0.2941176 0.3019608 1 + xcode.syntax.comment.doc + 0.4117647 0.4196078 0.4313725 1 + xcode.syntax.comment.doc.keyword + 0.4117647 0.4196078 0.4313725 1 + xcode.syntax.identifier.class + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.identifier.class.system + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.identifier.constant + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.constant.system + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.function + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.function.system + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.macro + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.macro.system + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.type + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.type.system + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.identifier.variable + 0.9254902 0.9254902 0.9254902 1 + xcode.syntax.identifier.variable.system + 0.9254902 0.9254902 0.9254902 1 + xcode.syntax.keyword + 0.9411765 0.5529412 0.1411765 1 + xcode.syntax.number + 0.5568627 0.4117647 0.7882353 1 + xcode.syntax.plain + 0.7294118 0.7294118 0.7294118 1 + xcode.syntax.preprocessor + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.string + 0.9490196 0.8313725 0.1725490 1 + xcode.syntax.url + 1.0000000 0.7490196 0.3372549 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/earthsong-contrast.dvtcolortheme b/xcode/contrast/earthsong-contrast.dvtcolortheme new file mode 100644 index 0000000..25646d2 --- /dev/null +++ b/xcode/contrast/earthsong-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9215686 0.8196078 0.7176471 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9215686 0.8196078 0.7176471 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.8588235 0.4705882 0.3019608 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.5843137 0.8000000 0.3686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9215686 0.8196078 0.7176471 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0705882 0.0627451 0.0588235 1 + DVTConsoleTextInsertionPointColor + 0.9215686 0.8196078 0.7176471 1 + DVTConsoleTextSelectionColor + 0.8588235 0.4705882 0.3019608 1 + DVTDebuggerInstructionPointerColor + 0.9215686 0.8196078 0.7176471 1 + DVTSourceTextBackground + 0.0705882 0.0627451 0.0588235 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.9215686 0.8196078 0.7176471 1 + DVTSourceTextInvisiblesColor + 0.1098039 0.1019608 0.0980392 1 + DVTSourceTextSelectionColor + 0.8588235 0.4705882 0.3019608 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.character + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.comment + 0.4784314 0.4470588 0.4039216 1 + xcode.syntax.comment.doc + 0.6039216 0.5647059 0.5098039 1 + xcode.syntax.comment.doc.keyword + 0.6039216 0.5647059 0.5098039 1 + xcode.syntax.identifier.class + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.class.system + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.constant + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.constant.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.function + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.function.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.macro + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.macro.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.type + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.type.system + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 0.9137255 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 0.9137255 1 + xcode.syntax.keyword + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.number + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.plain + 0.9215686 0.8196078 0.7176471 1 + xcode.syntax.preprocessor + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.string + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.url + 1.0000000 0.6666667 0.4980392 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/freshcut-contrast.dvtcolortheme b/xcode/contrast/freshcut-contrast.dvtcolortheme new file mode 100644 index 0000000..aa92297 --- /dev/null +++ b/xcode/contrast/freshcut-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.0000000 0.6588235 0.7764706 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3058824 0.8039216 0.7686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.0000000 0.5019608 0.5921569 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.0392157 0.0392157 0.0392157 1 + DVTSourceTextSelectionColor + 0.0000000 0.5019608 0.5921569 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.character + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.comment + 0.4509804 0.4823529 0.5176471 1 + xcode.syntax.comment.doc + 0.5764706 0.6156863 0.6588235 1 + xcode.syntax.comment.doc.keyword + 0.5764706 0.6156863 0.6588235 1 + xcode.syntax.identifier.class + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.identifier.class.system + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.identifier.constant + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.constant.system + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.function + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.function.system + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.macro + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.macro.system + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.type + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.type.system + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.7843137 0.8431373 0.9098039 1 + xcode.syntax.number + 0.5607843 0.7450980 0.0000000 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.string + 0.9137255 0.9333333 0.0000000 1 + xcode.syntax.url + 0.9803922 1.0000000 1.0000000 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/frontier-contrast.dvtcolortheme b/xcode/contrast/frontier-contrast.dvtcolortheme new file mode 100644 index 0000000..7db9236 --- /dev/null +++ b/xcode/contrast/frontier-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9490196 0.2274510 0.2274510 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1803922 0.7490196 0.4941176 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0666667 0.0588235 0.0549020 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.1803922 0.7490196 0.4941176 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.0666667 0.0588235 0.0549020 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.1058824 0.0980392 0.0941176 1 + DVTSourceTextSelectionColor + 0.1803922 0.7490196 0.4941176 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.character + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.comment + 0.4784314 0.4470588 0.4039216 1 + xcode.syntax.comment.doc + 0.6470588 0.6039216 0.5411765 1 + xcode.syntax.comment.doc.keyword + 0.6470588 0.6039216 0.5411765 1 + xcode.syntax.identifier.class + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.identifier.class.system + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.identifier.constant + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.constant.system + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.function + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.function.system + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.macro + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.macro.system + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.type + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.type.system + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9882353 0.5019608 0.2392157 1 + xcode.syntax.number + 0.1803922 0.7490196 0.4941176 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.string + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.url + 1.0000000 0.6980392 0.4352941 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/gloom-contrast.dvtcolortheme b/xcode/contrast/gloom-contrast.dvtcolortheme new file mode 100644 index 0000000..eeff62d --- /dev/null +++ b/xcode/contrast/gloom-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8470588 0.9215686 0.8980392 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8470588 0.9215686 0.8980392 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 0.3647059 0.2196078 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1490196 0.6509804 0.6509804 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8470588 0.9215686 0.8980392 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0588235 0.0705882 0.0588235 1 + DVTConsoleTextInsertionPointColor + 0.8470588 0.9215686 0.8980392 1 + DVTConsoleTextSelectionColor + 1.0000000 0.3647059 0.2196078 1 + DVTDebuggerInstructionPointerColor + 0.8470588 0.9215686 0.8980392 1 + DVTSourceTextBackground + 0.0588235 0.0705882 0.0588235 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.8470588 0.9215686 0.8980392 1 + DVTSourceTextInvisiblesColor + 0.0980392 0.1098039 0.0980392 1 + DVTSourceTextSelectionColor + 1.0000000 0.3647059 0.2196078 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.character + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.comment + 0.3098039 0.4313725 0.3921569 1 + xcode.syntax.comment.doc + 0.4000000 0.5568627 0.5058824 1 + xcode.syntax.comment.doc.keyword + 0.4000000 0.5568627 0.5058824 1 + xcode.syntax.identifier.class + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.class.system + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.constant + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.constant.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type.system + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.1490196 0.6509804 0.6509804 1 + xcode.syntax.number + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.plain + 0.8470588 0.9215686 0.8980392 1 + xcode.syntax.preprocessor + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.string + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.url + 0.3450980 0.8470588 0.8470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/glowfish-contrast.dvtcolortheme b/xcode/contrast/glowfish-contrast.dvtcolortheme new file mode 100644 index 0000000..f085c0c --- /dev/null +++ b/xcode/contrast/glowfish-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.4313725 0.6352941 0.2509804 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.4313725 0.6352941 0.2509804 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.8588235 0.4705882 0.3019608 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.5843137 0.8000000 0.3686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.4313725 0.6352941 0.2509804 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0352941 0.0431373 0.0274510 1 + DVTConsoleTextInsertionPointColor + 0.4313725 0.6352941 0.2509804 1 + DVTConsoleTextSelectionColor + 0.8588235 0.4705882 0.3019608 1 + DVTDebuggerInstructionPointerColor + 0.4313725 0.6352941 0.2509804 1 + DVTSourceTextBackground + 0.0352941 0.0431373 0.0274510 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.4313725 0.6352941 0.2509804 1 + DVTSourceTextInvisiblesColor + 0.0745098 0.0823529 0.0666667 1 + DVTSourceTextSelectionColor + 0.8588235 0.4705882 0.3019608 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.character + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.comment + 0.2352941 0.3058824 0.1764706 1 + xcode.syntax.comment.doc + 0.4039216 0.5215686 0.3098039 1 + xcode.syntax.comment.doc.keyword + 0.4039216 0.5215686 0.3098039 1 + xcode.syntax.identifier.class + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.class.system + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.constant + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.constant.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.function + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.function.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.macro + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.macro.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.type + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.type.system + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.variable + 0.6274510 0.8313725 0.4470588 1 + xcode.syntax.identifier.variable.system + 0.6274510 0.8313725 0.4470588 1 + xcode.syntax.keyword + 0.8392157 0.3490196 0.2509804 1 + xcode.syntax.number + 0.5843137 0.8000000 0.3686275 1 + xcode.syntax.plain + 0.4313725 0.6352941 0.2509804 1 + xcode.syntax.preprocessor + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.string + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.url + 1.0000000 0.5450980 0.4470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/goldfish-contrast.dvtcolortheme b/xcode/contrast/goldfish-contrast.dvtcolortheme new file mode 100644 index 0000000..ca2249a --- /dev/null +++ b/xcode/contrast/goldfish-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9803922 0.4117647 0.0000000 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9529412 0.5254902 0.1882353 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0470588 0.0509804 0.0549020 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.9529412 0.5254902 0.1882353 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.0470588 0.0509804 0.0549020 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.0862745 0.0901961 0.0941176 1 + DVTSourceTextSelectionColor + 0.9529412 0.5254902 0.1882353 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.character + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.comment + 0.3137255 0.3607843 0.3882353 1 + xcode.syntax.comment.doc + 0.4745098 0.5333333 0.5686275 1 + xcode.syntax.comment.doc.keyword + 0.4745098 0.5333333 0.5686275 1 + xcode.syntax.identifier.class + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.identifier.class.system + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.identifier.constant + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.constant.system + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.function + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.function.system + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.macro + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.macro.system + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.type + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.type.system + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.6549020 0.8588235 0.8470588 1 + xcode.syntax.number + 0.9490196 0.3372549 0.0980392 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.string + 0.9529412 0.4313725 0.2274510 1 + xcode.syntax.url + 0.8509804 1.0000000 1.0000000 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/grunge-contrast.dvtcolortheme b/xcode/contrast/grunge-contrast.dvtcolortheme new file mode 100644 index 0000000..4e2fb87 --- /dev/null +++ b/xcode/contrast/grunge-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9607843 0.4117647 0.5686275 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.8196078 0.9490196 0.6470588 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0470588 0.0470588 0.0392157 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.9607843 0.4117647 0.5686275 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.0470588 0.0470588 0.0392157 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.0862745 0.0862745 0.0784314 1 + DVTSourceTextSelectionColor + 0.9607843 0.4117647 0.5686275 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.character + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.comment + 0.3607843 0.3882353 0.3098039 1 + xcode.syntax.comment.doc + 0.4980392 0.5333333 0.4352941 1 + xcode.syntax.comment.doc.keyword + 0.4980392 0.5333333 0.4352941 1 + xcode.syntax.identifier.class + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.identifier.class.system + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.identifier.constant + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.constant.system + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.function + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.function.system + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.macro + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.macro.system + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.type + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.type.system + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.5686275 0.6392157 0.4549020 1 + xcode.syntax.number + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.string + 0.8196078 0.9490196 0.6470588 1 + xcode.syntax.url + 0.7647059 0.8352941 0.6509804 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/halflife-contrast.dvtcolortheme b/xcode/contrast/halflife-contrast.dvtcolortheme new file mode 100644 index 0000000..6301414 --- /dev/null +++ b/xcode/contrast/halflife-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.4901961 0.5372549 0.5686275 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9882353 0.5686275 0.2274510 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTConsoleTextInsertionPointColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleTextSelectionColor + 0.9725490 0.3490196 0.1921569 1 + DVTDebuggerInstructionPointerColor + 0.8000000 0.8000000 0.8000000 1 + DVTSourceTextBackground + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.8000000 0.8000000 0.8000000 1 + DVTSourceTextInvisiblesColor + 0.0392157 0.0392157 0.0392157 1 + DVTSourceTextSelectionColor + 0.9725490 0.3490196 0.1921569 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.character + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.comment + 0.3333333 0.3333333 0.3333333 1 + xcode.syntax.comment.doc + 0.5019608 0.5019608 0.5019608 1 + xcode.syntax.comment.doc.keyword + 0.5019608 0.5019608 0.5019608 1 + xcode.syntax.identifier.class + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.identifier.class.system + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.identifier.constant + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.constant.system + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.function + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.function.system + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.macro + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.macro.system + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.type + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.type.system + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.identifier.variable + 0.9960784 0.9960784 0.9960784 1 + xcode.syntax.identifier.variable.system + 0.9960784 0.9960784 0.9960784 1 + xcode.syntax.keyword + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.number + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.plain + 0.8000000 0.8000000 0.8000000 1 + xcode.syntax.preprocessor + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.string + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.url + 0.6862745 0.7333333 0.7647059 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/hyrule-contrast.dvtcolortheme b/xcode/contrast/hyrule-contrast.dvtcolortheme new file mode 100644 index 0000000..0709ee0 --- /dev/null +++ b/xcode/contrast/hyrule-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.7529412 0.8352941 0.7568627 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.7529412 0.8352941 0.7568627 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.3372549 0.6196078 0.0862745 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9607843 0.7725490 0.0156863 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.7529412 0.8352941 0.7568627 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0470588 0.0470588 0.0470588 1 + DVTConsoleTextInsertionPointColor + 0.7529412 0.8352941 0.7568627 1 + DVTConsoleTextSelectionColor + 0.3372549 0.6196078 0.0862745 1 + DVTDebuggerInstructionPointerColor + 0.7529412 0.8352941 0.7568627 1 + DVTSourceTextBackground + 0.0470588 0.0470588 0.0470588 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.7529412 0.8352941 0.7568627 1 + DVTSourceTextInvisiblesColor + 0.0862745 0.0862745 0.0862745 1 + DVTSourceTextSelectionColor + 0.3372549 0.6196078 0.0862745 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.character + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.comment + 0.4431373 0.4274510 0.4156863 1 + xcode.syntax.comment.doc + 0.6196078 0.6039216 0.5960784 1 + xcode.syntax.comment.doc.keyword + 0.6196078 0.6039216 0.5960784 1 + xcode.syntax.identifier.class + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.identifier.class.system + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.identifier.constant + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.constant.system + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.function + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.function.system + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.macro + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.macro.system + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.type + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.type.system + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.identifier.variable + 0.9490196 1.0000000 0.9529412 1 + xcode.syntax.identifier.variable.system + 0.9490196 1.0000000 0.9529412 1 + xcode.syntax.keyword + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.number + 0.9607843 0.7725490 0.0156863 1 + xcode.syntax.plain + 0.7529412 0.8352941 0.7568627 1 + xcode.syntax.preprocessor + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.string + 0.8078431 0.5137255 0.0509804 1 + xcode.syntax.url + 0.7607843 0.9843137 0.4431373 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/iceberg-contrast.dvtcolortheme b/xcode/contrast/iceberg-contrast.dvtcolortheme new file mode 100644 index 0000000..3e1639b --- /dev/null +++ b/xcode/contrast/iceberg-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.7411765 0.8392157 0.8588235 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.7411765 0.8392157 0.8588235 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.1764706 0.5529412 0.6313725 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3490196 0.7529412 0.8901961 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.7411765 0.8392157 0.8588235 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0431373 0.0549020 0.0549020 1 + DVTConsoleTextInsertionPointColor + 0.7411765 0.8392157 0.8588235 1 + DVTConsoleTextSelectionColor + 0.1764706 0.5529412 0.6313725 1 + DVTDebuggerInstructionPointerColor + 0.7411765 0.8392157 0.8588235 1 + DVTSourceTextBackground + 0.0431373 0.0549020 0.0549020 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.7411765 0.8392157 0.8588235 1 + DVTSourceTextInvisiblesColor + 0.0823529 0.0941176 0.0941176 1 + DVTSourceTextSelectionColor + 0.1764706 0.5529412 0.6313725 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.character + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.comment + 0.3254902 0.4431373 0.4705882 1 + xcode.syntax.comment.doc + 0.4745098 0.6352941 0.6705882 1 + xcode.syntax.comment.doc.keyword + 0.4745098 0.6352941 0.6705882 1 + xcode.syntax.identifier.class + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.identifier.class.system + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.identifier.constant + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type.system + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.identifier.variable + 0.9372549 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 0.9372549 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.6941176 0.8862745 0.9490196 1 + xcode.syntax.number + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.plain + 0.7411765 0.8392157 0.8588235 1 + xcode.syntax.preprocessor + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.string + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.url + 0.8901961 1.0000000 1.0000000 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/juicy-contrast.dvtcolortheme b/xcode/contrast/juicy-contrast.dvtcolortheme new file mode 100644 index 0000000..801679c --- /dev/null +++ b/xcode/contrast/juicy-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.2313725 0.7803922 0.7215686 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 1.0000000 0.3058824 0.3137255 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTConsoleTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTDebuggerInstructionPointerColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextBackground + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextInvisiblesColor + 0.0392157 0.0392157 0.0392157 1 + DVTSourceTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.character + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.comment + 0.4666667 0.4666667 0.4666667 1 + xcode.syntax.comment.doc + 0.6078431 0.6078431 0.6078431 1 + xcode.syntax.comment.doc.keyword + 0.6078431 0.6078431 0.6078431 1 + xcode.syntax.identifier.class + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.identifier.class.system + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.identifier.constant + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.constant.system + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.function + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.function.system + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.macro + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.macro.system + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.type + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.type.system + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9294118 0.7254902 0.1803922 1 + xcode.syntax.number + 0.8078431 0.0941176 0.2117647 1 + xcode.syntax.plain + 0.8901961 0.8862745 0.8784314 1 + xcode.syntax.preprocessor + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.string + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.url + 1.0000000 0.9215686 0.3764706 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/keen-contrast.dvtcolortheme b/xcode/contrast/keen-contrast.dvtcolortheme new file mode 100644 index 0000000..69d3ba3 --- /dev/null +++ b/xcode/contrast/keen-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.5294118 0.4039216 0.7176471 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.4352941 0.5450980 0.5803922 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.5294118 0.4039216 0.7176471 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.0392157 0.0392157 0.0392157 1 + DVTSourceTextSelectionColor + 0.5294118 0.4039216 0.7176471 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.character + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.comment + 0.2156863 0.2980392 0.3764706 1 + xcode.syntax.comment.doc + 0.3372549 0.4509804 0.5568627 1 + xcode.syntax.comment.doc.keyword + 0.3372549 0.4509804 0.5568627 1 + xcode.syntax.identifier.class + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.identifier.class.system + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.identifier.constant + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.constant.system + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.function + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.function.system + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.macro + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.macro.system + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.type + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.type.system + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.4352941 0.5450980 0.5803922 1 + xcode.syntax.number + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.string + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.url + 0.6313725 0.7411765 0.7764706 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/laravel-contrast.dvtcolortheme b/xcode/contrast/laravel-contrast.dvtcolortheme new file mode 100644 index 0000000..816b0b6 --- /dev/null +++ b/xcode/contrast/laravel-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9882353 0.4196078 0.0392157 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 1.0000000 0.7686275 0.5490196 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.8039216 0.4470588 0.3058824 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.0392157 0.0392157 0.0392157 1 + DVTSourceTextSelectionColor + 0.8039216 0.4470588 0.3058824 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.character + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.comment + 0.3803922 0.3490196 0.3254902 1 + xcode.syntax.comment.doc + 0.5568627 0.5098039 0.4745098 1 + xcode.syntax.comment.doc.keyword + 0.5568627 0.5098039 0.4745098 1 + xcode.syntax.identifier.class + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.identifier.class.system + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.identifier.constant + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.constant.system + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.function + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.function.system + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.macro + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.macro.system + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.type + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.type.system + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 1.0000000 0.6627451 0.1529412 1 + xcode.syntax.number + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.string + 0.9921569 0.7921569 0.2862745 1 + xcode.syntax.url + 1.0000000 0.8588235 0.3490196 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/lavender-contrast.dvtcolortheme b/xcode/contrast/lavender-contrast.dvtcolortheme new file mode 100644 index 0000000..2b9f926 --- /dev/null +++ b/xcode/contrast/lavender-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8784314 0.8078431 0.9294118 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8784314 0.8078431 0.9294118 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.7137255 0.3411765 1.0000000 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.6352941 0.6156863 0.9803922 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8784314 0.8078431 0.9294118 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0313725 0.0274510 0.0352941 1 + DVTConsoleTextInsertionPointColor + 0.8784314 0.8078431 0.9294118 1 + DVTConsoleTextSelectionColor + 0.7137255 0.3411765 1.0000000 1 + DVTDebuggerInstructionPointerColor + 0.8784314 0.8078431 0.9294118 1 + DVTSourceTextBackground + 0.0313725 0.0274510 0.0352941 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.8784314 0.8078431 0.9294118 1 + DVTSourceTextInvisiblesColor + 0.0705882 0.0666667 0.0745098 1 + DVTSourceTextSelectionColor + 0.7137255 0.3411765 1.0000000 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.character + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.comment + 0.3803922 0.3058824 0.4313725 1 + xcode.syntax.comment.doc + 0.5647059 0.4627451 0.6313725 1 + xcode.syntax.comment.doc.keyword + 0.5647059 0.4627451 0.6313725 1 + xcode.syntax.identifier.class + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.identifier.class.system + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.identifier.constant + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.constant.system + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.function + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.function.system + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.macro + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.macro.system + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.type + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.type.system + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.5568627 0.4274510 0.6509804 1 + xcode.syntax.number + 0.9490196 0.3529412 0.9019608 1 + xcode.syntax.plain + 0.8784314 0.8078431 0.9294118 1 + xcode.syntax.preprocessor + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.string + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.url + 0.7529412 0.6235294 0.8470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/mellow-contrast.dvtcolortheme b/xcode/contrast/mellow-contrast.dvtcolortheme new file mode 100644 index 0000000..3b1bab6 --- /dev/null +++ b/xcode/contrast/mellow-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.1215686 0.5058824 0.5058824 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9490196 0.7372549 0.4745098 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0431373 0.0392157 0.0352941 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.9607843 0.3647059 0.4745098 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.0431373 0.0392157 0.0352941 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.0823529 0.0784314 0.0745098 1 + DVTSourceTextSelectionColor + 0.9607843 0.3647059 0.4745098 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.character + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.comment + 0.4784314 0.4470588 0.4039216 1 + xcode.syntax.comment.doc + 0.6274510 0.5882353 0.5333333 1 + xcode.syntax.comment.doc.keyword + 0.6274510 0.5882353 0.5333333 1 + xcode.syntax.identifier.class + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.identifier.class.system + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.identifier.constant + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.constant.system + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.function + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.function.system + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.macro + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.macro.system + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.type + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.type.system + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9490196 0.7372549 0.4745098 1 + xcode.syntax.number + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.string + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.url + 1.0000000 0.9333333 0.6705882 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/mud-contrast.dvtcolortheme b/xcode/contrast/mud-contrast.dvtcolortheme new file mode 100644 index 0000000..c6acfac --- /dev/null +++ b/xcode/contrast/mud-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9607843 0.3215686 0.2235294 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9490196 0.7568627 0.1843137 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0509804 0.0431373 0.0431373 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.7098039 0.8588235 0.6000000 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.0509804 0.0431373 0.0431373 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.0901961 0.0823529 0.0823529 1 + DVTSourceTextSelectionColor + 0.7098039 0.8588235 0.6000000 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9607843 0.3215686 0.2235294 1 + xcode.syntax.character + 0.9607843 0.3215686 0.2235294 1 + xcode.syntax.comment + 0.3215686 0.2627451 0.2627451 1 + xcode.syntax.comment.doc + 0.8901961 0.8431373 0.8392157 1 + xcode.syntax.comment.doc.keyword + 0.8901961 0.8431373 0.8392157 1 + xcode.syntax.identifier.class + 0.9607843 0.3215686 0.2235294 1 + xcode.syntax.identifier.class.system + 0.9607843 0.3215686 0.2235294 1 + xcode.syntax.identifier.constant + 0.5568627 0.8901961 0.3137255 1 + xcode.syntax.identifier.constant.system + 0.5568627 0.8901961 0.3137255 1 + xcode.syntax.identifier.function + 0.5568627 0.8901961 0.3137255 1 + xcode.syntax.identifier.function.system + 0.5568627 0.8901961 0.3137255 1 + xcode.syntax.identifier.macro + 0.5568627 0.8901961 0.3137255 1 + xcode.syntax.identifier.macro.system + 0.5568627 0.8901961 0.3137255 1 + xcode.syntax.identifier.type + 0.5568627 0.8901961 0.3137255 1 + xcode.syntax.identifier.type.system + 0.9607843 0.3215686 0.2235294 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9725490 0.3333333 0.2352941 1 + xcode.syntax.number + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.9607843 0.3215686 0.2235294 1 + xcode.syntax.string + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.url + 1.0000000 0.5294118 0.4313725 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/patriot-contrast.dvtcolortheme b/xcode/contrast/patriot-contrast.dvtcolortheme new file mode 100644 index 0000000..f438eb1 --- /dev/null +++ b/xcode/contrast/patriot-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.7921569 0.8509804 0.8901961 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.7921569 0.8509804 0.8901961 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.1803922 0.4352941 0.8509804 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.8705882 0.2000000 0.2352941 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.7921569 0.8509804 0.8901961 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0509804 0.0549020 0.0588235 1 + DVTConsoleTextInsertionPointColor + 0.7921569 0.8509804 0.8901961 1 + DVTConsoleTextSelectionColor + 0.8705882 0.2000000 0.2352941 1 + DVTDebuggerInstructionPointerColor + 0.7921569 0.8509804 0.8901961 1 + DVTSourceTextBackground + 0.0509804 0.0549020 0.0588235 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.7921569 0.8509804 0.8901961 1 + DVTSourceTextInvisiblesColor + 0.0901961 0.0941176 0.0980392 1 + DVTSourceTextSelectionColor + 0.8705882 0.2000000 0.2352941 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.character + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.comment + 0.3176471 0.3686275 0.4000000 1 + xcode.syntax.comment.doc + 0.4745098 0.5450980 0.5882353 1 + xcode.syntax.comment.doc.keyword + 0.4745098 0.5450980 0.5882353 1 + xcode.syntax.identifier.class + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.identifier.class.system + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.identifier.constant + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type.system + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.identifier.variable + 0.9882353 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 0.9882353 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.7333333 0.7372549 0.7686275 1 + xcode.syntax.number + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.plain + 0.7921569 0.8509804 0.8901961 1 + xcode.syntax.preprocessor + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.string + 0.2156863 0.5647059 0.8705882 1 + xcode.syntax.url + 0.9294118 0.9333333 0.9647059 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/peacock-contrast.dvtcolortheme b/xcode/contrast/peacock-contrast.dvtcolortheme new file mode 100644 index 0000000..e85e198 --- /dev/null +++ b/xcode/contrast/peacock-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 0.3647059 0.2196078 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1490196 0.6509804 0.6509804 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0470588 0.0470588 0.0431373 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 1.0000000 0.3647059 0.2196078 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.0470588 0.0470588 0.0431373 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.0862745 0.0862745 0.0823529 1 + DVTSourceTextSelectionColor + 1.0000000 0.3647059 0.2196078 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.character + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.comment + 0.3333333 0.3333333 0.3333333 1 + xcode.syntax.comment.doc + 0.5333333 0.5333333 0.5333333 1 + xcode.syntax.comment.doc.keyword + 0.5333333 0.5333333 0.5333333 1 + xcode.syntax.identifier.class + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.class.system + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.constant + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.constant.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type.system + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.1490196 0.6509804 0.6509804 1 + xcode.syntax.number + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.string + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.url + 0.3450980 0.8470588 0.8470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/potpourri-contrast.dvtcolortheme b/xcode/contrast/potpourri-contrast.dvtcolortheme new file mode 100644 index 0000000..8a95cad --- /dev/null +++ b/xcode/contrast/potpourri-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9294118 0.0666667 0.3254902 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.7686275 0.5686275 0.7686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0509804 0.0470588 0.0470588 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.9294118 0.0666667 0.3254902 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.0509804 0.0470588 0.0470588 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.0901961 0.0862745 0.0862745 1 + DVTSourceTextSelectionColor + 0.9294118 0.0666667 0.3254902 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.character + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.comment + 0.4117647 0.3882353 0.3882353 1 + xcode.syntax.comment.doc + 0.5607843 0.5294118 0.5294118 1 + xcode.syntax.comment.doc.keyword + 0.5607843 0.5294118 0.5294118 1 + xcode.syntax.identifier.class + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.identifier.class.system + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.identifier.constant + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.constant.system + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.function + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.function.system + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.macro + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.macro.system + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.type + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.type.system + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.number + 0.7843137 0.3098039 0.9411765 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.string + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.url + 1.0000000 0.2627451 0.5215686 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/revelation-contrast.dvtcolortheme b/xcode/contrast/revelation-contrast.dvtcolortheme new file mode 100644 index 0000000..e94bce4 --- /dev/null +++ b/xcode/contrast/revelation-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.3803922 0.4980392 0.6274510 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3058824 0.3647059 0.5176471 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0470588 0.0431373 0.0431373 1 + DVTConsoleTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleTextSelectionColor + 0.3803922 0.4980392 0.6274510 1 + DVTDebuggerInstructionPointerColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextBackground + 0.0470588 0.0431373 0.0431373 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextInvisiblesColor + 0.0862745 0.0823529 0.0823529 1 + DVTSourceTextSelectionColor + 0.3803922 0.4980392 0.6274510 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.character + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.comment + 0.4823529 0.4470588 0.4196078 1 + xcode.syntax.comment.doc + 0.6313725 0.5921569 0.5647059 1 + xcode.syntax.comment.doc.keyword + 0.6313725 0.5921569 0.5647059 1 + xcode.syntax.identifier.class + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.identifier.class.system + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.identifier.constant + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.constant.system + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.function + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.function.system + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.macro + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.macro.system + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.type + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.type.system + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.7607843 0.8627451 0.9490196 1 + xcode.syntax.number + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.plain + 0.8705882 0.8705882 0.8705882 1 + xcode.syntax.preprocessor + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.string + 1.0000000 0.7333333 0.1607843 1 + xcode.syntax.url + 0.9568627 1.0000000 1.0000000 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/slime-contrast.dvtcolortheme b/xcode/contrast/slime-contrast.dvtcolortheme new file mode 100644 index 0000000..62a7b83 --- /dev/null +++ b/xcode/contrast/slime-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.4156863 0.6196078 0.7725490 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.8470588 0.9058824 0.4705882 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0431373 0.0470588 0.0509804 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.7803922 0.6862745 0.2470588 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.0431373 0.0470588 0.0509804 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.0823529 0.0862745 0.0901961 1 + DVTSourceTextSelectionColor + 0.7803922 0.6862745 0.2470588 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.4156863 0.6196078 0.7725490 1 + xcode.syntax.character + 0.4156863 0.6196078 0.7725490 1 + xcode.syntax.comment + 0.3098039 0.3529412 0.3882353 1 + xcode.syntax.comment.doc + 0.5019608 0.5686275 0.6235294 1 + xcode.syntax.comment.doc.keyword + 0.5019608 0.5686275 0.6235294 1 + xcode.syntax.identifier.class + 0.4156863 0.6196078 0.7725490 1 + xcode.syntax.identifier.class.system + 0.4156863 0.6196078 0.7725490 1 + xcode.syntax.identifier.constant + 0.8156863 0.6941176 0.1372549 1 + xcode.syntax.identifier.constant.system + 0.8156863 0.6941176 0.1372549 1 + xcode.syntax.identifier.function + 0.8156863 0.6941176 0.1372549 1 + xcode.syntax.identifier.function.system + 0.8156863 0.6941176 0.1372549 1 + xcode.syntax.identifier.macro + 0.8156863 0.6941176 0.1372549 1 + xcode.syntax.identifier.macro.system + 0.8156863 0.6941176 0.1372549 1 + xcode.syntax.identifier.type + 0.8156863 0.6941176 0.1372549 1 + xcode.syntax.identifier.type.system + 0.4156863 0.6196078 0.7725490 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.4078431 0.6156863 0.7725490 1 + xcode.syntax.number + 0.7803922 0.6862745 0.2470588 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.4156863 0.6196078 0.7725490 1 + xcode.syntax.string + 0.9803922 1.0000000 0.8588235 1 + xcode.syntax.url + 0.6039216 0.8117647 0.9686275 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/snappy-contrast.dvtcolortheme b/xcode/contrast/snappy-contrast.dvtcolortheme new file mode 100644 index 0000000..b62d2a0 --- /dev/null +++ b/xcode/contrast/snappy-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9647059 0.3803922 0.3254902 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3058824 0.6313725 0.8745098 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0470588 0.0470588 0.0470588 1 + DVTConsoleTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleTextSelectionColor + 0.9647059 0.3803922 0.3254902 1 + DVTDebuggerInstructionPointerColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextBackground + 0.0470588 0.0470588 0.0470588 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextInvisiblesColor + 0.0862745 0.0862745 0.0862745 1 + DVTSourceTextSelectionColor + 0.9647059 0.3803922 0.3254902 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.character + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.comment + 0.4117647 0.4117647 0.4117647 1 + xcode.syntax.comment.doc + 0.5647059 0.5647059 0.5647059 1 + xcode.syntax.comment.doc.keyword + 0.5647059 0.5647059 0.5647059 1 + xcode.syntax.identifier.class + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.identifier.class.system + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.identifier.constant + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.constant.system + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.function + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.function.system + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.macro + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.macro.system + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.type + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.type.system + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.number + 0.3058824 0.6313725 0.8745098 1 + xcode.syntax.plain + 0.8901961 0.8862745 0.8784314 1 + xcode.syntax.preprocessor + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.string + 0.3058824 0.6313725 0.8745098 1 + xcode.syntax.url + 1.0000000 0.5764706 0.5215686 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/solarflare-contrast.dvtcolortheme b/xcode/contrast/solarflare-contrast.dvtcolortheme new file mode 100644 index 0000000..148f799 --- /dev/null +++ b/xcode/contrast/solarflare-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 0.3058824 0.3137255 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9882353 0.5686275 0.2274510 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTConsoleTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTDebuggerInstructionPointerColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextBackground + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextInvisiblesColor + 0.0392157 0.0392157 0.0392157 1 + DVTSourceTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.character + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.comment + 0.4666667 0.4666667 0.4666667 1 + xcode.syntax.comment.doc + 0.6078431 0.6078431 0.6078431 1 + xcode.syntax.comment.doc.keyword + 0.6078431 0.6078431 0.6078431 1 + xcode.syntax.identifier.class + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.identifier.class.system + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.identifier.constant + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.constant.system + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.function + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.function.system + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.macro + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.macro.system + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.type + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.type.system + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.number + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.plain + 0.8901961 0.8862745 0.8784314 1 + xcode.syntax.preprocessor + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.string + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.url + 1.0000000 0.5019608 0.5098039 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/sourlick-contrast.dvtcolortheme b/xcode/contrast/sourlick-contrast.dvtcolortheme new file mode 100644 index 0000000..99d1660 --- /dev/null +++ b/xcode/contrast/sourlick-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.5411765 0.7607843 0.4784314 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9294118 0.9490196 0.3215686 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0235294 0.0235294 0.0235294 1 + DVTConsoleTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleTextSelectionColor + 0.3176471 0.5607843 0.0509804 1 + DVTDebuggerInstructionPointerColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextBackground + 0.0235294 0.0235294 0.0235294 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextInvisiblesColor + 0.0627451 0.0627451 0.0627451 1 + DVTSourceTextSelectionColor + 0.3176471 0.5607843 0.0509804 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.character + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.comment + 0.3803922 0.3490196 0.3254902 1 + xcode.syntax.comment.doc + 0.5725490 0.5254902 0.4901961 1 + xcode.syntax.comment.doc.keyword + 0.5725490 0.5254902 0.4901961 1 + xcode.syntax.identifier.class + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.identifier.class.system + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.identifier.constant + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.constant.system + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.function + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.function.system + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.macro + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.macro.system + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.type + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.type.system + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.8235294 0.9215686 0.1921569 1 + xcode.syntax.number + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.plain + 0.8705882 0.8705882 0.8705882 1 + xcode.syntax.preprocessor + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.string + 0.8941176 1.0000000 0.2000000 1 + xcode.syntax.url + 1.0000000 1.0000000 0.3882353 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/stark-contrast.dvtcolortheme b/xcode/contrast/stark-contrast.dvtcolortheme new file mode 100644 index 0000000..6172e0f --- /dev/null +++ b/xcode/contrast/stark-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9411765 0.1921569 0.0745098 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 1.0000000 0.7333333 0.1607843 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0431373 0.0392157 0.0392157 1 + DVTConsoleTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleTextSelectionColor + 0.9411765 0.1921569 0.0745098 1 + DVTDebuggerInstructionPointerColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextBackground + 0.0431373 0.0392157 0.0392157 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextInvisiblesColor + 0.0823529 0.0784314 0.0784314 1 + DVTSourceTextSelectionColor + 0.9411765 0.1921569 0.0745098 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.character + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.comment + 0.3803922 0.3490196 0.3254902 1 + xcode.syntax.comment.doc + 0.5294118 0.4901961 0.4627451 1 + xcode.syntax.comment.doc.keyword + 0.5294118 0.4901961 0.4627451 1 + xcode.syntax.identifier.class + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.class.system + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.constant + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.constant.system + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.function + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.function.system + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.macro + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.macro.system + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.type + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.type.system + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.6666667 0.6666667 0.6666667 1 + xcode.syntax.number + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.plain + 0.8705882 0.8705882 0.8705882 1 + xcode.syntax.preprocessor + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.string + 1.0000000 0.7333333 0.1607843 1 + xcode.syntax.url + 0.8627451 0.8627451 0.8627451 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/tron-contrast.dvtcolortheme b/xcode/contrast/tron-contrast.dvtcolortheme new file mode 100644 index 0000000..09e5142 --- /dev/null +++ b/xcode/contrast/tron-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1490196 0.4980392 0.7098039 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0274510 0.0352941 0.0431373 1 + DVTConsoleTextInsertionPointColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleTextSelectionColor + 0.4784314 0.6078431 0.7607843 1 + DVTDebuggerInstructionPointerColor + 0.6823529 0.7607843 0.8784314 1 + DVTSourceTextBackground + 0.0274510 0.0352941 0.0431373 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.6823529 0.7607843 0.8784314 1 + DVTSourceTextInvisiblesColor + 0.0666667 0.0745098 0.0823529 1 + DVTSourceTextSelectionColor + 0.4784314 0.6078431 0.7607843 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.character + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.comment + 0.1960784 0.2627451 0.3411765 1 + xcode.syntax.comment.doc + 0.3019608 0.4039216 0.5215686 1 + xcode.syntax.comment.doc.keyword + 0.3019608 0.4039216 0.5215686 1 + xcode.syntax.identifier.class + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.class.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable + 0.8784314 0.9568627 1.0000000 1 + xcode.syntax.identifier.variable.system + 0.8784314 0.9568627 1.0000000 1 + xcode.syntax.keyword + 0.4549020 0.5411765 0.6509804 1 + xcode.syntax.number + 0.4313725 0.8862745 1.0000000 1 + xcode.syntax.plain + 0.6823529 0.7607843 0.8784314 1 + xcode.syntax.preprocessor + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.string + 0.4313725 0.8862745 1.0000000 1 + xcode.syntax.url + 0.6509804 0.7372549 0.8470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/turnip-contrast.dvtcolortheme b/xcode/contrast/turnip-contrast.dvtcolortheme new file mode 100644 index 0000000..28781fd --- /dev/null +++ b/xcode/contrast/turnip-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.2823529 0.4901961 0.4627451 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.5725490 0.7098039 0.3725490 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0313725 0.0313725 0.0352941 1 + DVTConsoleTextInsertionPointColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleTextSelectionColor + 0.2823529 0.4901961 0.4627451 1 + DVTDebuggerInstructionPointerColor + 0.9294118 0.8784314 0.8078431 1 + DVTSourceTextBackground + 0.0313725 0.0313725 0.0352941 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.9294118 0.8784314 0.8078431 1 + DVTSourceTextInvisiblesColor + 0.0705882 0.0705882 0.0745098 1 + DVTSourceTextSelectionColor + 0.2823529 0.4901961 0.4627451 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.character + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.comment + 0.4784314 0.4470588 0.4039216 1 + xcode.syntax.comment.doc + 0.6823529 0.6392157 0.5843137 1 + xcode.syntax.comment.doc.keyword + 0.6823529 0.6392157 0.5843137 1 + xcode.syntax.identifier.class + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.identifier.class.system + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.identifier.constant + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.constant.system + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.function + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.function.system + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.macro + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.macro.system + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.type + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.type.system + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.5725490 0.7098039 0.3725490 1 + xcode.syntax.number + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.plain + 0.9294118 0.8784314 0.8078431 1 + xcode.syntax.preprocessor + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.string + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.url + 0.7686275 0.9058824 0.5686275 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/contrast/zacks-contrast.dvtcolortheme b/xcode/contrast/zacks-contrast.dvtcolortheme new file mode 100644 index 0000000..6b99eab --- /dev/null +++ b/xcode/contrast/zacks-contrast.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9411765 0.9411765 0.9411765 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9411765 0.9411765 0.9411765 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 0.4156863 0.2196078 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.6117647 0.4901961 0.8588235 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9411765 0.9411765 0.9411765 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTConsoleTextInsertionPointColor + 0.9411765 0.9411765 0.9411765 1 + DVTConsoleTextSelectionColor + 0.6117647 0.4901961 0.8588235 1 + DVTDebuggerInstructionPointerColor + 0.9411765 0.9411765 0.9411765 1 + DVTSourceTextBackground + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.9411765 0.9411765 0.9411765 1 + DVTSourceTextInvisiblesColor + 0.0392157 0.0392157 0.0392157 1 + DVTSourceTextSelectionColor + 0.6117647 0.4901961 0.8588235 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.character + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.comment + 0.4666667 0.4666667 0.4666667 1 + xcode.syntax.comment.doc + 0.6862745 0.6862745 0.6862745 1 + xcode.syntax.comment.doc.keyword + 0.6862745 0.6862745 0.6862745 1 + xcode.syntax.identifier.class + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.identifier.class.system + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.identifier.constant + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.constant.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type.system + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.number + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.plain + 0.9411765 0.9411765 0.9411765 1 + xcode.syntax.preprocessor + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.string + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.url + 1.0000000 0.6117647 0.4156863 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/crisp.dvtcolortheme b/xcode/crisp.dvtcolortheme new file mode 100644 index 0000000..eb9afcc --- /dev/null +++ b/xcode/crisp.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.4627451 0.3294118 0.4705882 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.7960784 0.6274510 0.8039216 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1333333 0.1019608 0.1333333 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.9882353 0.4156863 0.0588235 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.1333333 0.1019608 0.1333333 1 + DVTSourceTextBlockDimBackgroundColor + 0.0549020 0.0235294 0.0549020 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.1725490 0.1411765 0.1725490 1 + DVTSourceTextSelectionColor + 0.9882353 0.4156863 0.0588235 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.4627451 0.3294118 0.4705882 1 + xcode.syntax.character + 0.4627451 0.3294118 0.4705882 1 + xcode.syntax.comment + 0.3411765 0.2666667 0.3411765 1 + xcode.syntax.comment.doc + 0.4666667 0.3882353 0.4666667 1 + xcode.syntax.comment.doc.keyword + 0.4666667 0.3882353 0.4666667 1 + xcode.syntax.identifier.class + 0.4627451 0.3294118 0.4705882 1 + xcode.syntax.identifier.class.system + 0.4627451 0.3294118 0.4705882 1 + xcode.syntax.identifier.constant + 0.9882353 0.4156863 0.0588235 1 + xcode.syntax.identifier.constant.system + 0.9882353 0.4156863 0.0588235 1 + xcode.syntax.identifier.function + 0.9882353 0.4156863 0.0588235 1 + xcode.syntax.identifier.function.system + 0.9882353 0.4156863 0.0588235 1 + xcode.syntax.identifier.macro + 0.9882353 0.4156863 0.0588235 1 + xcode.syntax.identifier.macro.system + 0.9882353 0.4156863 0.0588235 1 + xcode.syntax.identifier.type + 0.9882353 0.4156863 0.0588235 1 + xcode.syntax.identifier.type.system + 0.4627451 0.3294118 0.4705882 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9882353 0.4156863 0.0588235 1 + xcode.syntax.number + 0.9882353 0.6039216 0.0588235 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.4627451 0.3294118 0.4705882 1 + xcode.syntax.string + 0.9882353 0.6039216 0.0588235 1 + xcode.syntax.url + 1.0000000 0.6117647 0.2549020 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/darkside.dvtcolortheme b/xcode/darkside.dvtcolortheme new file mode 100644 index 0000000..5e11423 --- /dev/null +++ b/xcode/darkside.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9098039 0.2039216 0.1098039 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1098039 0.7647059 0.9098039 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1333333 0.1372549 0.1411765 1 + DVTConsoleTextInsertionPointColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTDebuggerInstructionPointerColor + 0.7294118 0.7294118 0.7294118 1 + DVTSourceTextBackground + 0.1333333 0.1372549 0.1411765 1 + DVTSourceTextBlockDimBackgroundColor + 0.0549020 0.0588235 0.0627451 1 + DVTSourceTextInsertionPointColor + 0.7294118 0.7294118 0.7294118 1 + DVTSourceTextInvisiblesColor + 0.1725490 0.1764706 0.1803922 1 + DVTSourceTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.character + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.comment + 0.2862745 0.2941176 0.3019608 1 + xcode.syntax.comment.doc + 0.4117647 0.4196078 0.4313725 1 + xcode.syntax.comment.doc.keyword + 0.4117647 0.4196078 0.4313725 1 + xcode.syntax.identifier.class + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.identifier.class.system + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.identifier.constant + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.constant.system + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.function + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.function.system + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.macro + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.macro.system + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.type + 0.4078431 0.7607843 0.2666667 1 + xcode.syntax.identifier.type.system + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.identifier.variable + 0.9254902 0.9254902 0.9254902 1 + xcode.syntax.identifier.variable.system + 0.9254902 0.9254902 0.9254902 1 + xcode.syntax.keyword + 0.9411765 0.5529412 0.1411765 1 + xcode.syntax.number + 0.5568627 0.4117647 0.7882353 1 + xcode.syntax.plain + 0.7294118 0.7294118 0.7294118 1 + xcode.syntax.preprocessor + 0.9098039 0.2039216 0.1098039 1 + xcode.syntax.string + 0.9490196 0.8313725 0.1725490 1 + xcode.syntax.url + 1.0000000 0.7490196 0.3372549 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/earthsong.dvtcolortheme b/xcode/earthsong.dvtcolortheme new file mode 100644 index 0000000..1a11dcc --- /dev/null +++ b/xcode/earthsong.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9215686 0.8196078 0.7176471 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9215686 0.8196078 0.7176471 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.8588235 0.4705882 0.3019608 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.5843137 0.8000000 0.3686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9215686 0.8196078 0.7176471 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.2117647 0.1921569 0.1725490 1 + DVTConsoleTextInsertionPointColor + 0.9215686 0.8196078 0.7176471 1 + DVTConsoleTextSelectionColor + 0.8588235 0.4705882 0.3019608 1 + DVTDebuggerInstructionPointerColor + 0.9215686 0.8196078 0.7176471 1 + DVTSourceTextBackground + 0.2117647 0.1921569 0.1725490 1 + DVTSourceTextBlockDimBackgroundColor + 0.1333333 0.1137255 0.0941176 1 + DVTSourceTextInsertionPointColor + 0.9215686 0.8196078 0.7176471 1 + DVTSourceTextInvisiblesColor + 0.2509804 0.2313725 0.2117647 1 + DVTSourceTextSelectionColor + 0.8588235 0.4705882 0.3019608 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.character + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.comment + 0.4784314 0.4470588 0.4039216 1 + xcode.syntax.comment.doc + 0.6039216 0.5647059 0.5098039 1 + xcode.syntax.comment.doc.keyword + 0.6039216 0.5647059 0.5098039 1 + xcode.syntax.identifier.class + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.class.system + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.constant + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.constant.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.function + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.function.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.macro + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.macro.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.type + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.type.system + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 0.9137255 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 0.9137255 1 + xcode.syntax.keyword + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.number + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.plain + 0.9215686 0.8196078 0.7176471 1 + xcode.syntax.preprocessor + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.string + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.url + 1.0000000 0.6666667 0.4980392 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/freshcut.dvtcolortheme b/xcode/freshcut.dvtcolortheme new file mode 100644 index 0000000..6dd953b --- /dev/null +++ b/xcode/freshcut.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.0000000 0.6588235 0.7764706 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3058824 0.8039216 0.7686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1843137 0.1882353 0.1882353 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.0000000 0.5019608 0.5921569 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.1843137 0.1882353 0.1882353 1 + DVTSourceTextBlockDimBackgroundColor + 0.1058824 0.1098039 0.1098039 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.2235294 0.2274510 0.2274510 1 + DVTSourceTextSelectionColor + 0.0000000 0.5019608 0.5921569 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.character + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.comment + 0.4509804 0.4823529 0.5176471 1 + xcode.syntax.comment.doc + 0.5764706 0.6156863 0.6588235 1 + xcode.syntax.comment.doc.keyword + 0.5764706 0.6156863 0.6588235 1 + xcode.syntax.identifier.class + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.identifier.class.system + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.identifier.constant + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.constant.system + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.function + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.function.system + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.macro + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.macro.system + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.type + 0.6823529 0.8862745 0.2235294 1 + xcode.syntax.identifier.type.system + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.7843137 0.8431373 0.9098039 1 + xcode.syntax.number + 0.5607843 0.7450980 0.0000000 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.0000000 0.6588235 0.7764706 1 + xcode.syntax.string + 0.9137255 0.9333333 0.0000000 1 + xcode.syntax.url + 0.9803922 1.0000000 1.0000000 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/frontier.dvtcolortheme b/xcode/frontier.dvtcolortheme new file mode 100644 index 0000000..e2245dc --- /dev/null +++ b/xcode/frontier.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9490196 0.2274510 0.2274510 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1803922 0.7490196 0.4941176 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.2117647 0.1921569 0.1725490 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.1803922 0.7490196 0.4941176 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.2117647 0.1921569 0.1725490 1 + DVTSourceTextBlockDimBackgroundColor + 0.1333333 0.1137255 0.0941176 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.2509804 0.2313725 0.2117647 1 + DVTSourceTextSelectionColor + 0.1803922 0.7490196 0.4941176 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.character + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.comment + 0.4784314 0.4470588 0.4039216 1 + xcode.syntax.comment.doc + 0.6470588 0.6039216 0.5411765 1 + xcode.syntax.comment.doc.keyword + 0.6470588 0.6039216 0.5411765 1 + xcode.syntax.identifier.class + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.identifier.class.system + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.identifier.constant + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.constant.system + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.function + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.function.system + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.macro + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.macro.system + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.type + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.identifier.type.system + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9882353 0.5019608 0.2392157 1 + xcode.syntax.number + 0.1803922 0.7490196 0.4941176 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.9490196 0.2274510 0.2274510 1 + xcode.syntax.string + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.url + 1.0000000 0.6980392 0.4352941 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/github.dvtcolortheme b/xcode/github.dvtcolortheme new file mode 100644 index 0000000..d413a7d --- /dev/null +++ b/xcode/github.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.3333333 0.3333333 0.3333333 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.3333333 0.3333333 0.3333333 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.0000000 0.5019608 0.5019608 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.2666667 0.3333333 0.5333333 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.3333333 0.3333333 0.3333333 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextInsertionPointColor + 0.3333333 0.3333333 0.3333333 1 + DVTConsoleTextSelectionColor + 0.0000000 0.5019608 0.5019608 1 + DVTDebuggerInstructionPointerColor + 0.3333333 0.3333333 0.3333333 1 + DVTSourceTextBackground + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.9215686 0.9215686 0.9215686 1 + DVTSourceTextInsertionPointColor + 0.3333333 0.3333333 0.3333333 1 + DVTSourceTextInvisiblesColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextSelectionColor + 0.0000000 0.5019608 0.5019608 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.0000000 0.5019608 0.5019608 1 + xcode.syntax.character + 0.0000000 0.5019608 0.5019608 1 + xcode.syntax.comment + 0.7215686 0.7137255 0.6941176 1 + xcode.syntax.comment.doc + 0.4980392 0.4941176 0.4784314 1 + xcode.syntax.comment.doc.keyword + 0.4980392 0.4941176 0.4784314 1 + xcode.syntax.identifier.class + 0.0000000 0.5019608 0.5019608 1 + xcode.syntax.identifier.class.system + 0.0000000 0.5019608 0.5019608 1 + xcode.syntax.identifier.constant + 0.8666667 0.0666667 0.2666667 1 + xcode.syntax.identifier.constant.system + 0.8666667 0.0666667 0.2666667 1 + xcode.syntax.identifier.function + 0.8666667 0.0666667 0.2666667 1 + xcode.syntax.identifier.function.system + 0.8666667 0.0666667 0.2666667 1 + xcode.syntax.identifier.macro + 0.8666667 0.0666667 0.2666667 1 + xcode.syntax.identifier.macro.system + 0.8666667 0.0666667 0.2666667 1 + xcode.syntax.identifier.type + 0.8666667 0.0666667 0.2666667 1 + xcode.syntax.identifier.type.system + 0.0000000 0.5019608 0.5019608 1 + xcode.syntax.identifier.variable + 0.1960784 0.6980392 0.6980392 1 + xcode.syntax.identifier.variable.system + 0.1960784 0.6980392 0.6980392 1 + xcode.syntax.keyword + 0.3333333 0.3333333 0.3333333 1 + xcode.syntax.number + 0.8666667 0.0666667 0.2666667 1 + xcode.syntax.plain + 0.3333333 0.3333333 0.3333333 1 + xcode.syntax.preprocessor + 0.0000000 0.5019608 0.5019608 1 + xcode.syntax.string + 0.8666667 0.0666667 0.2666667 1 + xcode.syntax.url + 0.5294118 0.5294118 0.5294118 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/gloom.dvtcolortheme b/xcode/gloom.dvtcolortheme new file mode 100644 index 0000000..bd1d200 --- /dev/null +++ b/xcode/gloom.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8470588 0.9215686 0.8980392 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8470588 0.9215686 0.8980392 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 0.3647059 0.2196078 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1490196 0.6509804 0.6509804 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8470588 0.9215686 0.8980392 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1647059 0.2000000 0.1686275 1 + DVTConsoleTextInsertionPointColor + 0.8470588 0.9215686 0.8980392 1 + DVTConsoleTextSelectionColor + 1.0000000 0.3647059 0.2196078 1 + DVTDebuggerInstructionPointerColor + 0.8470588 0.9215686 0.8980392 1 + DVTSourceTextBackground + 0.1647059 0.2000000 0.1686275 1 + DVTSourceTextBlockDimBackgroundColor + 0.0862745 0.1215686 0.0901961 1 + DVTSourceTextInsertionPointColor + 0.8470588 0.9215686 0.8980392 1 + DVTSourceTextInvisiblesColor + 0.2039216 0.2392157 0.2078431 1 + DVTSourceTextSelectionColor + 1.0000000 0.3647059 0.2196078 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.character + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.comment + 0.3098039 0.4313725 0.3921569 1 + xcode.syntax.comment.doc + 0.4000000 0.5568627 0.5058824 1 + xcode.syntax.comment.doc.keyword + 0.4000000 0.5568627 0.5058824 1 + xcode.syntax.identifier.class + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.class.system + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.constant + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.constant.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type.system + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.1490196 0.6509804 0.6509804 1 + xcode.syntax.number + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.plain + 0.8470588 0.9215686 0.8980392 1 + xcode.syntax.preprocessor + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.string + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.url + 0.3450980 0.8470588 0.8470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/glowfish.dvtcolortheme b/xcode/glowfish.dvtcolortheme new file mode 100644 index 0000000..6d56a2a --- /dev/null +++ b/xcode/glowfish.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.4313725 0.6352941 0.2509804 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.4313725 0.6352941 0.2509804 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.8588235 0.4705882 0.3019608 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.5843137 0.8000000 0.3686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.4313725 0.6352941 0.2509804 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0980392 0.1215686 0.0745098 1 + DVTConsoleTextInsertionPointColor + 0.4313725 0.6352941 0.2509804 1 + DVTConsoleTextSelectionColor + 0.8588235 0.4705882 0.3019608 1 + DVTDebuggerInstructionPointerColor + 0.4313725 0.6352941 0.2509804 1 + DVTSourceTextBackground + 0.0980392 0.1215686 0.0745098 1 + DVTSourceTextBlockDimBackgroundColor + 0.0196078 0.0431373 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.4313725 0.6352941 0.2509804 1 + DVTSourceTextInvisiblesColor + 0.1372549 0.1607843 0.1137255 1 + DVTSourceTextSelectionColor + 0.8588235 0.4705882 0.3019608 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.character + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.comment + 0.2352941 0.3058824 0.1764706 1 + xcode.syntax.comment.doc + 0.4039216 0.5215686 0.3098039 1 + xcode.syntax.comment.doc.keyword + 0.4039216 0.5215686 0.3098039 1 + xcode.syntax.identifier.class + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.class.system + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.constant + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.constant.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.function + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.function.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.macro + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.macro.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.type + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.type.system + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.variable + 0.6274510 0.8313725 0.4470588 1 + xcode.syntax.identifier.variable.system + 0.6274510 0.8313725 0.4470588 1 + xcode.syntax.keyword + 0.8392157 0.3490196 0.2509804 1 + xcode.syntax.number + 0.5843137 0.8000000 0.3686275 1 + xcode.syntax.plain + 0.4313725 0.6352941 0.2509804 1 + xcode.syntax.preprocessor + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.string + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.url + 1.0000000 0.5450980 0.4470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/goldfish.dvtcolortheme b/xcode/goldfish.dvtcolortheme new file mode 100644 index 0000000..7b4d565 --- /dev/null +++ b/xcode/goldfish.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9803922 0.4117647 0.0000000 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9529412 0.5254902 0.1882353 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1803922 0.2000000 0.2117647 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.9529412 0.5254902 0.1882353 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.1803922 0.2000000 0.2117647 1 + DVTSourceTextBlockDimBackgroundColor + 0.1019608 0.1215686 0.1333333 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.2196078 0.2392157 0.2509804 1 + DVTSourceTextSelectionColor + 0.9529412 0.5254902 0.1882353 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.character + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.comment + 0.3137255 0.3607843 0.3882353 1 + xcode.syntax.comment.doc + 0.4745098 0.5333333 0.5686275 1 + xcode.syntax.comment.doc.keyword + 0.4745098 0.5333333 0.5686275 1 + xcode.syntax.identifier.class + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.identifier.class.system + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.identifier.constant + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.constant.system + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.function + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.function.system + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.macro + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.macro.system + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.type + 0.4117647 0.8235294 0.9058824 1 + xcode.syntax.identifier.type.system + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.6549020 0.8588235 0.8470588 1 + xcode.syntax.number + 0.9490196 0.3372549 0.0980392 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.9803922 0.4117647 0.0000000 1 + xcode.syntax.string + 0.9529412 0.4313725 0.2274510 1 + xcode.syntax.url + 0.8509804 1.0000000 1.0000000 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/grunge.dvtcolortheme b/xcode/grunge.dvtcolortheme new file mode 100644 index 0000000..e3e5cfa --- /dev/null +++ b/xcode/grunge.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9607843 0.4117647 0.5686275 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.8196078 0.9490196 0.6470588 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1921569 0.2000000 0.1725490 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.9607843 0.4117647 0.5686275 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.1921569 0.2000000 0.1725490 1 + DVTSourceTextBlockDimBackgroundColor + 0.1137255 0.1215686 0.0941176 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.2313725 0.2392157 0.2117647 1 + DVTSourceTextSelectionColor + 0.9607843 0.4117647 0.5686275 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.character + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.comment + 0.3607843 0.3882353 0.3098039 1 + xcode.syntax.comment.doc + 0.4980392 0.5333333 0.4352941 1 + xcode.syntax.comment.doc.keyword + 0.4980392 0.5333333 0.4352941 1 + xcode.syntax.identifier.class + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.identifier.class.system + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.identifier.constant + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.constant.system + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.function + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.function.system + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.macro + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.macro.system + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.type + 1.0000000 0.7686275 0.5490196 1 + xcode.syntax.identifier.type.system + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.5686275 0.6392157 0.4549020 1 + xcode.syntax.number + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.9607843 0.4117647 0.5686275 1 + xcode.syntax.string + 0.8196078 0.9490196 0.6470588 1 + xcode.syntax.url + 0.7647059 0.8352941 0.6509804 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/halflife.dvtcolortheme b/xcode/halflife.dvtcolortheme new file mode 100644 index 0000000..d977a31 --- /dev/null +++ b/xcode/halflife.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.4901961 0.5372549 0.5686275 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9882353 0.5686275 0.2274510 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1333333 0.1333333 0.1333333 1 + DVTConsoleTextInsertionPointColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleTextSelectionColor + 0.9725490 0.3490196 0.1921569 1 + DVTDebuggerInstructionPointerColor + 0.8000000 0.8000000 0.8000000 1 + DVTSourceTextBackground + 0.1333333 0.1333333 0.1333333 1 + DVTSourceTextBlockDimBackgroundColor + 0.0549020 0.0549020 0.0549020 1 + DVTSourceTextInsertionPointColor + 0.8000000 0.8000000 0.8000000 1 + DVTSourceTextInvisiblesColor + 0.1725490 0.1725490 0.1725490 1 + DVTSourceTextSelectionColor + 0.9725490 0.3490196 0.1921569 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.character + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.comment + 0.3333333 0.3333333 0.3333333 1 + xcode.syntax.comment.doc + 0.5019608 0.5019608 0.5019608 1 + xcode.syntax.comment.doc.keyword + 0.5019608 0.5019608 0.5019608 1 + xcode.syntax.identifier.class + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.identifier.class.system + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.identifier.constant + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.constant.system + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.function + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.function.system + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.macro + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.macro.system + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.type + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.identifier.type.system + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.identifier.variable + 0.9960784 0.9960784 0.9960784 1 + xcode.syntax.identifier.variable.system + 0.9960784 0.9960784 0.9960784 1 + xcode.syntax.keyword + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.number + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.plain + 0.8000000 0.8000000 0.8000000 1 + xcode.syntax.preprocessor + 0.4901961 0.5372549 0.5686275 1 + xcode.syntax.string + 0.9764706 0.8313725 0.1372549 1 + xcode.syntax.url + 0.6862745 0.7333333 0.7647059 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/heroku.dvtcolortheme b/xcode/heroku.dvtcolortheme new file mode 100644 index 0000000..e252205 --- /dev/null +++ b/xcode/heroku.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.7843137 0.7803922 0.8352941 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.7843137 0.7803922 0.8352941 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.4705882 0.4509804 0.6823529 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3450980 0.3294118 0.5019608 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.7843137 0.7803922 0.8352941 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1058824 0.1058824 0.1411765 1 + DVTConsoleTextInsertionPointColor + 0.7843137 0.7803922 0.8352941 1 + DVTConsoleTextSelectionColor + 0.4705882 0.4509804 0.6823529 1 + DVTDebuggerInstructionPointerColor + 0.7843137 0.7803922 0.8352941 1 + DVTSourceTextBackground + 0.1058824 0.1058824 0.1411765 1 + DVTSourceTextBlockDimBackgroundColor + 0.0274510 0.0274510 0.0627451 1 + DVTSourceTextInsertionPointColor + 0.7843137 0.7803922 0.8352941 1 + DVTSourceTextInvisiblesColor + 0.1450980 0.1450980 0.1803922 1 + DVTSourceTextSelectionColor + 0.4705882 0.4509804 0.6823529 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.4705882 0.4509804 0.6823529 1 + xcode.syntax.character + 0.4705882 0.4509804 0.6823529 1 + xcode.syntax.comment + 0.3137255 0.3137255 0.4039216 1 + xcode.syntax.comment.doc + 0.3647059 0.3647059 0.4627451 1 + xcode.syntax.comment.doc.keyword + 0.3647059 0.3647059 0.4627451 1 + xcode.syntax.identifier.class + 0.4705882 0.4509804 0.6823529 1 + xcode.syntax.identifier.class.system + 0.4705882 0.4509804 0.6823529 1 + xcode.syntax.identifier.constant + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type.system + 0.4705882 0.4509804 0.6823529 1 + xcode.syntax.identifier.variable + 0.9803922 0.9764706 1.0000000 1 + xcode.syntax.identifier.variable.system + 0.9803922 0.9764706 1.0000000 1 + xcode.syntax.keyword + 0.4705882 0.4509804 0.6823529 1 + xcode.syntax.number + 0.6509804 0.9803922 0.3843137 1 + xcode.syntax.plain + 0.7843137 0.7803922 0.8352941 1 + xcode.syntax.preprocessor + 0.4705882 0.4509804 0.6823529 1 + xcode.syntax.string + 0.6509804 0.9803922 0.3843137 1 + xcode.syntax.url + 0.6666667 0.6470588 0.8784314 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/hyrule.dvtcolortheme b/xcode/hyrule.dvtcolortheme new file mode 100644 index 0000000..de256c7 --- /dev/null +++ b/xcode/hyrule.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.7529412 0.8352941 0.7568627 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.7529412 0.8352941 0.7568627 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.3372549 0.6196078 0.0862745 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9607843 0.7725490 0.0156863 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.7529412 0.8352941 0.7568627 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1764706 0.1725490 0.1686275 1 + DVTConsoleTextInsertionPointColor + 0.7529412 0.8352941 0.7568627 1 + DVTConsoleTextSelectionColor + 0.3372549 0.6196078 0.0862745 1 + DVTDebuggerInstructionPointerColor + 0.7529412 0.8352941 0.7568627 1 + DVTSourceTextBackground + 0.1764706 0.1725490 0.1686275 1 + DVTSourceTextBlockDimBackgroundColor + 0.0980392 0.0941176 0.0901961 1 + DVTSourceTextInsertionPointColor + 0.7529412 0.8352941 0.7568627 1 + DVTSourceTextInvisiblesColor + 0.2156863 0.2117647 0.2078431 1 + DVTSourceTextSelectionColor + 0.3372549 0.6196078 0.0862745 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.character + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.comment + 0.4431373 0.4274510 0.4156863 1 + xcode.syntax.comment.doc + 0.6196078 0.6039216 0.5960784 1 + xcode.syntax.comment.doc.keyword + 0.6196078 0.6039216 0.5960784 1 + xcode.syntax.identifier.class + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.identifier.class.system + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.identifier.constant + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.constant.system + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.function + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.function.system + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.macro + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.macro.system + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.type + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.identifier.type.system + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.identifier.variable + 0.9490196 1.0000000 0.9529412 1 + xcode.syntax.identifier.variable.system + 0.9490196 1.0000000 0.9529412 1 + xcode.syntax.keyword + 0.5647059 0.7882353 0.2470588 1 + xcode.syntax.number + 0.9607843 0.7725490 0.0156863 1 + xcode.syntax.plain + 0.7529412 0.8352941 0.7568627 1 + xcode.syntax.preprocessor + 0.3372549 0.6196078 0.0862745 1 + xcode.syntax.string + 0.8078431 0.5137255 0.0509804 1 + xcode.syntax.url + 0.7607843 0.9843137 0.4431373 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/iceberg.dvtcolortheme b/xcode/iceberg.dvtcolortheme new file mode 100644 index 0000000..c565b75 --- /dev/null +++ b/xcode/iceberg.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.7411765 0.8392157 0.8588235 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.7411765 0.8392157 0.8588235 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.1764706 0.5529412 0.6313725 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3490196 0.7529412 0.8901961 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.7411765 0.8392157 0.8588235 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1960784 0.2313725 0.2392157 1 + DVTConsoleTextInsertionPointColor + 0.7411765 0.8392157 0.8588235 1 + DVTConsoleTextSelectionColor + 0.1764706 0.5529412 0.6313725 1 + DVTDebuggerInstructionPointerColor + 0.7411765 0.8392157 0.8588235 1 + DVTSourceTextBackground + 0.1960784 0.2313725 0.2392157 1 + DVTSourceTextBlockDimBackgroundColor + 0.1176471 0.1529412 0.1607843 1 + DVTSourceTextInsertionPointColor + 0.7411765 0.8392157 0.8588235 1 + DVTSourceTextInvisiblesColor + 0.2352941 0.2705882 0.2784314 1 + DVTSourceTextSelectionColor + 0.1764706 0.5529412 0.6313725 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.character + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.comment + 0.3254902 0.4431373 0.4705882 1 + xcode.syntax.comment.doc + 0.4745098 0.6352941 0.6705882 1 + xcode.syntax.comment.doc.keyword + 0.4745098 0.6352941 0.6705882 1 + xcode.syntax.identifier.class + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.identifier.class.system + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.identifier.constant + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type.system + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.identifier.variable + 0.9372549 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 0.9372549 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.6941176 0.8862745 0.9490196 1 + xcode.syntax.number + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.plain + 0.7411765 0.8392157 0.8588235 1 + xcode.syntax.preprocessor + 0.1764706 0.5529412 0.6313725 1 + xcode.syntax.string + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.url + 0.8901961 1.0000000 1.0000000 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/juicy.dvtcolortheme b/xcode/juicy.dvtcolortheme new file mode 100644 index 0000000..be28e02 --- /dev/null +++ b/xcode/juicy.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.2313725 0.7803922 0.7215686 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 1.0000000 0.3058824 0.3137255 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1333333 0.1333333 0.1333333 1 + DVTConsoleTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTDebuggerInstructionPointerColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextBackground + 0.1333333 0.1333333 0.1333333 1 + DVTSourceTextBlockDimBackgroundColor + 0.0549020 0.0549020 0.0549020 1 + DVTSourceTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextInvisiblesColor + 0.1725490 0.1725490 0.1725490 1 + DVTSourceTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.character + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.comment + 0.4666667 0.4666667 0.4666667 1 + xcode.syntax.comment.doc + 0.6078431 0.6078431 0.6078431 1 + xcode.syntax.comment.doc.keyword + 0.6078431 0.6078431 0.6078431 1 + xcode.syntax.identifier.class + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.identifier.class.system + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.identifier.constant + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.constant.system + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.function + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.function.system + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.macro + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.macro.system + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.type + 0.7647059 0.7960784 0.2980392 1 + xcode.syntax.identifier.type.system + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9294118 0.7254902 0.1803922 1 + xcode.syntax.number + 0.8078431 0.0941176 0.2117647 1 + xcode.syntax.plain + 0.8901961 0.8862745 0.8784314 1 + xcode.syntax.preprocessor + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.string + 0.2313725 0.7803922 0.7215686 1 + xcode.syntax.url + 1.0000000 0.9215686 0.3764706 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/keen.dvtcolortheme b/xcode/keen.dvtcolortheme new file mode 100644 index 0000000..f4d490e --- /dev/null +++ b/xcode/keen.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.5294118 0.4039216 0.7176471 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.4352941 0.5450980 0.5803922 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0666667 0.0666667 0.0666667 1 + DVTConsoleTextInsertionPointColor + 0.8000000 0.8000000 0.8000000 1 + DVTConsoleTextSelectionColor + 0.5294118 0.4039216 0.7176471 1 + DVTDebuggerInstructionPointerColor + 0.8000000 0.8000000 0.8000000 1 + DVTSourceTextBackground + 0.0666667 0.0666667 0.0666667 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0000000 0.0000000 1 + DVTSourceTextInsertionPointColor + 0.8000000 0.8000000 0.8000000 1 + DVTSourceTextInvisiblesColor + 0.1058824 0.1058824 0.1058824 1 + DVTSourceTextSelectionColor + 0.5294118 0.4039216 0.7176471 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.character + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.comment + 0.2156863 0.2980392 0.3764706 1 + xcode.syntax.comment.doc + 0.3372549 0.4509804 0.5568627 1 + xcode.syntax.comment.doc.keyword + 0.3372549 0.4509804 0.5568627 1 + xcode.syntax.identifier.class + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.identifier.class.system + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.identifier.constant + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.constant.system + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.function + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.function.system + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.macro + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.macro.system + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.type + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.type.system + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.identifier.variable + 0.9960784 0.9960784 0.9960784 1 + xcode.syntax.identifier.variable.system + 0.9960784 0.9960784 0.9960784 1 + xcode.syntax.keyword + 0.4352941 0.5450980 0.5803922 1 + xcode.syntax.number + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.plain + 0.8000000 0.8000000 0.8000000 1 + xcode.syntax.preprocessor + 0.5294118 0.4039216 0.7176471 1 + xcode.syntax.string + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.url + 0.6313725 0.7411765 0.7764706 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/kiwi.dvtcolortheme b/xcode/kiwi.dvtcolortheme new file mode 100644 index 0000000..69eda91 --- /dev/null +++ b/xcode/kiwi.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.5843137 0.7803922 0.1647059 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1333333 0.6000000 0.5254902 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0862745 0.1019608 0.0980392 1 + DVTConsoleTextInsertionPointColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleTextSelectionColor + 0.0431373 0.4274510 0.3607843 1 + DVTDebuggerInstructionPointerColor + 0.9294118 0.9215686 0.9019608 1 + DVTSourceTextBackground + 0.0862745 0.1019608 0.0980392 1 + DVTSourceTextBlockDimBackgroundColor + 0.0078431 0.0235294 0.0196078 1 + DVTSourceTextInsertionPointColor + 0.9294118 0.9215686 0.9019608 1 + DVTSourceTextInvisiblesColor + 0.1254902 0.1411765 0.1372549 1 + DVTSourceTextSelectionColor + 0.0431373 0.4274510 0.3607843 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.5843137 0.7803922 0.1647059 1 + xcode.syntax.character + 0.5843137 0.7803922 0.1647059 1 + xcode.syntax.comment + 0.2078431 0.2627451 0.2549020 1 + xcode.syntax.comment.doc + 0.3568627 0.4784314 0.4588235 1 + xcode.syntax.comment.doc.keyword + 0.3568627 0.4784314 0.4588235 1 + xcode.syntax.identifier.class + 0.5843137 0.7803922 0.1647059 1 + xcode.syntax.identifier.class.system + 0.5843137 0.7803922 0.1647059 1 + xcode.syntax.identifier.constant + 0.0431373 0.4274510 0.3607843 1 + xcode.syntax.identifier.constant.system + 0.0431373 0.4274510 0.3607843 1 + xcode.syntax.identifier.function + 0.0431373 0.4274510 0.3607843 1 + xcode.syntax.identifier.function.system + 0.0431373 0.4274510 0.3607843 1 + xcode.syntax.identifier.macro + 0.0431373 0.4274510 0.3607843 1 + xcode.syntax.identifier.macro.system + 0.0431373 0.4274510 0.3607843 1 + xcode.syntax.identifier.type + 0.0431373 0.4274510 0.3607843 1 + xcode.syntax.identifier.type.system + 0.5843137 0.7803922 0.1647059 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.1333333 0.6000000 0.5254902 1 + xcode.syntax.number + 0.6313725 0.9019608 0.7568627 1 + xcode.syntax.plain + 0.9294118 0.9215686 0.9019608 1 + xcode.syntax.preprocessor + 0.5843137 0.7803922 0.1647059 1 + xcode.syntax.string + 0.6313725 0.9019608 0.7568627 1 + xcode.syntax.url + 0.3294118 0.7960784 0.7215686 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/laravel.dvtcolortheme b/xcode/laravel.dvtcolortheme new file mode 100644 index 0000000..b4a7347 --- /dev/null +++ b/xcode/laravel.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9882353 0.4196078 0.0392157 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 1.0000000 0.7686275 0.5490196 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1803922 0.1725490 0.1686275 1 + DVTConsoleTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleTextSelectionColor + 0.8039216 0.4470588 0.3058824 1 + DVTDebuggerInstructionPointerColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextBackground + 0.1803922 0.1725490 0.1686275 1 + DVTSourceTextBlockDimBackgroundColor + 0.1019608 0.0941176 0.0901961 1 + DVTSourceTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextInvisiblesColor + 0.2196078 0.2117647 0.2078431 1 + DVTSourceTextSelectionColor + 0.8039216 0.4470588 0.3058824 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.character + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.comment + 0.3803922 0.3490196 0.3254902 1 + xcode.syntax.comment.doc + 0.5568627 0.5098039 0.4745098 1 + xcode.syntax.comment.doc.keyword + 0.5568627 0.5098039 0.4745098 1 + xcode.syntax.identifier.class + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.identifier.class.system + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.identifier.constant + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.constant.system + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.function + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.function.system + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.macro + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.macro.system + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.type + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.identifier.type.system + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 1.0000000 0.6627451 0.1529412 1 + xcode.syntax.number + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.plain + 0.8705882 0.8705882 0.8705882 1 + xcode.syntax.preprocessor + 0.9882353 0.4196078 0.0392157 1 + xcode.syntax.string + 0.9921569 0.7921569 0.2862745 1 + xcode.syntax.url + 1.0000000 0.8588235 0.3490196 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/lavender.dvtcolortheme b/xcode/lavender.dvtcolortheme new file mode 100644 index 0000000..2170121 --- /dev/null +++ b/xcode/lavender.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8784314 0.8078431 0.9294118 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8784314 0.8078431 0.9294118 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.7137255 0.3411765 1.0000000 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.6352941 0.6156863 0.9803922 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8784314 0.8078431 0.9294118 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1607843 0.1333333 0.1803922 1 + DVTConsoleTextInsertionPointColor + 0.8784314 0.8078431 0.9294118 1 + DVTConsoleTextSelectionColor + 0.7137255 0.3411765 1.0000000 1 + DVTDebuggerInstructionPointerColor + 0.8784314 0.8078431 0.9294118 1 + DVTSourceTextBackground + 0.1607843 0.1333333 0.1803922 1 + DVTSourceTextBlockDimBackgroundColor + 0.0823529 0.0549020 0.1019608 1 + DVTSourceTextInsertionPointColor + 0.8784314 0.8078431 0.9294118 1 + DVTSourceTextInvisiblesColor + 0.2000000 0.1725490 0.2196078 1 + DVTSourceTextSelectionColor + 0.7137255 0.3411765 1.0000000 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.character + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.comment + 0.3803922 0.3058824 0.4313725 1 + xcode.syntax.comment.doc + 0.5647059 0.4627451 0.6313725 1 + xcode.syntax.comment.doc.keyword + 0.5647059 0.4627451 0.6313725 1 + xcode.syntax.identifier.class + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.identifier.class.system + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.identifier.constant + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.constant.system + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.function + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.function.system + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.macro + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.macro.system + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.type + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.identifier.type.system + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.5568627 0.4274510 0.6509804 1 + xcode.syntax.number + 0.9490196 0.3529412 0.9019608 1 + xcode.syntax.plain + 0.8784314 0.8078431 0.9294118 1 + xcode.syntax.preprocessor + 0.7137255 0.3411765 1.0000000 1 + xcode.syntax.string + 0.9607843 0.6901961 0.9372549 1 + xcode.syntax.url + 0.7529412 0.6235294 0.8470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/legacy.dvtcolortheme b/xcode/legacy.dvtcolortheme new file mode 100644 index 0000000..43658a6 --- /dev/null +++ b/xcode/legacy.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1490196 0.4980392 0.7098039 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0784314 0.0980392 0.1215686 1 + DVTConsoleTextInsertionPointColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleTextSelectionColor + 1.0000000 0.2549020 0.0509804 1 + DVTDebuggerInstructionPointerColor + 0.6823529 0.7607843 0.8784314 1 + DVTSourceTextBackground + 0.0784314 0.0980392 0.1215686 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0196078 0.0431373 1 + DVTSourceTextInsertionPointColor + 0.6823529 0.7607843 0.8784314 1 + DVTSourceTextInvisiblesColor + 0.1176471 0.1372549 0.1607843 1 + DVTSourceTextSelectionColor + 1.0000000 0.2549020 0.0509804 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.character + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.comment + 0.1960784 0.2627451 0.3411765 1 + xcode.syntax.comment.doc + 0.3019608 0.4039216 0.5215686 1 + xcode.syntax.comment.doc.keyword + 0.3019608 0.4039216 0.5215686 1 + xcode.syntax.identifier.class + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.class.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant + 1.0000000 0.6980392 0.0509804 1 + xcode.syntax.identifier.constant.system + 1.0000000 0.6980392 0.0509804 1 + xcode.syntax.identifier.function + 1.0000000 0.6980392 0.0509804 1 + xcode.syntax.identifier.function.system + 1.0000000 0.6980392 0.0509804 1 + xcode.syntax.identifier.macro + 1.0000000 0.6980392 0.0509804 1 + xcode.syntax.identifier.macro.system + 1.0000000 0.6980392 0.0509804 1 + xcode.syntax.identifier.type + 1.0000000 0.6980392 0.0509804 1 + xcode.syntax.identifier.type.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.4549020 0.5411765 0.6509804 1 + xcode.syntax.number + 0.7803922 0.9411765 0.1490196 1 + xcode.syntax.plain + 0.6823529 0.7607843 0.8784314 1 + xcode.syntax.preprocessor + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.string + 1.0000000 0.2549020 0.0509804 1 + xcode.syntax.url + 0.6509804 0.7372549 0.8470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/light/earthsong-light.dvtcolortheme b/xcode/light/earthsong-light.dvtcolortheme new file mode 100644 index 0000000..a41fe67 --- /dev/null +++ b/xcode/light/earthsong-light.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.3019608 0.2745098 0.2431373 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.3019608 0.2745098 0.2431373 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.8588235 0.4705882 0.3019608 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.5843137 0.8000000 0.3686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.3019608 0.2745098 0.2431373 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextInsertionPointColor + 0.3019608 0.2745098 0.2431373 1 + DVTConsoleTextSelectionColor + 0.3764706 0.6392157 0.3960784 1 + DVTDebuggerInstructionPointerColor + 0.3019608 0.2745098 0.2431373 1 + DVTSourceTextBackground + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.9215686 0.9215686 0.9215686 1 + DVTSourceTextInsertionPointColor + 0.3019608 0.2745098 0.2431373 1 + DVTSourceTextInvisiblesColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextSelectionColor + 0.3764706 0.6392157 0.3960784 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.character + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.comment + 0.8392157 0.7921569 0.7254902 1 + xcode.syntax.comment.doc + 0.6039216 0.5647059 0.5098039 1 + xcode.syntax.comment.doc.keyword + 0.6039216 0.5647059 0.5098039 1 + xcode.syntax.identifier.class + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.class.system + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.constant + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.constant.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.function + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.function.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.macro + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.macro.system + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.type + 0.3764706 0.6392157 0.3960784 1 + xcode.syntax.identifier.type.system + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.identifier.variable + 0.4980392 0.4705882 0.4392157 1 + xcode.syntax.identifier.variable.system + 0.4980392 0.4705882 0.4392157 1 + xcode.syntax.keyword + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.number + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.plain + 0.3019608 0.2745098 0.2431373 1 + xcode.syntax.preprocessor + 0.8588235 0.4705882 0.3019608 1 + xcode.syntax.string + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.url + 1.0000000 0.6666667 0.4980392 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/light/snappy-light.dvtcolortheme b/xcode/light/snappy-light.dvtcolortheme new file mode 100644 index 0000000..7dcc730 --- /dev/null +++ b/xcode/light/snappy-light.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.3333333 0.3333333 0.3333333 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.3333333 0.3333333 0.3333333 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9647059 0.3803922 0.3254902 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3058824 0.6313725 0.8745098 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.3333333 0.3333333 0.3333333 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextInsertionPointColor + 0.3333333 0.3333333 0.3333333 1 + DVTConsoleTextSelectionColor + 0.5019608 0.5529412 0.8274510 1 + DVTDebuggerInstructionPointerColor + 0.3333333 0.3333333 0.3333333 1 + DVTSourceTextBackground + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.9215686 0.9215686 0.9215686 1 + DVTSourceTextInsertionPointColor + 0.3333333 0.3333333 0.3333333 1 + DVTSourceTextInvisiblesColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextSelectionColor + 0.5019608 0.5529412 0.8274510 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.character + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.comment + 0.7333333 0.7333333 0.7333333 1 + xcode.syntax.comment.doc + 0.4901961 0.4901961 0.4901961 1 + xcode.syntax.comment.doc.keyword + 0.4901961 0.4901961 0.4901961 1 + xcode.syntax.identifier.class + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.identifier.class.system + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.identifier.constant + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.constant.system + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.function + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.function.system + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.macro + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.macro.system + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.type + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.type.system + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.identifier.variable + 0.5294118 0.5294118 0.5294118 1 + xcode.syntax.identifier.variable.system + 0.5294118 0.5294118 0.5294118 1 + xcode.syntax.keyword + 0.8549020 0.3372549 0.2901961 1 + xcode.syntax.number + 0.3058824 0.6313725 0.8745098 1 + xcode.syntax.plain + 0.3333333 0.3333333 0.3333333 1 + xcode.syntax.preprocessor + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.string + 0.3058824 0.6313725 0.8745098 1 + xcode.syntax.url + 1.0000000 0.5333333 0.4862745 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/light/userscape.dvtcolortheme b/xcode/light/userscape.dvtcolortheme new file mode 100644 index 0000000..aec8a5f --- /dev/null +++ b/xcode/light/userscape.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.5294118 0.6078431 0.6901961 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.5294118 0.6078431 0.6901961 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.2078431 0.3568627 0.5490196 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.6588235 0.7529412 0.8784314 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.5294118 0.6078431 0.6901961 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.9607843 0.9725490 0.9882353 1 + DVTConsoleTextInsertionPointColor + 0.5294118 0.6078431 0.6901961 1 + DVTConsoleTextSelectionColor + 0.2078431 0.3568627 0.5490196 1 + DVTDebuggerInstructionPointerColor + 0.5294118 0.6078431 0.6901961 1 + DVTSourceTextBackground + 0.9607843 0.9725490 0.9882353 1 + DVTSourceTextBlockDimBackgroundColor + 0.8823529 0.8941176 0.9098039 1 + DVTSourceTextInsertionPointColor + 0.5294118 0.6078431 0.6901961 1 + DVTSourceTextInvisiblesColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextSelectionColor + 0.2078431 0.3568627 0.5490196 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.2078431 0.3568627 0.5490196 1 + xcode.syntax.character + 0.2078431 0.3568627 0.5490196 1 + xcode.syntax.comment + 0.7333333 0.7333333 0.7333333 1 + xcode.syntax.comment.doc + 0.4901961 0.4901961 0.4901961 1 + xcode.syntax.comment.doc.keyword + 0.4901961 0.4901961 0.4901961 1 + xcode.syntax.identifier.class + 0.2078431 0.3568627 0.5490196 1 + xcode.syntax.identifier.class.system + 0.2078431 0.3568627 0.5490196 1 + xcode.syntax.identifier.constant + 0.8901961 0.7411765 0.0784314 1 + xcode.syntax.identifier.constant.system + 0.8901961 0.7411765 0.0784314 1 + xcode.syntax.identifier.function + 0.8901961 0.7411765 0.0784314 1 + xcode.syntax.identifier.function.system + 0.8901961 0.7411765 0.0784314 1 + xcode.syntax.identifier.macro + 0.8901961 0.7411765 0.0784314 1 + xcode.syntax.identifier.macro.system + 0.8901961 0.7411765 0.0784314 1 + xcode.syntax.identifier.type + 0.8901961 0.7411765 0.0784314 1 + xcode.syntax.identifier.type.system + 0.2078431 0.3568627 0.5490196 1 + xcode.syntax.identifier.variable + 0.7254902 0.8039216 0.8862745 1 + xcode.syntax.identifier.variable.system + 0.7254902 0.8039216 0.8862745 1 + xcode.syntax.keyword + 0.5019608 0.5490196 0.6117647 1 + xcode.syntax.number + 0.8705882 0.3019608 0.2274510 1 + xcode.syntax.plain + 0.5294118 0.6078431 0.6901961 1 + xcode.syntax.preprocessor + 0.2078431 0.3568627 0.5490196 1 + xcode.syntax.string + 0.8901961 0.7411765 0.0784314 1 + xcode.syntax.url + 0.6980392 0.7450980 0.8078431 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/mellow.dvtcolortheme b/xcode/mellow.dvtcolortheme new file mode 100644 index 0000000..122daff --- /dev/null +++ b/xcode/mellow.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.1215686 0.5058824 0.5058824 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9490196 0.7372549 0.4745098 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.2117647 0.1921569 0.1725490 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.9607843 0.3647059 0.4745098 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.2117647 0.1921569 0.1725490 1 + DVTSourceTextBlockDimBackgroundColor + 0.1333333 0.1137255 0.0941176 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.2509804 0.2313725 0.2117647 1 + DVTSourceTextSelectionColor + 0.9607843 0.3647059 0.4745098 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.character + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.comment + 0.4784314 0.4470588 0.4039216 1 + xcode.syntax.comment.doc + 0.6274510 0.5882353 0.5333333 1 + xcode.syntax.comment.doc.keyword + 0.6274510 0.5882353 0.5333333 1 + xcode.syntax.identifier.class + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.identifier.class.system + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.identifier.constant + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.constant.system + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.function + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.function.system + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.macro + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.macro.system + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.type + 0.9490196 0.5372549 0.4470588 1 + xcode.syntax.identifier.type.system + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9490196 0.7372549 0.4745098 1 + xcode.syntax.number + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.1215686 0.5058824 0.5058824 1 + xcode.syntax.string + 0.9725490 0.7333333 0.2235294 1 + xcode.syntax.url + 1.0000000 0.9333333 0.6705882 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/mintchoc.dvtcolortheme b/xcode/mintchoc.dvtcolortheme new file mode 100644 index 0000000..94172f1 --- /dev/null +++ b/xcode/mintchoc.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.0000000 0.5529412 0.3843137 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.6156863 0.5098039 0.3843137 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1686275 0.1333333 0.1098039 1 + DVTConsoleTextInsertionPointColor + 0.7294118 0.7294118 0.7294118 1 + DVTConsoleTextSelectionColor + 0.0000000 0.5529412 0.3843137 1 + DVTDebuggerInstructionPointerColor + 0.7294118 0.7294118 0.7294118 1 + DVTSourceTextBackground + 0.1686275 0.1333333 0.1098039 1 + DVTSourceTextBlockDimBackgroundColor + 0.0901961 0.0549020 0.0313725 1 + DVTSourceTextInsertionPointColor + 0.7294118 0.7294118 0.7294118 1 + DVTSourceTextInvisiblesColor + 0.2078431 0.1725490 0.1490196 1 + DVTSourceTextSelectionColor + 0.0000000 0.5529412 0.3843137 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.0000000 0.5529412 0.3843137 1 + xcode.syntax.character + 0.0000000 0.5529412 0.3843137 1 + xcode.syntax.comment + 0.3372549 0.2666667 0.2235294 1 + xcode.syntax.comment.doc + 0.4666667 0.3529412 0.2784314 1 + xcode.syntax.comment.doc.keyword + 0.4666667 0.3529412 0.2784314 1 + xcode.syntax.identifier.class + 0.0000000 0.5529412 0.3843137 1 + xcode.syntax.identifier.class.system + 0.0000000 0.5529412 0.3843137 1 + xcode.syntax.identifier.constant + 0.0000000 0.8784314 0.5490196 1 + xcode.syntax.identifier.constant.system + 0.0000000 0.8784314 0.5490196 1 + xcode.syntax.identifier.function + 0.0000000 0.8784314 0.5490196 1 + xcode.syntax.identifier.function.system + 0.0000000 0.8784314 0.5490196 1 + xcode.syntax.identifier.macro + 0.0000000 0.8784314 0.5490196 1 + xcode.syntax.identifier.macro.system + 0.0000000 0.8784314 0.5490196 1 + xcode.syntax.identifier.type + 0.0000000 0.8784314 0.5490196 1 + xcode.syntax.identifier.type.system + 0.0000000 0.5529412 0.3843137 1 + xcode.syntax.identifier.variable + 0.9254902 0.9254902 0.9254902 1 + xcode.syntax.identifier.variable.system + 0.9254902 0.9254902 0.9254902 1 + xcode.syntax.keyword + 0.6156863 0.5098039 0.3843137 1 + xcode.syntax.number + 0.0000000 0.8784314 0.5490196 1 + xcode.syntax.plain + 0.7294118 0.7294118 0.7294118 1 + xcode.syntax.preprocessor + 0.0000000 0.5529412 0.3843137 1 + xcode.syntax.string + 0.0000000 0.8784314 0.5490196 1 + xcode.syntax.url + 0.8117647 0.7058824 0.5803922 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/mud.dvtcolortheme b/xcode/mud.dvtcolortheme new file mode 100644 index 0000000..c04a226 --- /dev/null +++ b/xcode/mud.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 0.5921569 0.5294118 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9137255 0.7843137 0.3960784 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.2509804 0.2117647 0.2078431 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.7098039 0.8588235 0.6000000 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.2509804 0.2117647 0.2078431 1 + DVTSourceTextBlockDimBackgroundColor + 0.1725490 0.1333333 0.1294118 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.2901961 0.2509804 0.2470588 1 + DVTSourceTextSelectionColor + 0.7098039 0.8588235 0.6000000 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 0.5921569 0.5294118 1 + xcode.syntax.character + 1.0000000 0.5921569 0.5294118 1 + xcode.syntax.comment + 0.7647059 0.7215686 0.7176471 1 + xcode.syntax.comment.doc + 0.8901961 0.8431373 0.8392157 1 + xcode.syntax.comment.doc.keyword + 0.8901961 0.8431373 0.8392157 1 + xcode.syntax.identifier.class + 1.0000000 0.5921569 0.5294118 1 + xcode.syntax.identifier.class.system + 1.0000000 0.5921569 0.5294118 1 + xcode.syntax.identifier.constant + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.constant.system + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.function + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.function.system + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.macro + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.macro.system + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.type + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.identifier.type.system + 1.0000000 0.5921569 0.5294118 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 1.0000000 0.5921569 0.5294118 1 + xcode.syntax.number + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 1.0000000 0.5921569 0.5294118 1 + xcode.syntax.string + 0.7098039 0.8588235 0.6000000 1 + xcode.syntax.url + 1.0000000 0.7882353 0.7254902 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/otakon.dvtcolortheme b/xcode/otakon.dvtcolortheme new file mode 100644 index 0000000..8427d9f --- /dev/null +++ b/xcode/otakon.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9764706 0.9529412 0.9764706 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9764706 0.9529412 0.9764706 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9647059 0.9019608 0.9215686 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.6941176 0.6509804 0.7921569 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9764706 0.9529412 0.9764706 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0901961 0.0784314 0.0901961 1 + DVTConsoleTextInsertionPointColor + 0.9764706 0.9529412 0.9764706 1 + DVTConsoleTextSelectionColor + 0.6941176 0.6509804 0.7921569 1 + DVTDebuggerInstructionPointerColor + 0.9764706 0.9529412 0.9764706 1 + DVTSourceTextBackground + 0.0901961 0.0784314 0.0901961 1 + DVTSourceTextBlockDimBackgroundColor + 0.0117647 0.0000000 0.0117647 1 + DVTSourceTextInsertionPointColor + 0.9764706 0.9529412 0.9764706 1 + DVTSourceTextInvisiblesColor + 0.1294118 0.1176471 0.1294118 1 + DVTSourceTextSelectionColor + 0.6941176 0.6509804 0.7921569 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9647059 0.9019608 0.9215686 1 + xcode.syntax.character + 0.9647059 0.9019608 0.9215686 1 + xcode.syntax.comment + 0.3176471 0.3176471 0.4000000 1 + xcode.syntax.comment.doc + 0.4078431 0.4078431 0.5137255 1 + xcode.syntax.comment.doc.keyword + 0.4078431 0.4078431 0.5137255 1 + xcode.syntax.identifier.class + 0.9647059 0.9019608 0.9215686 1 + xcode.syntax.identifier.class.system + 0.9647059 0.9019608 0.9215686 1 + xcode.syntax.identifier.constant + 0.8941176 0.5176471 0.6980392 1 + xcode.syntax.identifier.constant.system + 0.8941176 0.5176471 0.6980392 1 + xcode.syntax.identifier.function + 0.8941176 0.5176471 0.6980392 1 + xcode.syntax.identifier.function.system + 0.8941176 0.5176471 0.6980392 1 + xcode.syntax.identifier.macro + 0.8941176 0.5176471 0.6980392 1 + xcode.syntax.identifier.macro.system + 0.8941176 0.5176471 0.6980392 1 + xcode.syntax.identifier.type + 0.8941176 0.5176471 0.6980392 1 + xcode.syntax.identifier.type.system + 0.9647059 0.9019608 0.9215686 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.7921569 0.7960784 0.8666667 1 + xcode.syntax.number + 0.6196078 0.6980392 0.8509804 1 + xcode.syntax.plain + 0.9764706 0.9529412 0.9764706 1 + xcode.syntax.preprocessor + 0.9647059 0.9019608 0.9215686 1 + xcode.syntax.string + 0.6196078 0.6980392 0.8509804 1 + xcode.syntax.url + 0.9882353 0.9921569 1.0000000 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/pastel.dvtcolortheme b/xcode/pastel.dvtcolortheme new file mode 100644 index 0000000..6db6c52 --- /dev/null +++ b/xcode/pastel.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9333333 0.9333333 0.9333333 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9333333 0.9333333 0.9333333 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.0156863 0.7686275 0.6470588 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.5803922 0.4549020 0.6627451 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9333333 0.9333333 0.9333333 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1333333 0.1333333 0.1333333 1 + DVTConsoleTextInsertionPointColor + 0.9333333 0.9333333 0.9333333 1 + DVTConsoleTextSelectionColor + 0.0000000 0.5529412 0.3843137 1 + DVTDebuggerInstructionPointerColor + 0.9333333 0.9333333 0.9333333 1 + DVTSourceTextBackground + 0.1333333 0.1333333 0.1333333 1 + DVTSourceTextBlockDimBackgroundColor + 0.0549020 0.0549020 0.0549020 1 + DVTSourceTextInsertionPointColor + 0.9333333 0.9333333 0.9333333 1 + DVTSourceTextInvisiblesColor + 0.1725490 0.1725490 0.1725490 1 + DVTSourceTextSelectionColor + 0.0000000 0.5529412 0.3843137 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.0156863 0.7686275 0.6470588 1 + xcode.syntax.character + 0.0156863 0.7686275 0.6470588 1 + xcode.syntax.comment + 0.2666667 0.2666667 0.2666667 1 + xcode.syntax.comment.doc + 0.4000000 0.4000000 0.4000000 1 + xcode.syntax.comment.doc.keyword + 0.4000000 0.4000000 0.4000000 1 + xcode.syntax.identifier.class + 0.0156863 0.7686275 0.6470588 1 + xcode.syntax.identifier.class.system + 0.0156863 0.7686275 0.6470588 1 + xcode.syntax.identifier.constant + 0.7725490 0.4235294 0.4235294 1 + xcode.syntax.identifier.constant.system + 0.7725490 0.4235294 0.4235294 1 + xcode.syntax.identifier.function + 0.7725490 0.4235294 0.4235294 1 + xcode.syntax.identifier.function.system + 0.7725490 0.4235294 0.4235294 1 + xcode.syntax.identifier.macro + 0.7725490 0.4235294 0.4235294 1 + xcode.syntax.identifier.macro.system + 0.7725490 0.4235294 0.4235294 1 + xcode.syntax.identifier.type + 0.7725490 0.4235294 0.4235294 1 + xcode.syntax.identifier.type.system + 0.0156863 0.7686275 0.6470588 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.7725490 0.5647059 0.4235294 1 + xcode.syntax.number + 0.7725490 0.4235294 0.4235294 1 + xcode.syntax.plain + 0.9333333 0.9333333 0.9333333 1 + xcode.syntax.preprocessor + 0.0156863 0.7686275 0.6470588 1 + xcode.syntax.string + 0.7725490 0.4235294 0.4235294 1 + xcode.syntax.url + 0.9686275 0.7607843 0.6196078 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/patriot.dvtcolortheme b/xcode/patriot.dvtcolortheme new file mode 100644 index 0000000..f642720 --- /dev/null +++ b/xcode/patriot.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.7921569 0.8509804 0.8901961 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.7921569 0.8509804 0.8901961 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.1803922 0.4352941 0.8509804 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.8705882 0.2000000 0.2352941 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.7921569 0.8509804 0.8901961 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1764706 0.1921569 0.2000000 1 + DVTConsoleTextInsertionPointColor + 0.7921569 0.8509804 0.8901961 1 + DVTConsoleTextSelectionColor + 0.8705882 0.2000000 0.2352941 1 + DVTDebuggerInstructionPointerColor + 0.7921569 0.8509804 0.8901961 1 + DVTSourceTextBackground + 0.1764706 0.1921569 0.2000000 1 + DVTSourceTextBlockDimBackgroundColor + 0.0980392 0.1137255 0.1215686 1 + DVTSourceTextInsertionPointColor + 0.7921569 0.8509804 0.8901961 1 + DVTSourceTextInvisiblesColor + 0.2156863 0.2313725 0.2392157 1 + DVTSourceTextSelectionColor + 0.8705882 0.2000000 0.2352941 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.character + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.comment + 0.3176471 0.3686275 0.4000000 1 + xcode.syntax.comment.doc + 0.4745098 0.5450980 0.5882353 1 + xcode.syntax.comment.doc.keyword + 0.4745098 0.5450980 0.5882353 1 + xcode.syntax.identifier.class + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.identifier.class.system + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.identifier.constant + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type.system + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.identifier.variable + 0.9882353 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 0.9882353 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.7333333 0.7372549 0.7686275 1 + xcode.syntax.number + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.plain + 0.7921569 0.8509804 0.8901961 1 + xcode.syntax.preprocessor + 0.1803922 0.4352941 0.8509804 1 + xcode.syntax.string + 0.2156863 0.5647059 0.8705882 1 + xcode.syntax.url + 0.9294118 0.9333333 0.9647059 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/peacock.dvtcolortheme b/xcode/peacock.dvtcolortheme new file mode 100644 index 0000000..fa87fe1 --- /dev/null +++ b/xcode/peacock.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 0.3647059 0.2196078 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1490196 0.6509804 0.6509804 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1686275 0.1647059 0.1529412 1 + DVTConsoleTextInsertionPointColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleTextSelectionColor + 1.0000000 0.3647059 0.2196078 1 + DVTDebuggerInstructionPointerColor + 0.9294118 0.8784314 0.8078431 1 + DVTSourceTextBackground + 0.1686275 0.1647059 0.1529412 1 + DVTSourceTextBlockDimBackgroundColor + 0.0901961 0.0862745 0.0745098 1 + DVTSourceTextInsertionPointColor + 0.9294118 0.8784314 0.8078431 1 + DVTSourceTextInvisiblesColor + 0.2078431 0.2039216 0.1921569 1 + DVTSourceTextSelectionColor + 1.0000000 0.3647059 0.2196078 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.character + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.comment + 0.4784314 0.4470588 0.4039216 1 + xcode.syntax.comment.doc + 0.7176471 0.6941176 0.6627451 1 + xcode.syntax.comment.doc.keyword + 0.7176471 0.6941176 0.6627451 1 + xcode.syntax.identifier.class + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.class.system + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.constant + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.constant.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type.system + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.1490196 0.6509804 0.6509804 1 + xcode.syntax.number + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.plain + 0.9294118 0.8784314 0.8078431 1 + xcode.syntax.preprocessor + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.string + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.url + 0.3450980 0.8470588 0.8470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/peacocks-in-space.dvtcolortheme b/xcode/peacocks-in-space.dvtcolortheme new file mode 100644 index 0000000..15466ef --- /dev/null +++ b/xcode/peacocks-in-space.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8705882 0.8901961 0.9254902 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8705882 0.8901961 0.9254902 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 0.3647059 0.2196078 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1490196 0.6509804 0.6509804 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8705882 0.8901961 0.9254902 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1686275 0.1882353 0.2313725 1 + DVTConsoleTextInsertionPointColor + 0.8705882 0.8901961 0.9254902 1 + DVTConsoleTextSelectionColor + 0.1490196 0.6509804 0.6509804 1 + DVTDebuggerInstructionPointerColor + 0.8705882 0.8901961 0.9254902 1 + DVTSourceTextBackground + 0.1686275 0.1882353 0.2313725 1 + DVTSourceTextBlockDimBackgroundColor + 0.0901961 0.1098039 0.1529412 1 + DVTSourceTextInsertionPointColor + 0.8705882 0.8901961 0.9254902 1 + DVTSourceTextInvisiblesColor + 0.2078431 0.2274510 0.2705882 1 + DVTSourceTextSelectionColor + 0.1490196 0.6509804 0.6509804 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.character + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.comment + 0.4313725 0.4784314 0.5803922 1 + xcode.syntax.comment.doc + 0.5372549 0.5960784 0.7254902 1 + xcode.syntax.comment.doc.keyword + 0.5372549 0.5960784 0.7254902 1 + xcode.syntax.identifier.class + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.class.system + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.constant + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.constant.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type.system + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.1490196 0.6509804 0.6509804 1 + xcode.syntax.number + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.plain + 0.8705882 0.8901961 0.9254902 1 + xcode.syntax.preprocessor + 1.0000000 0.3647059 0.2196078 1 + xcode.syntax.string + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.url + 0.3450980 0.8470588 0.8470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/peel.dvtcolortheme b/xcode/peel.dvtcolortheme new file mode 100644 index 0000000..25dd2ac --- /dev/null +++ b/xcode/peel.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.8274510 0.3921569 0.2313725 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.5803922 0.7803922 0.7137255 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1372549 0.1254902 0.1098039 1 + DVTConsoleTextInsertionPointColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleTextSelectionColor + 0.8274510 0.3921569 0.2313725 1 + DVTDebuggerInstructionPointerColor + 0.9294118 0.9215686 0.9019608 1 + DVTSourceTextBackground + 0.1372549 0.1254902 0.1098039 1 + DVTSourceTextBlockDimBackgroundColor + 0.0588235 0.0470588 0.0313725 1 + DVTSourceTextInsertionPointColor + 0.9294118 0.9215686 0.9019608 1 + DVTSourceTextInvisiblesColor + 0.1764706 0.1647059 0.1490196 1 + DVTSourceTextSelectionColor + 0.8274510 0.3921569 0.2313725 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.8274510 0.3921569 0.2313725 1 + xcode.syntax.character + 0.8274510 0.3921569 0.2313725 1 + xcode.syntax.comment + 0.3450980 0.3176471 0.2745098 1 + xcode.syntax.comment.doc + 0.5098039 0.4666667 0.4000000 1 + xcode.syntax.comment.doc.keyword + 0.5098039 0.4666667 0.4000000 1 + xcode.syntax.identifier.class + 0.8274510 0.3921569 0.2313725 1 + xcode.syntax.identifier.class.system + 0.8274510 0.3921569 0.2313725 1 + xcode.syntax.identifier.constant + 0.8392157 0.8823529 0.7803922 1 + xcode.syntax.identifier.constant.system + 0.8392157 0.8823529 0.7803922 1 + xcode.syntax.identifier.function + 0.8392157 0.8823529 0.7803922 1 + xcode.syntax.identifier.function.system + 0.8392157 0.8823529 0.7803922 1 + xcode.syntax.identifier.macro + 0.8392157 0.8823529 0.7803922 1 + xcode.syntax.identifier.macro.system + 0.8392157 0.8823529 0.7803922 1 + xcode.syntax.identifier.type + 0.8392157 0.8823529 0.7803922 1 + xcode.syntax.identifier.type.system + 0.8274510 0.3921569 0.2313725 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.5803922 0.7803922 0.7137255 1 + xcode.syntax.number + 0.9568627 0.8274510 0.4392157 1 + xcode.syntax.plain + 0.9294118 0.9215686 0.9019608 1 + xcode.syntax.preprocessor + 0.8274510 0.3921569 0.2313725 1 + xcode.syntax.string + 0.9568627 0.8274510 0.4392157 1 + xcode.syntax.url + 0.7764706 0.9764706 0.9098039 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/piggy.dvtcolortheme b/xcode/piggy.dvtcolortheme new file mode 100644 index 0000000..6c04a11 --- /dev/null +++ b/xcode/piggy.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9921569 0.4156863 0.3647059 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9607843 0.1803922 0.3843137 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1098039 0.0862745 0.0941176 1 + DVTConsoleTextInsertionPointColor + 0.9294118 0.9215686 0.9019608 1 + DVTConsoleTextSelectionColor + 0.9607843 0.1803922 0.3843137 1 + DVTDebuggerInstructionPointerColor + 0.9294118 0.9215686 0.9019608 1 + DVTSourceTextBackground + 0.1098039 0.0862745 0.0941176 1 + DVTSourceTextBlockDimBackgroundColor + 0.0313725 0.0078431 0.0156863 1 + DVTSourceTextInsertionPointColor + 0.9294118 0.9215686 0.9019608 1 + DVTSourceTextInvisiblesColor + 0.1490196 0.1254902 0.1333333 1 + DVTSourceTextSelectionColor + 0.9607843 0.1803922 0.3843137 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9921569 0.4156863 0.3647059 1 + xcode.syntax.character + 0.9921569 0.4156863 0.3647059 1 + xcode.syntax.comment + 0.2470588 0.1960784 0.2117647 1 + xcode.syntax.comment.doc + 0.4156863 0.3176471 0.3529412 1 + xcode.syntax.comment.doc.keyword + 0.4156863 0.3176471 0.3529412 1 + xcode.syntax.identifier.class + 0.9921569 0.4156863 0.3647059 1 + xcode.syntax.identifier.class.system + 0.9921569 0.4156863 0.3647059 1 + xcode.syntax.identifier.constant + 1.0000000 0.3647059 0.5019608 1 + xcode.syntax.identifier.constant.system + 1.0000000 0.3647059 0.5019608 1 + xcode.syntax.identifier.function + 1.0000000 0.3647059 0.5019608 1 + xcode.syntax.identifier.function.system + 1.0000000 0.3647059 0.5019608 1 + xcode.syntax.identifier.macro + 1.0000000 0.3647059 0.5019608 1 + xcode.syntax.identifier.macro.system + 1.0000000 0.3647059 0.5019608 1 + xcode.syntax.identifier.type + 1.0000000 0.3647059 0.5019608 1 + xcode.syntax.identifier.type.system + 0.9921569 0.4156863 0.3647059 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9921569 0.4156863 0.3647059 1 + xcode.syntax.number + 1.0000000 0.2705882 0.2431373 1 + xcode.syntax.plain + 0.9294118 0.9215686 0.9019608 1 + xcode.syntax.preprocessor + 0.9921569 0.4156863 0.3647059 1 + xcode.syntax.string + 1.0000000 0.2705882 0.2431373 1 + xcode.syntax.url + 1.0000000 0.6117647 0.5607843 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/potpourri.dvtcolortheme b/xcode/potpourri.dvtcolortheme new file mode 100644 index 0000000..e1fd434 --- /dev/null +++ b/xcode/potpourri.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9294118 0.0666667 0.3254902 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.7686275 0.5686275 0.7686275 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1803922 0.1686275 0.1725490 1 + DVTConsoleTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTConsoleTextSelectionColor + 0.9294118 0.0666667 0.3254902 1 + DVTDebuggerInstructionPointerColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextBackground + 0.1803922 0.1686275 0.1725490 1 + DVTSourceTextBlockDimBackgroundColor + 0.1019608 0.0901961 0.0941176 1 + DVTSourceTextInsertionPointColor + 0.9725490 0.9725490 0.9490196 1 + DVTSourceTextInvisiblesColor + 0.2196078 0.2078431 0.2117647 1 + DVTSourceTextSelectionColor + 0.9294118 0.0666667 0.3254902 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.character + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.comment + 0.4117647 0.3882353 0.3882353 1 + xcode.syntax.comment.doc + 0.5607843 0.5294118 0.5294118 1 + xcode.syntax.comment.doc.keyword + 0.5607843 0.5294118 0.5294118 1 + xcode.syntax.identifier.class + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.identifier.class.system + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.identifier.constant + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.constant.system + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.function + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.function.system + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.macro + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.macro.system + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.type + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.identifier.type.system + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.number + 0.7843137 0.3098039 0.9411765 1 + xcode.syntax.plain + 0.9725490 0.9725490 0.9490196 1 + xcode.syntax.preprocessor + 0.9294118 0.0666667 0.3254902 1 + xcode.syntax.string + 0.7215686 0.4000000 0.9803922 1 + xcode.syntax.url + 1.0000000 0.2627451 0.5215686 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/rainbow.dvtcolortheme b/xcode/rainbow.dvtcolortheme new file mode 100644 index 0000000..fc1d028 --- /dev/null +++ b/xcode/rainbow.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.7803922 0.8156863 0.8509804 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.7803922 0.8156863 0.8509804 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9372549 0.4549020 0.4352941 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.7019608 0.8000000 0.3411765 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.7803922 0.8156863 0.8509804 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0862745 0.0941176 0.1019608 1 + DVTConsoleTextInsertionPointColor + 0.7803922 0.8156863 0.8509804 1 + DVTConsoleTextSelectionColor + 0.7019608 0.8000000 0.3411765 1 + DVTDebuggerInstructionPointerColor + 0.7803922 0.8156863 0.8509804 1 + DVTSourceTextBackground + 0.0862745 0.0941176 0.1019608 1 + DVTSourceTextBlockDimBackgroundColor + 0.0078431 0.0156863 0.0235294 1 + DVTSourceTextInsertionPointColor + 0.7803922 0.8156863 0.8509804 1 + DVTSourceTextInvisiblesColor + 0.1254902 0.1333333 0.1411765 1 + DVTSourceTextSelectionColor + 0.7019608 0.8000000 0.3411765 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9372549 0.4549020 0.4352941 1 + xcode.syntax.character + 0.9372549 0.4549020 0.4352941 1 + xcode.syntax.comment + 0.2588235 0.2980392 0.3333333 1 + xcode.syntax.comment.doc + 0.3725490 0.4352941 0.4980392 1 + xcode.syntax.comment.doc.keyword + 0.3725490 0.4352941 0.4980392 1 + xcode.syntax.identifier.class + 0.9372549 0.4549020 0.4352941 1 + xcode.syntax.identifier.class.system + 0.9372549 0.4549020 0.4352941 1 + xcode.syntax.identifier.constant + 1.0000000 0.7450980 0.2509804 1 + xcode.syntax.identifier.constant.system + 1.0000000 0.7450980 0.2509804 1 + xcode.syntax.identifier.function + 1.0000000 0.7450980 0.2509804 1 + xcode.syntax.identifier.function.system + 1.0000000 0.7450980 0.2509804 1 + xcode.syntax.identifier.macro + 1.0000000 0.7450980 0.2509804 1 + xcode.syntax.identifier.macro.system + 1.0000000 0.7450980 0.2509804 1 + xcode.syntax.identifier.type + 1.0000000 0.7450980 0.2509804 1 + xcode.syntax.identifier.type.system + 0.9372549 0.4549020 0.4352941 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.2470588 0.7058824 0.7725490 1 + xcode.syntax.number + 0.7803922 0.5607843 0.9215686 1 + xcode.syntax.plain + 0.7803922 0.8156863 0.8509804 1 + xcode.syntax.preprocessor + 0.9372549 0.4549020 0.4352941 1 + xcode.syntax.string + 0.7803922 0.5607843 0.9215686 1 + xcode.syntax.url + 0.4431373 0.9019608 0.9686275 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/revelation.dvtcolortheme b/xcode/revelation.dvtcolortheme new file mode 100644 index 0000000..b16fcb1 --- /dev/null +++ b/xcode/revelation.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.3803922 0.4980392 0.6274510 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3058824 0.3647059 0.5176471 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1803922 0.1725490 0.1686275 1 + DVTConsoleTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleTextSelectionColor + 0.3803922 0.4980392 0.6274510 1 + DVTDebuggerInstructionPointerColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextBackground + 0.1803922 0.1725490 0.1686275 1 + DVTSourceTextBlockDimBackgroundColor + 0.1019608 0.0941176 0.0901961 1 + DVTSourceTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextInvisiblesColor + 0.2196078 0.2117647 0.2078431 1 + DVTSourceTextSelectionColor + 0.3803922 0.4980392 0.6274510 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.character + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.comment + 0.4823529 0.4470588 0.4196078 1 + xcode.syntax.comment.doc + 0.6313725 0.5921569 0.5647059 1 + xcode.syntax.comment.doc.keyword + 0.6313725 0.5921569 0.5647059 1 + xcode.syntax.identifier.class + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.identifier.class.system + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.identifier.constant + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.constant.system + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.function + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.function.system + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.macro + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.macro.system + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.type + 0.5843137 0.7607843 0.9098039 1 + xcode.syntax.identifier.type.system + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.7607843 0.8627451 0.9490196 1 + xcode.syntax.number + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.plain + 0.8705882 0.8705882 0.8705882 1 + xcode.syntax.preprocessor + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.string + 1.0000000 0.7333333 0.1607843 1 + xcode.syntax.url + 0.9568627 1.0000000 1.0000000 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/shrek.dvtcolortheme b/xcode/shrek.dvtcolortheme new file mode 100644 index 0000000..27eb90e --- /dev/null +++ b/xcode/shrek.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.5215686 0.4784314 0.3686275 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.6980392 0.8705882 0.3843137 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1333333 0.1333333 0.1333333 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.5215686 0.4784314 0.3686275 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.1333333 0.1333333 0.1333333 1 + DVTSourceTextBlockDimBackgroundColor + 0.0549020 0.0549020 0.0549020 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.1725490 0.1725490 0.1725490 1 + DVTSourceTextSelectionColor + 0.5215686 0.4784314 0.3686275 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.5215686 0.4784314 0.3686275 1 + xcode.syntax.character + 0.5215686 0.4784314 0.3686275 1 + xcode.syntax.comment + 0.3333333 0.3333333 0.3333333 1 + xcode.syntax.comment.doc + 0.4666667 0.4666667 0.4666667 1 + xcode.syntax.comment.doc.keyword + 0.4666667 0.4666667 0.4666667 1 + xcode.syntax.identifier.class + 0.5215686 0.4784314 0.3686275 1 + xcode.syntax.identifier.class.system + 0.5215686 0.4784314 0.3686275 1 + xcode.syntax.identifier.constant + 0.9411765 0.9490196 0.9215686 1 + xcode.syntax.identifier.constant.system + 0.9411765 0.9490196 0.9215686 1 + xcode.syntax.identifier.function + 0.9411765 0.9490196 0.9215686 1 + xcode.syntax.identifier.function.system + 0.9411765 0.9490196 0.9215686 1 + xcode.syntax.identifier.macro + 0.9411765 0.9490196 0.9215686 1 + xcode.syntax.identifier.macro.system + 0.9411765 0.9490196 0.9215686 1 + xcode.syntax.identifier.type + 0.9411765 0.9490196 0.9215686 1 + xcode.syntax.identifier.type.system + 0.5215686 0.4784314 0.3686275 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.7490196 0.7098039 0.6078431 1 + xcode.syntax.number + 0.5058824 0.9137255 0.0666667 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.5215686 0.4784314 0.3686275 1 + xcode.syntax.string + 0.5058824 0.9137255 0.0666667 1 + xcode.syntax.url + 0.9450980 0.9058824 0.8039216 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/slate.dvtcolortheme b/xcode/slate.dvtcolortheme new file mode 100644 index 0000000..f840a0b --- /dev/null +++ b/xcode/slate.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9215686 0.9215686 0.9568627 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9215686 0.9215686 0.9568627 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.5372549 0.6549020 0.6941176 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3372549 0.4117647 0.5058824 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9215686 0.9215686 0.9568627 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0980392 0.0980392 0.1215686 1 + DVTConsoleTextInsertionPointColor + 0.9215686 0.9215686 0.9568627 1 + DVTConsoleTextSelectionColor + 0.3372549 0.4117647 0.5058824 1 + DVTDebuggerInstructionPointerColor + 0.9215686 0.9215686 0.9568627 1 + DVTSourceTextBackground + 0.0980392 0.0980392 0.1215686 1 + DVTSourceTextBlockDimBackgroundColor + 0.0196078 0.0196078 0.0431373 1 + DVTSourceTextInsertionPointColor + 0.9215686 0.9215686 0.9568627 1 + DVTSourceTextInvisiblesColor + 0.1372549 0.1372549 0.1607843 1 + DVTSourceTextSelectionColor + 0.3372549 0.4117647 0.5058824 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.5372549 0.6549020 0.6941176 1 + xcode.syntax.character + 0.5372549 0.6549020 0.6941176 1 + xcode.syntax.comment + 0.3176471 0.3176471 0.4000000 1 + xcode.syntax.comment.doc + 0.4078431 0.4078431 0.5137255 1 + xcode.syntax.comment.doc.keyword + 0.4078431 0.4078431 0.5137255 1 + xcode.syntax.identifier.class + 0.5372549 0.6549020 0.6941176 1 + xcode.syntax.identifier.class.system + 0.5372549 0.6549020 0.6941176 1 + xcode.syntax.identifier.constant + 0.7960784 0.8549020 0.8352941 1 + xcode.syntax.identifier.constant.system + 0.7960784 0.8549020 0.8352941 1 + xcode.syntax.identifier.function + 0.7960784 0.8549020 0.8352941 1 + xcode.syntax.identifier.function.system + 0.7960784 0.8549020 0.8352941 1 + xcode.syntax.identifier.macro + 0.7960784 0.8549020 0.8352941 1 + xcode.syntax.identifier.macro.system + 0.7960784 0.8549020 0.8352941 1 + xcode.syntax.identifier.type + 0.7960784 0.8549020 0.8352941 1 + xcode.syntax.identifier.type.system + 0.5372549 0.6549020 0.6941176 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.3372549 0.4117647 0.5058824 1 + xcode.syntax.number + 0.6196078 0.6980392 0.8509804 1 + xcode.syntax.plain + 0.9215686 0.9215686 0.9568627 1 + xcode.syntax.preprocessor + 0.5372549 0.6549020 0.6941176 1 + xcode.syntax.string + 0.6196078 0.6980392 0.8509804 1 + xcode.syntax.url + 0.5333333 0.6078431 0.7019608 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/slime.dvtcolortheme b/xcode/slime.dvtcolortheme new file mode 100644 index 0000000..78c5f25 --- /dev/null +++ b/xcode/slime.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.6235294 0.7019608 0.7607843 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9803922 1.0000000 0.8588235 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1607843 0.1764706 0.1882353 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.7803922 0.6862745 0.2470588 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.1607843 0.1764706 0.1882353 1 + DVTSourceTextBlockDimBackgroundColor + 0.0823529 0.0980392 0.1098039 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.2000000 0.2156863 0.2274510 1 + DVTSourceTextSelectionColor + 0.7803922 0.6862745 0.2470588 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.6235294 0.7019608 0.7607843 1 + xcode.syntax.character + 0.6235294 0.7019608 0.7607843 1 + xcode.syntax.comment + 0.3098039 0.3529412 0.3882353 1 + xcode.syntax.comment.doc + 0.5019608 0.5686275 0.6235294 1 + xcode.syntax.comment.doc.keyword + 0.5019608 0.5686275 0.6235294 1 + xcode.syntax.identifier.class + 0.6235294 0.7019608 0.7607843 1 + xcode.syntax.identifier.class.system + 0.6235294 0.7019608 0.7607843 1 + xcode.syntax.identifier.constant + 0.7803922 0.6862745 0.2470588 1 + xcode.syntax.identifier.constant.system + 0.7803922 0.6862745 0.2470588 1 + xcode.syntax.identifier.function + 0.7803922 0.6862745 0.2470588 1 + xcode.syntax.identifier.function.system + 0.7803922 0.6862745 0.2470588 1 + xcode.syntax.identifier.macro + 0.7803922 0.6862745 0.2470588 1 + xcode.syntax.identifier.macro.system + 0.7803922 0.6862745 0.2470588 1 + xcode.syntax.identifier.type + 0.7803922 0.6862745 0.2470588 1 + xcode.syntax.identifier.type.system + 0.6235294 0.7019608 0.7607843 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.6235294 0.7019608 0.7607843 1 + xcode.syntax.number + 0.7803922 0.6862745 0.2470588 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.6235294 0.7019608 0.7607843 1 + xcode.syntax.string + 0.9803922 1.0000000 0.8588235 1 + xcode.syntax.url + 0.8196078 0.8980392 0.9568627 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/snappy.dvtcolortheme b/xcode/snappy.dvtcolortheme new file mode 100644 index 0000000..4bb5224 --- /dev/null +++ b/xcode/snappy.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9647059 0.3803922 0.3254902 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3058824 0.6313725 0.8745098 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.2235294 0.2235294 0.2235294 1 + DVTConsoleTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleTextSelectionColor + 0.9647059 0.3803922 0.3254902 1 + DVTDebuggerInstructionPointerColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextBackground + 0.2235294 0.2235294 0.2235294 1 + DVTSourceTextBlockDimBackgroundColor + 0.1450980 0.1450980 0.1450980 1 + DVTSourceTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextInvisiblesColor + 0.2627451 0.2627451 0.2627451 1 + DVTSourceTextSelectionColor + 0.9647059 0.3803922 0.3254902 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.character + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.comment + 0.4117647 0.4117647 0.4117647 1 + xcode.syntax.comment.doc + 0.5647059 0.5647059 0.5647059 1 + xcode.syntax.comment.doc.keyword + 0.5647059 0.5647059 0.5647059 1 + xcode.syntax.identifier.class + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.identifier.class.system + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.identifier.constant + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.constant.system + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.function + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.function.system + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.macro + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.macro.system + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.type + 0.5019608 0.5529412 0.8274510 1 + xcode.syntax.identifier.type.system + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.number + 0.3058824 0.6313725 0.8745098 1 + xcode.syntax.plain + 0.8901961 0.8862745 0.8784314 1 + xcode.syntax.preprocessor + 0.9647059 0.3803922 0.3254902 1 + xcode.syntax.string + 0.3058824 0.6313725 0.8745098 1 + xcode.syntax.url + 1.0000000 0.5764706 0.5215686 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/solarflare.dvtcolortheme b/xcode/solarflare.dvtcolortheme new file mode 100644 index 0000000..57f3770 --- /dev/null +++ b/xcode/solarflare.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 0.3058824 0.3137255 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9882353 0.5686275 0.2274510 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1333333 0.1333333 0.1333333 1 + DVTConsoleTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTConsoleTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTDebuggerInstructionPointerColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextBackground + 0.1333333 0.1333333 0.1333333 1 + DVTSourceTextBlockDimBackgroundColor + 0.0549020 0.0549020 0.0549020 1 + DVTSourceTextInsertionPointColor + 0.8901961 0.8862745 0.8784314 1 + DVTSourceTextInvisiblesColor + 0.1725490 0.1725490 0.1725490 1 + DVTSourceTextSelectionColor + 1.0000000 0.3058824 0.3137255 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.character + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.comment + 0.4666667 0.4666667 0.4666667 1 + xcode.syntax.comment.doc + 0.6078431 0.6078431 0.6078431 1 + xcode.syntax.comment.doc.keyword + 0.6078431 0.6078431 0.6078431 1 + xcode.syntax.identifier.class + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.identifier.class.system + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.identifier.constant + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.constant.system + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.function + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.function.system + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.macro + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.macro.system + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.type + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.identifier.type.system + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.number + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.plain + 0.8901961 0.8862745 0.8784314 1 + xcode.syntax.preprocessor + 1.0000000 0.3058824 0.3137255 1 + xcode.syntax.string + 0.9294118 0.8980392 0.4549020 1 + xcode.syntax.url + 1.0000000 0.5019608 0.5098039 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/sourlick.dvtcolortheme b/xcode/sourlick.dvtcolortheme new file mode 100644 index 0000000..3e9657f --- /dev/null +++ b/xcode/sourlick.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.5411765 0.7607843 0.4784314 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.9294118 0.9490196 0.3215686 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1803922 0.1725490 0.1686275 1 + DVTConsoleTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleTextSelectionColor + 0.3176471 0.5607843 0.0509804 1 + DVTDebuggerInstructionPointerColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextBackground + 0.1803922 0.1725490 0.1686275 1 + DVTSourceTextBlockDimBackgroundColor + 0.1019608 0.0941176 0.0901961 1 + DVTSourceTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextInvisiblesColor + 0.2196078 0.2117647 0.2078431 1 + DVTSourceTextSelectionColor + 0.3176471 0.5607843 0.0509804 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.character + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.comment + 0.3803922 0.3490196 0.3254902 1 + xcode.syntax.comment.doc + 0.5725490 0.5254902 0.4901961 1 + xcode.syntax.comment.doc.keyword + 0.5725490 0.5254902 0.4901961 1 + xcode.syntax.identifier.class + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.identifier.class.system + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.identifier.constant + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.constant.system + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.function + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.function.system + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.macro + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.macro.system + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.type + 0.7411765 0.9607843 0.1333333 1 + xcode.syntax.identifier.type.system + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.8235294 0.9215686 0.1921569 1 + xcode.syntax.number + 0.9882353 0.3450980 0.0470588 1 + xcode.syntax.plain + 0.8705882 0.8705882 0.8705882 1 + xcode.syntax.preprocessor + 0.5411765 0.7607843 0.4784314 1 + xcode.syntax.string + 0.8941176 1.0000000 0.2000000 1 + xcode.syntax.url + 1.0000000 1.0000000 0.3882353 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/spearmint.dvtcolortheme b/xcode/spearmint.dvtcolortheme new file mode 100644 index 0000000..b9baa39 --- /dev/null +++ b/xcode/spearmint.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.4431373 0.5882353 0.5725490 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.4431373 0.5882353 0.5725490 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.1450980 0.5019608 0.5411765 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.4117647 0.6784314 0.7098039 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.4431373 0.5882353 0.5725490 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.8823529 0.9411765 0.9333333 1 + DVTConsoleTextInsertionPointColor + 0.4431373 0.5882353 0.5725490 1 + DVTConsoleTextSelectionColor + 0.1450980 0.5019608 0.5411765 1 + DVTDebuggerInstructionPointerColor + 0.4431373 0.5882353 0.5725490 1 + DVTSourceTextBackground + 0.8823529 0.9411765 0.9333333 1 + DVTSourceTextBlockDimBackgroundColor + 0.8039216 0.8627451 0.8549020 1 + DVTSourceTextInsertionPointColor + 0.4431373 0.5882353 0.5725490 1 + DVTSourceTextInvisiblesColor + 0.9215686 0.9803922 0.9725490 1 + DVTSourceTextSelectionColor + 0.1450980 0.5019608 0.5411765 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.1450980 0.5019608 0.5411765 1 + xcode.syntax.character + 0.1450980 0.5019608 0.5411765 1 + xcode.syntax.comment + 0.5764706 0.7803922 0.7529412 1 + xcode.syntax.comment.doc + 0.4470588 0.6196078 0.5960784 1 + xcode.syntax.comment.doc.keyword + 0.4470588 0.6196078 0.5960784 1 + xcode.syntax.identifier.class + 0.1450980 0.5019608 0.5411765 1 + xcode.syntax.identifier.class.system + 0.1450980 0.5019608 0.5411765 1 + xcode.syntax.identifier.constant + 0.2980392 0.8431373 0.8784314 1 + xcode.syntax.identifier.constant.system + 0.2980392 0.8431373 0.8784314 1 + xcode.syntax.identifier.function + 0.2980392 0.8431373 0.8784314 1 + xcode.syntax.identifier.function.system + 0.2980392 0.8431373 0.8784314 1 + xcode.syntax.identifier.macro + 0.2980392 0.8431373 0.8784314 1 + xcode.syntax.identifier.macro.system + 0.2980392 0.8431373 0.8784314 1 + xcode.syntax.identifier.type + 0.2980392 0.8431373 0.8784314 1 + xcode.syntax.identifier.type.system + 0.1450980 0.5019608 0.5411765 1 + xcode.syntax.identifier.variable + 0.6392157 0.7843137 0.7686275 1 + xcode.syntax.identifier.variable.system + 0.6392157 0.7843137 0.7686275 1 + xcode.syntax.keyword + 0.4117647 0.6784314 0.7098039 1 + xcode.syntax.number + 0.0980392 0.6235294 0.6588235 1 + xcode.syntax.plain + 0.4431373 0.5882353 0.5725490 1 + xcode.syntax.preprocessor + 0.1450980 0.5019608 0.5411765 1 + xcode.syntax.string + 0.2980392 0.8431373 0.8784314 1 + xcode.syntax.url + 0.6078431 0.8745098 0.9058824 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/stark.dvtcolortheme b/xcode/stark.dvtcolortheme new file mode 100644 index 0000000..51a5525 --- /dev/null +++ b/xcode/stark.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.9411765 0.1921569 0.0745098 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 1.0000000 0.7333333 0.1607843 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1803922 0.1725490 0.1686275 1 + DVTConsoleTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTConsoleTextSelectionColor + 0.9411765 0.1921569 0.0745098 1 + DVTDebuggerInstructionPointerColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextBackground + 0.1803922 0.1725490 0.1686275 1 + DVTSourceTextBlockDimBackgroundColor + 0.1019608 0.0941176 0.0901961 1 + DVTSourceTextInsertionPointColor + 0.8705882 0.8705882 0.8705882 1 + DVTSourceTextInvisiblesColor + 0.2196078 0.2117647 0.2078431 1 + DVTSourceTextSelectionColor + 0.9411765 0.1921569 0.0745098 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.character + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.comment + 0.3803922 0.3490196 0.3254902 1 + xcode.syntax.comment.doc + 0.5294118 0.4901961 0.4627451 1 + xcode.syntax.comment.doc.keyword + 0.5294118 0.4901961 0.4627451 1 + xcode.syntax.identifier.class + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.class.system + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.constant + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.constant.system + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.function + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.function.system + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.macro + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.macro.system + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.type + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.type.system + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.6666667 0.6666667 0.6666667 1 + xcode.syntax.number + 0.3803922 0.4980392 0.6274510 1 + xcode.syntax.plain + 0.8705882 0.8705882 0.8705882 1 + xcode.syntax.preprocessor + 0.9411765 0.1921569 0.0745098 1 + xcode.syntax.string + 1.0000000 0.7333333 0.1607843 1 + xcode.syntax.url + 0.8627451 0.8627451 0.8627451 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/super.dvtcolortheme b/xcode/super.dvtcolortheme new file mode 100644 index 0000000..16804b8 --- /dev/null +++ b/xcode/super.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.8392157 0.0078431 0.3411765 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.3647059 0.4039216 0.6784314 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0823529 0.0980392 0.1137255 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.8941176 0.3372549 0.2078431 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.0823529 0.0980392 0.1137255 1 + DVTSourceTextBlockDimBackgroundColor + 0.0039216 0.0196078 0.0352941 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.1215686 0.1372549 0.1529412 1 + DVTSourceTextSelectionColor + 0.8941176 0.3372549 0.2078431 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.8392157 0.0078431 0.3411765 1 + xcode.syntax.character + 0.8392157 0.0078431 0.3411765 1 + xcode.syntax.comment + 0.2745098 0.3254902 0.3764706 1 + xcode.syntax.comment.doc + 0.3921569 0.4666667 0.5411765 1 + xcode.syntax.comment.doc.keyword + 0.3921569 0.4666667 0.5411765 1 + xcode.syntax.identifier.class + 0.8392157 0.0078431 0.3411765 1 + xcode.syntax.identifier.class.system + 0.8392157 0.0078431 0.3411765 1 + xcode.syntax.identifier.constant + 0.8941176 0.3372549 0.2078431 1 + xcode.syntax.identifier.constant.system + 0.8941176 0.3372549 0.2078431 1 + xcode.syntax.identifier.function + 0.8941176 0.3372549 0.2078431 1 + xcode.syntax.identifier.function.system + 0.8941176 0.3372549 0.2078431 1 + xcode.syntax.identifier.macro + 0.8941176 0.3372549 0.2078431 1 + xcode.syntax.identifier.macro.system + 0.8941176 0.3372549 0.2078431 1 + xcode.syntax.identifier.type + 0.8941176 0.3372549 0.2078431 1 + xcode.syntax.identifier.type.system + 0.8392157 0.0078431 0.3411765 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.3647059 0.4039216 0.6784314 1 + xcode.syntax.number + 0.9686275 0.6352941 0.1058824 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.8392157 0.0078431 0.3411765 1 + xcode.syntax.string + 0.9686275 0.6352941 0.1058824 1 + xcode.syntax.url + 0.5607843 0.6000000 0.8745098 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/tonic.dvtcolortheme b/xcode/tonic.dvtcolortheme new file mode 100644 index 0000000..35c2048 --- /dev/null +++ b/xcode/tonic.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9333333 0.9333333 0.9333333 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9333333 0.9333333 0.9333333 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.7215686 0.8039216 0.2666667 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.4588235 0.6313725 0.6431373 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9333333 0.9333333 0.9333333 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1647059 0.1843137 0.1921569 1 + DVTConsoleTextInsertionPointColor + 0.9333333 0.9333333 0.9333333 1 + DVTConsoleTextSelectionColor + 0.4588235 0.6313725 0.6431373 1 + DVTDebuggerInstructionPointerColor + 0.9333333 0.9333333 0.9333333 1 + DVTSourceTextBackground + 0.1647059 0.1843137 0.1921569 1 + DVTSourceTextBlockDimBackgroundColor + 0.0862745 0.1058824 0.1137255 1 + DVTSourceTextInsertionPointColor + 0.9333333 0.9333333 0.9333333 1 + DVTSourceTextInvisiblesColor + 0.2039216 0.2235294 0.2313725 1 + DVTSourceTextSelectionColor + 0.4588235 0.6313725 0.6431373 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.7215686 0.8039216 0.2666667 1 + xcode.syntax.character + 0.7215686 0.8039216 0.2666667 1 + xcode.syntax.comment + 0.2901961 0.3254902 0.3372549 1 + xcode.syntax.comment.doc + 0.4039216 0.4588235 0.4784314 1 + xcode.syntax.comment.doc.keyword + 0.4039216 0.4588235 0.4784314 1 + xcode.syntax.identifier.class + 0.7215686 0.8039216 0.2666667 1 + xcode.syntax.identifier.class.system + 0.7215686 0.8039216 0.2666667 1 + xcode.syntax.identifier.constant + 0.9921569 0.6235294 0.3490196 1 + xcode.syntax.identifier.constant.system + 0.9921569 0.6235294 0.3490196 1 + xcode.syntax.identifier.function + 0.9921569 0.6235294 0.3490196 1 + xcode.syntax.identifier.function.system + 0.9921569 0.6235294 0.3490196 1 + xcode.syntax.identifier.macro + 0.9921569 0.6235294 0.3490196 1 + xcode.syntax.identifier.macro.system + 0.9921569 0.6235294 0.3490196 1 + xcode.syntax.identifier.type + 0.9921569 0.6235294 0.3490196 1 + xcode.syntax.identifier.type.system + 0.7215686 0.8039216 0.2666667 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.9372549 0.4313725 0.2666667 1 + xcode.syntax.number + 0.7215686 0.8039216 0.2666667 1 + xcode.syntax.plain + 0.9333333 0.9333333 0.9333333 1 + xcode.syntax.preprocessor + 0.7215686 0.8039216 0.2666667 1 + xcode.syntax.string + 0.7215686 0.8039216 0.2666667 1 + xcode.syntax.url + 1.0000000 0.6274510 0.4627451 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/tribal.dvtcolortheme b/xcode/tribal.dvtcolortheme new file mode 100644 index 0000000..01dff43 --- /dev/null +++ b/xcode/tribal.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.3725490 0.3333333 0.5098039 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.7686275 0.2078431 0.2078431 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0980392 0.0980392 0.1137255 1 + DVTConsoleTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleTextSelectionColor + 0.2784314 0.5843137 0.6039216 1 + DVTDebuggerInstructionPointerColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextBackground + 0.0980392 0.0980392 0.1137255 1 + DVTSourceTextBlockDimBackgroundColor + 0.0196078 0.0196078 0.0352941 1 + DVTSourceTextInsertionPointColor + 1.0000000 1.0000000 1.0000000 1 + DVTSourceTextInvisiblesColor + 0.1372549 0.1372549 0.1529412 1 + DVTSourceTextSelectionColor + 0.2784314 0.5843137 0.6039216 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.3725490 0.3333333 0.5098039 1 + xcode.syntax.character + 0.3725490 0.3333333 0.5098039 1 + xcode.syntax.comment + 0.2901961 0.2901961 0.3294118 1 + xcode.syntax.comment.doc + 0.3843137 0.3843137 0.4313725 1 + xcode.syntax.comment.doc.keyword + 0.3843137 0.3843137 0.4313725 1 + xcode.syntax.identifier.class + 0.3725490 0.3333333 0.5098039 1 + xcode.syntax.identifier.class.system + 0.3725490 0.3333333 0.5098039 1 + xcode.syntax.identifier.constant + 0.8784314 0.8666667 0.9215686 1 + xcode.syntax.identifier.constant.system + 0.8784314 0.8666667 0.9215686 1 + xcode.syntax.identifier.function + 0.8784314 0.8666667 0.9215686 1 + xcode.syntax.identifier.function.system + 0.8784314 0.8666667 0.9215686 1 + xcode.syntax.identifier.macro + 0.8784314 0.8666667 0.9215686 1 + xcode.syntax.identifier.macro.system + 0.8784314 0.8666667 0.9215686 1 + xcode.syntax.identifier.type + 0.8784314 0.8666667 0.9215686 1 + xcode.syntax.identifier.type.system + 0.3725490 0.3333333 0.5098039 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.3725490 0.3333333 0.5098039 1 + xcode.syntax.number + 0.3921569 0.6823529 0.7019608 1 + xcode.syntax.plain + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.preprocessor + 0.3725490 0.3333333 0.5098039 1 + xcode.syntax.string + 0.3921569 0.6823529 0.7019608 1 + xcode.syntax.url + 0.5686275 0.5294118 0.7058824 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/tron.dvtcolortheme b/xcode/tron.dvtcolortheme new file mode 100644 index 0000000..918ab47 --- /dev/null +++ b/xcode/tron.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 1.0000000 1.0000000 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.1490196 0.4980392 0.7098039 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.0784314 0.0980392 0.1215686 1 + DVTConsoleTextInsertionPointColor + 0.6823529 0.7607843 0.8784314 1 + DVTConsoleTextSelectionColor + 0.4784314 0.6078431 0.7607843 1 + DVTDebuggerInstructionPointerColor + 0.6823529 0.7607843 0.8784314 1 + DVTSourceTextBackground + 0.0784314 0.0980392 0.1215686 1 + DVTSourceTextBlockDimBackgroundColor + 0.0000000 0.0196078 0.0431373 1 + DVTSourceTextInsertionPointColor + 0.6823529 0.7607843 0.8784314 1 + DVTSourceTextInvisiblesColor + 0.1176471 0.1372549 0.1607843 1 + DVTSourceTextSelectionColor + 0.4784314 0.6078431 0.7607843 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.character + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.comment + 0.1960784 0.2627451 0.3411765 1 + xcode.syntax.comment.doc + 0.3019608 0.4039216 0.5215686 1 + xcode.syntax.comment.doc.keyword + 0.3019608 0.4039216 0.5215686 1 + xcode.syntax.identifier.class + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.class.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.constant.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.function.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.macro.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.type.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable + 0.8784314 0.9568627 1.0000000 1 + xcode.syntax.identifier.variable.system + 0.8784314 0.9568627 1.0000000 1 + xcode.syntax.keyword + 0.4549020 0.5411765 0.6509804 1 + xcode.syntax.number + 0.4313725 0.8862745 1.0000000 1 + xcode.syntax.plain + 0.6823529 0.7607843 0.8784314 1 + xcode.syntax.preprocessor + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.string + 0.4313725 0.8862745 1.0000000 1 + xcode.syntax.url + 0.6509804 0.7372549 0.8470588 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/turnip.dvtcolortheme b/xcode/turnip.dvtcolortheme new file mode 100644 index 0000000..bacf9f7 --- /dev/null +++ b/xcode/turnip.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.2823529 0.4901961 0.4627451 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.5725490 0.7098039 0.3725490 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1019608 0.1058824 0.1137255 1 + DVTConsoleTextInsertionPointColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleTextSelectionColor + 0.2823529 0.4901961 0.4627451 1 + DVTDebuggerInstructionPointerColor + 0.9294118 0.8784314 0.8078431 1 + DVTSourceTextBackground + 0.1019608 0.1058824 0.1137255 1 + DVTSourceTextBlockDimBackgroundColor + 0.0235294 0.0274510 0.0352941 1 + DVTSourceTextInsertionPointColor + 0.9294118 0.8784314 0.8078431 1 + DVTSourceTextInvisiblesColor + 0.1411765 0.1450980 0.1529412 1 + DVTSourceTextSelectionColor + 0.2823529 0.4901961 0.4627451 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.character + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.comment + 0.4784314 0.4470588 0.4039216 1 + xcode.syntax.comment.doc + 0.6823529 0.6392157 0.5843137 1 + xcode.syntax.comment.doc.keyword + 0.6823529 0.6392157 0.5843137 1 + xcode.syntax.identifier.class + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.identifier.class.system + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.identifier.constant + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.constant.system + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.function + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.function.system + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.macro + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.macro.system + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.type + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.identifier.type.system + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.5725490 0.7098039 0.3725490 1 + xcode.syntax.number + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.plain + 0.9294118 0.8784314 0.8078431 1 + xcode.syntax.preprocessor + 0.2823529 0.4901961 0.4627451 1 + xcode.syntax.string + 0.9098039 0.8549020 0.3686275 1 + xcode.syntax.url + 0.7686275 0.9058824 0.5686275 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/yule.dvtcolortheme b/xcode/yule.dvtcolortheme new file mode 100644 index 0000000..c91cb0b --- /dev/null +++ b/xcode/yule.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 0.8392157 0.1921569 0.1921569 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.2235294 0.7215686 0.1215686 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1686275 0.1647059 0.1529412 1 + DVTConsoleTextInsertionPointColor + 0.9294118 0.8784314 0.8078431 1 + DVTConsoleTextSelectionColor + 0.8392157 0.1921569 0.1921569 1 + DVTDebuggerInstructionPointerColor + 0.9294118 0.8784314 0.8078431 1 + DVTSourceTextBackground + 0.1686275 0.1647059 0.1529412 1 + DVTSourceTextBlockDimBackgroundColor + 0.0901961 0.0862745 0.0745098 1 + DVTSourceTextInsertionPointColor + 0.9294118 0.8784314 0.8078431 1 + DVTSourceTextInvisiblesColor + 0.2078431 0.2039216 0.1921569 1 + DVTSourceTextSelectionColor + 0.8392157 0.1921569 0.1921569 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 0.8392157 0.1921569 0.1921569 1 + xcode.syntax.character + 0.8392157 0.1921569 0.1921569 1 + xcode.syntax.comment + 0.4784314 0.4470588 0.4039216 1 + xcode.syntax.comment.doc + 0.7411765 0.6823529 0.6039216 1 + xcode.syntax.comment.doc.keyword + 0.7411765 0.6823529 0.6039216 1 + xcode.syntax.identifier.class + 0.8392157 0.1921569 0.1921569 1 + xcode.syntax.identifier.class.system + 0.8392157 0.1921569 0.1921569 1 + xcode.syntax.identifier.constant + 0.9215686 0.7137255 0.1490196 1 + xcode.syntax.identifier.constant.system + 0.9215686 0.7137255 0.1490196 1 + xcode.syntax.identifier.function + 0.9215686 0.7137255 0.1490196 1 + xcode.syntax.identifier.function.system + 0.9215686 0.7137255 0.1490196 1 + xcode.syntax.identifier.macro + 0.9215686 0.7137255 0.1490196 1 + xcode.syntax.identifier.macro.system + 0.9215686 0.7137255 0.1490196 1 + xcode.syntax.identifier.type + 0.9215686 0.7137255 0.1490196 1 + xcode.syntax.identifier.type.system + 0.8392157 0.1921569 0.1921569 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 0.2235294 0.7215686 0.1215686 1 + xcode.syntax.number + 0.9215686 0.7137255 0.1490196 1 + xcode.syntax.plain + 0.9294118 0.8784314 0.8078431 1 + xcode.syntax.preprocessor + 0.8392157 0.1921569 0.1921569 1 + xcode.syntax.string + 0.9215686 0.7137255 0.1490196 1 + xcode.syntax.url + 0.4196078 0.9176471 0.3176471 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + + diff --git a/xcode/zacks.dvtcolortheme b/xcode/zacks.dvtcolortheme new file mode 100644 index 0000000..18c007f --- /dev/null +++ b/xcode/zacks.dvtcolortheme @@ -0,0 +1,153 @@ + + + + + + DVTConsoleDebuggerInputTextColor + 0.9411765 0.9411765 0.9411765 1 + DVTConsoleDebuggerInputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerOutputTextColor + 0.9411765 0.9411765 0.9411765 1 + DVTConsoleDebuggerOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleDebuggerPromptTextColor + 1.0000000 0.4156863 0.2196078 1 + DVTConsoleDebuggerPromptTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableInputTextColor + 0.6117647 0.4901961 0.8588235 1 + DVTConsoleExectuableInputTextFont + Menlo-Bold - 12.0 + DVTConsoleExectuableOutputTextColor + 0.9411765 0.9411765 0.9411765 1 + DVTConsoleExectuableOutputTextFont + Menlo-Bold - 12.0 + DVTConsoleTextBackgroundColor + 0.1333333 0.1333333 0.1333333 1 + DVTConsoleTextInsertionPointColor + 0.9411765 0.9411765 0.9411765 1 + DVTConsoleTextSelectionColor + 0.6117647 0.4901961 0.8588235 1 + DVTDebuggerInstructionPointerColor + 0.9411765 0.9411765 0.9411765 1 + DVTSourceTextBackground + 0.1333333 0.1333333 0.1333333 1 + DVTSourceTextBlockDimBackgroundColor + 0.0549020 0.0549020 0.0549020 1 + DVTSourceTextInsertionPointColor + 0.9411765 0.9411765 0.9411765 1 + DVTSourceTextInvisiblesColor + 0.1725490 0.1725490 0.1725490 1 + DVTSourceTextSelectionColor + 0.6117647 0.4901961 0.8588235 1 + DVTSourceTextSyntaxColors + + xcode.syntax.attribute + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.character + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.comment + 0.4666667 0.4666667 0.4666667 1 + xcode.syntax.comment.doc + 0.6862745 0.6862745 0.6862745 1 + xcode.syntax.comment.doc.keyword + 0.6862745 0.6862745 0.6862745 1 + xcode.syntax.identifier.class + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.identifier.class.system + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.identifier.constant + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.constant.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.function.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.macro.system + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.identifier.type.system + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.identifier.variable + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.identifier.variable.system + 1.0000000 1.0000000 1.0000000 1 + xcode.syntax.keyword + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.number + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.plain + 0.9411765 0.9411765 0.9411765 1 + xcode.syntax.preprocessor + 1.0000000 0.4156863 0.2196078 1 + xcode.syntax.string + 0.7372549 0.8313725 0.1647059 1 + xcode.syntax.url + 1.0000000 0.6117647 0.4156863 1 + + DVTSourceTextSyntaxFonts + + xcode.syntax.attribute + Menlo-Regular - 12.0 + xcode.syntax.character + Menlo-Regular - 12.0 + xcode.syntax.comment + Menlo-Regular - 12.0 + xcode.syntax.comment.doc + Menlo-Regular - 12.0 + xcode.syntax.comment.doc.keyword + Menlo-Regular - 12.0 + xcode.syntax.identifier.class + Menlo-Regular - 12.0 + xcode.syntax.identifier.class.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant + Menlo-Regular - 12.0 + xcode.syntax.identifier.constant.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.function + Menlo-Regular - 12.0 + xcode.syntax.identifier.function.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro + Menlo-Regular - 12.0 + xcode.syntax.identifier.macro.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.type + Menlo-Regular - 12.0 + xcode.syntax.identifier.type.system + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable + Menlo-Regular - 12.0 + xcode.syntax.identifier.variable.system + Menlo-Regular - 12.0 + xcode.syntax.keyword + Menlo-Regular - 12.0 + xcode.syntax.number + Menlo-Regular - 12.0 + xcode.syntax.plain + Menlo-Regular - 12.0 + xcode.syntax.preprocessor + Menlo-Regular - 12.0 + xcode.syntax.string + Menlo-Regular - 12.0 + xcode.syntax.url + Menlo-Regular - 12.0 + + +