├── README.md ├── preview.png ├── v1 ├── WWDC2016.dvtcolortheme └── WWDC2016f.dvtcolortheme └── v2 ├── WWDC16a App.dvtcolortheme ├── WWDC16a Civic.dvtcolortheme ├── WWDC16a Invite.dvtcolortheme ├── WWDC16b App.dvtcolortheme ├── WWDC16b Civic.dvtcolortheme ├── WWDC16b Invite.dvtcolortheme ├── WWDC16s App.dvtcolortheme ├── WWDC16s Civic.dvtcolortheme └── WWDC16s Invite.dvtcolortheme /README.md: -------------------------------------------------------------------------------- 1 | # WWDC2016-Xcode-Color-Scheme 2 | A color scheme for Xcode based on the WWDC 2016 invitation. 3 | 4 | ## Preview 5 | 6 | ![preview](preview.png) 7 | 8 | ## Installation Instructions 9 | 10 | 1. Clone or [download](https://github.com/cargath/WWDC2016-Xcode-Color-Scheme/archive/master.zip) the repository. 11 | 2. Move the .dvtcolortheme file to your Xcode themes folder (`~/Library/Developer/Xcode/UserData/FontAndColorThemes`). 12 | 3. Restart Xcode. 13 | 14 | ## Changelog 15 | 16 | - 1.0 Original version 17 | - 1.1 Added a version with improvements for real-world coding proposed by [Sergej Jaskiewicz](https://github.com/broadwaylamb) 18 | - 2.0 Added a completely revamped version that tries to stick more closely to the (wildly incosistent) coloring used by Apple. Also there are 3 themes (two to accommodate different user preferences and one used on Apples slides at WWDC16) with 3 different tones (one taken directly from the WWDC16 page, one uses the colors Apples WWDC API returns for the different tracks and one inspired by the new Xcode 8 "Civic" theme) now. 19 | -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cargath/WWDC2016-Xcode-Color-Scheme/845a6ec3b54586507023de40884d8d8d9b9dc250/preview.png -------------------------------------------------------------------------------- /v1/WWDC2016.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.972549 0.972549 0.94902 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.972549 0.972549 0.94902 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.4 0.85098 0.937255 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.972549 0.972549 0.94902 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.972549 0.972549 0.94902 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.121569 0.129412 0.156863 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.972549 0.972549 0.94902 1 29 | DVTConsoleTextSelectionColor 30 | 0.286275 0.282353 0.243137 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.65098 0.886275 0.180392 1 33 | DVTMarkupTextBackgroundColor 34 | 0.220706 0.224314 0.202667 1 35 | DVTMarkupTextBorderColor 36 | 0.283049 0.286369 0.266453 1 37 | DVTMarkupTextCodeFont 38 | Menlo-Regular - 10.0 39 | DVTMarkupTextEmphasisColor 40 | 0.976471 0.972549 0.960784 1 41 | DVTMarkupTextEmphasisFont 42 | .SFNSText-Italic - 10.0 43 | DVTMarkupTextInlineCodeColor 44 | 0.976471 0.972549 0.960784 0.7 45 | DVTMarkupTextLinkColor 46 | 0.682353 0.505882 1 1 47 | DVTMarkupTextLinkFont 48 | .SFNSText-Regular - 10.0 49 | DVTMarkupTextNormalColor 50 | 0.976471 0.972549 0.960784 1 51 | DVTMarkupTextNormalFont 52 | .SFNSText-Regular - 10.0 53 | DVTMarkupTextOtherHeadingColor 54 | 0.976471 0.972549 0.960784 0.5 55 | DVTMarkupTextOtherHeadingFont 56 | .SFNSText-Regular - 14.0 57 | DVTMarkupTextPrimaryHeadingColor 58 | 0.976471 0.972549 0.960784 1 59 | DVTMarkupTextPrimaryHeadingFont 60 | .SFNSDisplay-Regular - 24.0 61 | DVTMarkupTextSecondaryHeadingColor 62 | 0.976471 0.972549 0.960784 1 63 | DVTMarkupTextSecondaryHeadingFont 64 | .SFNSText-Regular - 18.0 65 | DVTMarkupTextStrongColor 66 | 0.976471 0.972549 0.960784 1 67 | DVTMarkupTextStrongFont 68 | .SFNSText-Bold - 10.0 69 | DVTSourceTextBackground 70 | 0.121569 0.129412 0.156863 1 71 | DVTSourceTextBlockDimBackgroundColor 72 | 0.5 0.5 0.5 1 73 | DVTSourceTextInsertionPointColor 74 | 0.972549 0.972549 0.94902 1 75 | DVTSourceTextInvisiblesColor 76 | 0.458824 0.443137 0.368627 1 77 | DVTSourceTextSelectionColor 78 | 1 1 1 0.145986 79 | DVTSourceTextSyntaxColors 80 | 81 | xcode.syntax.attribute 82 | 0.458824 0.47451 0.741176 1 83 | xcode.syntax.character 84 | 0.521569 0.74902 0.364706 1 85 | xcode.syntax.comment 86 | 0.388235 0.658824 0.270588 1 87 | xcode.syntax.comment.doc 88 | 0.388235 0.658824 0.270588 1 89 | xcode.syntax.comment.doc.keyword 90 | 0.960784 0.956863 0.945098 1 91 | xcode.syntax.identifier.class 92 | 0.72549 0.486275 0.313725 1 93 | xcode.syntax.identifier.class.system 94 | 0.72549 0.486275 0.313725 1 95 | xcode.syntax.identifier.constant 96 | 0.701961 0.215686 0.215686 1 97 | xcode.syntax.identifier.constant.system 98 | 0.701961 0.215686 0.215686 1 99 | xcode.syntax.identifier.function 100 | 0.72549 0.486275 0.313725 1 101 | xcode.syntax.identifier.function.system 102 | 0.72549 0.486275 0.313725 1 103 | xcode.syntax.identifier.macro 104 | 0.701961 0.215686 0.215686 1 105 | xcode.syntax.identifier.macro.system 106 | 0.701961 0.215686 0.215686 1 107 | xcode.syntax.identifier.type 108 | 0.576471 0.219608 0.529412 1 109 | xcode.syntax.identifier.type.system 110 | 0.72549 0.486275 0.313725 1 111 | xcode.syntax.identifier.variable 112 | 0.576471 0.219608 0.529412 1 113 | xcode.syntax.identifier.variable.system 114 | 0.576471 0.219608 0.529412 1 115 | xcode.syntax.keyword 116 | 0.254902 0.607843 0.572549 1 117 | xcode.syntax.number 118 | 0.521569 0.74902 0.364706 1 119 | xcode.syntax.plain 120 | 0.976471 0.972549 0.960784 1 121 | xcode.syntax.preprocessor 122 | 0.254902 0.607843 0.572549 1 123 | xcode.syntax.string 124 | 0.521569 0.74902 0.364706 1 125 | xcode.syntax.url 126 | 0.458824 0.47451 0.741176 1 127 | 128 | DVTSourceTextSyntaxFonts 129 | 130 | xcode.syntax.attribute 131 | Menlo-Regular - 12.0 132 | xcode.syntax.character 133 | Menlo-Regular - 12.0 134 | xcode.syntax.comment 135 | Menlo-Regular - 12.0 136 | xcode.syntax.comment.doc 137 | Menlo-Regular - 12.0 138 | xcode.syntax.comment.doc.keyword 139 | Menlo-Regular - 12.0 140 | xcode.syntax.identifier.class 141 | Menlo-Regular - 12.0 142 | xcode.syntax.identifier.class.system 143 | Menlo-Regular - 12.0 144 | xcode.syntax.identifier.constant 145 | Menlo-Regular - 12.0 146 | xcode.syntax.identifier.constant.system 147 | Menlo-Regular - 12.0 148 | xcode.syntax.identifier.function 149 | Menlo-Regular - 12.0 150 | xcode.syntax.identifier.function.system 151 | Menlo-Regular - 12.0 152 | xcode.syntax.identifier.macro 153 | Menlo-Regular - 12.0 154 | xcode.syntax.identifier.macro.system 155 | Menlo-Regular - 12.0 156 | xcode.syntax.identifier.type 157 | Menlo-Regular - 12.0 158 | xcode.syntax.identifier.type.system 159 | Menlo-Regular - 12.0 160 | xcode.syntax.identifier.variable 161 | Menlo-Regular - 12.0 162 | xcode.syntax.identifier.variable.system 163 | Menlo-Regular - 12.0 164 | xcode.syntax.keyword 165 | Menlo-Regular - 12.0 166 | xcode.syntax.number 167 | Menlo-Regular - 12.0 168 | xcode.syntax.plain 169 | Menlo-Regular - 12.0 170 | xcode.syntax.preprocessor 171 | Menlo-Regular - 12.0 172 | xcode.syntax.string 173 | Menlo-Regular - 12.0 174 | xcode.syntax.url 175 | Menlo-Regular - 12.0 176 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /v1/WWDC2016f.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.972549 0.972549 0.94902 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.972549 0.972549 0.94902 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.4 0.85098 0.937255 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.972549 0.972549 0.94902 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.972549 0.972549 0.94902 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.121569 0.129412 0.156863 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.972549 0.972549 0.94902 1 29 | DVTConsoleTextSelectionColor 30 | 0.286275 0.282353 0.243137 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.65098 0.886275 0.180392 1 33 | DVTMarkupTextBackgroundColor 34 | 0.220706 0.224314 0.202667 1 35 | DVTMarkupTextBorderColor 36 | 0.283049 0.286369 0.266453 1 37 | DVTMarkupTextCodeFont 38 | Menlo-Regular - 10.0 39 | DVTMarkupTextEmphasisColor 40 | 0.976471 0.972549 0.960784 1 41 | DVTMarkupTextEmphasisFont 42 | .SFNSText-Italic - 10.0 43 | DVTMarkupTextInlineCodeColor 44 | 0.976471 0.972549 0.960784 0.7 45 | DVTMarkupTextLinkColor 46 | 0.682353 0.505882 1 1 47 | DVTMarkupTextLinkFont 48 | .SFNSText-Regular - 10.0 49 | DVTMarkupTextNormalColor 50 | 0.976471 0.972549 0.960784 1 51 | DVTMarkupTextNormalFont 52 | .SFNSText-Regular - 10.0 53 | DVTMarkupTextOtherHeadingColor 54 | 0.976471 0.972549 0.960784 0.5 55 | DVTMarkupTextOtherHeadingFont 56 | .SFNSText-Regular - 14.0 57 | DVTMarkupTextPrimaryHeadingColor 58 | 0.976471 0.972549 0.960784 1 59 | DVTMarkupTextPrimaryHeadingFont 60 | .SFNSDisplay-Regular - 24.0 61 | DVTMarkupTextSecondaryHeadingColor 62 | 0.976471 0.972549 0.960784 1 63 | DVTMarkupTextSecondaryHeadingFont 64 | .SFNSText-Regular - 18.0 65 | DVTMarkupTextStrongColor 66 | 0.976471 0.972549 0.960784 1 67 | DVTMarkupTextStrongFont 68 | .SFNSText-Bold - 10.0 69 | DVTSourceTextBackground 70 | 0.121569 0.129412 0.156863 1 71 | DVTSourceTextBlockDimBackgroundColor 72 | 0.5 0.5 0.5 1 73 | DVTSourceTextInsertionPointColor 74 | 0.972549 0.972549 0.94902 1 75 | DVTSourceTextInvisiblesColor 76 | 0.458824 0.443137 0.368627 1 77 | DVTSourceTextSelectionColor 78 | 1 1 1 0.145986 79 | DVTSourceTextSyntaxColors 80 | 81 | xcode.syntax.attribute 82 | 0.458824 0.47451 0.741176 1 83 | xcode.syntax.character 84 | 0.521569 0.74902 0.364706 1 85 | xcode.syntax.comment 86 | 0.388235 0.658824 0.270588 1 87 | xcode.syntax.comment.doc 88 | 0.388235 0.658824 0.270588 1 89 | xcode.syntax.comment.doc.keyword 90 | 0.960784 0.956863 0.945098 1 91 | xcode.syntax.identifier.class 92 | 0.72549 0.486275 0.313725 1 93 | xcode.syntax.identifier.class.system 94 | 0.576471 0.219608 0.529412 1 95 | xcode.syntax.identifier.constant 96 | 0.701961 0.215686 0.215686 1 97 | xcode.syntax.identifier.constant.system 98 | 0.701961 0.215686 0.215686 1 99 | xcode.syntax.identifier.function 100 | 0.663518 0.391142 0.221699 1 101 | xcode.syntax.identifier.function.system 102 | 0.688074 0.219608 0.529412 1 103 | xcode.syntax.identifier.macro 104 | 0.701961 0.215686 0.215686 1 105 | xcode.syntax.identifier.macro.system 106 | 0.701961 0.215686 0.215686 1 107 | xcode.syntax.identifier.type 108 | 0.72549 0.486275 0.313725 1 109 | xcode.syntax.identifier.type.system 110 | 0.576471 0.219608 0.529412 1 111 | xcode.syntax.identifier.variable 112 | 0.72549 0.486275 0.313725 1 113 | xcode.syntax.identifier.variable.system 114 | 0.576471 0.219608 0.529412 1 115 | xcode.syntax.keyword 116 | 0.254902 0.607843 0.572549 1 117 | xcode.syntax.number 118 | 0.521569 0.74902 0.364706 1 119 | xcode.syntax.plain 120 | 0.976471 0.972549 0.960784 1 121 | xcode.syntax.preprocessor 122 | 0.254902 0.607843 0.572549 1 123 | xcode.syntax.string 124 | 0.701961 0.215686 0.215686 1 125 | xcode.syntax.url 126 | 0.458824 0.47451 0.741176 1 127 | 128 | DVTSourceTextSyntaxFonts 129 | 130 | xcode.syntax.attribute 131 | Menlo-Regular - 12.0 132 | xcode.syntax.character 133 | Menlo-Regular - 12.0 134 | xcode.syntax.comment 135 | Menlo-Regular - 12.0 136 | xcode.syntax.comment.doc 137 | Menlo-Regular - 12.0 138 | xcode.syntax.comment.doc.keyword 139 | Menlo-Regular - 12.0 140 | xcode.syntax.identifier.class 141 | Menlo-Regular - 12.0 142 | xcode.syntax.identifier.class.system 143 | Menlo-Regular - 12.0 144 | xcode.syntax.identifier.constant 145 | Menlo-Regular - 12.0 146 | xcode.syntax.identifier.constant.system 147 | Menlo-Regular - 12.0 148 | xcode.syntax.identifier.function 149 | Menlo-Regular - 12.0 150 | xcode.syntax.identifier.function.system 151 | Menlo-Regular - 12.0 152 | xcode.syntax.identifier.macro 153 | Menlo-Regular - 12.0 154 | xcode.syntax.identifier.macro.system 155 | Menlo-Regular - 12.0 156 | xcode.syntax.identifier.type 157 | Menlo-Regular - 12.0 158 | xcode.syntax.identifier.type.system 159 | Menlo-Regular - 12.0 160 | xcode.syntax.identifier.variable 161 | Menlo-Regular - 12.0 162 | xcode.syntax.identifier.variable.system 163 | Menlo-Regular - 12.0 164 | xcode.syntax.keyword 165 | Menlo-Regular - 12.0 166 | xcode.syntax.number 167 | Menlo-Regular - 12.0 168 | xcode.syntax.plain 169 | Menlo-Regular - 12.0 170 | xcode.syntax.preprocessor 171 | Menlo-Regular - 12.0 172 | xcode.syntax.string 173 | Menlo-Regular - 12.0 174 | xcode.syntax.url 175 | Menlo-Regular - 12.0 176 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /v2/WWDC16a App.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.972549 0.972549 0.94902 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.972549 0.972549 0.94902 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.4 0.85098 0.937255 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.972549 0.972549 0.94902 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.972549 0.972549 0.94902 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.121569 0.129412 0.156863 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.972549 0.972549 0.94902 1 29 | DVTConsoleTextSelectionColor 30 | 0.286275 0.282353 0.243137 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.65098 0.886275 0.180392 1 33 | DVTMarkupTextBackgroundColor 34 | 0.220706 0.224314 0.202667 1 35 | DVTMarkupTextBorderColor 36 | 0.283049 0.286369 0.266453 1 37 | DVTMarkupTextCodeFont 38 | Menlo-Regular - 10.0 39 | DVTMarkupTextEmphasisColor 40 | 0.976471 0.972549 0.960784 1 41 | DVTMarkupTextEmphasisFont 42 | .SFNSText-Italic - 10.0 43 | DVTMarkupTextInlineCodeColor 44 | 0.976471 0.972549 0.960784 0.7 45 | DVTMarkupTextLinkColor 46 | 0.682353 0.505882 1 1 47 | DVTMarkupTextLinkFont 48 | .SFNSText-Regular - 10.0 49 | DVTMarkupTextNormalColor 50 | 0.976471 0.972549 0.960784 1 51 | DVTMarkupTextNormalFont 52 | .SFNSText-Regular - 10.0 53 | DVTMarkupTextOtherHeadingColor 54 | 0.976471 0.972549 0.960784 0.5 55 | DVTMarkupTextOtherHeadingFont 56 | .SFNSText-Regular - 14.0 57 | DVTMarkupTextPrimaryHeadingColor 58 | 0.976471 0.972549 0.960784 1 59 | DVTMarkupTextPrimaryHeadingFont 60 | .SFNSDisplay-Regular - 24.0 61 | DVTMarkupTextSecondaryHeadingColor 62 | 0.976471 0.972549 0.960784 1 63 | DVTMarkupTextSecondaryHeadingFont 64 | .SFNSText-Regular - 18.0 65 | DVTMarkupTextStrongColor 66 | 0.976471 0.972549 0.960784 1 67 | DVTMarkupTextStrongFont 68 | .SFNSText-Bold - 10.0 69 | DVTSourceTextBackground 70 | 0.121569 0.129412 0.156863 1 71 | DVTSourceTextBlockDimBackgroundColor 72 | 0.5 0.5 0.5 1 73 | DVTSourceTextInsertionPointColor 74 | 0.972549 0.972549 0.94902 1 75 | DVTSourceTextInvisiblesColor 76 | 0.458824 0.443137 0.368627 1 77 | DVTSourceTextSelectionColor 78 | 1 1 1 0.145986 79 | DVTSourceTextSyntaxColors 80 | 81 | xcode.syntax.attribute 82 | 1 1 1 1 83 | xcode.syntax.character 84 | 0.862745 0.352941 0.352941 1 85 | xcode.syntax.comment 86 | 0.34902 0.658824 0.333333 1 87 | xcode.syntax.comment.doc 88 | 0.34902 0.658824 0.333333 1 89 | xcode.syntax.comment.doc.keyword 90 | 0.960784 0.956863 0.945098 1 91 | xcode.syntax.identifier.class 92 | 0.898039 0.564706 0.32549 1 93 | xcode.syntax.identifier.class.system 94 | 0.152941 0.654902 0.607843 1 95 | xcode.syntax.identifier.constant 96 | 1 1 0.564706 1 97 | xcode.syntax.identifier.constant.system 98 | 0.321569 0.560784 0.8 1 99 | xcode.syntax.identifier.function 100 | 0.898039 0.564706 0.32549 1 101 | xcode.syntax.identifier.function.system 102 | 0.152941 0.654902 0.607843 1 103 | xcode.syntax.identifier.macro 104 | 1 1 0.564706 1 105 | xcode.syntax.identifier.macro.system 106 | 0.321569 0.560784 0.8 1 107 | xcode.syntax.identifier.type 108 | 0.898039 0.564706 0.32549 1 109 | xcode.syntax.identifier.type.system 110 | 0.152941 0.654902 0.607843 1 111 | xcode.syntax.identifier.variable 112 | 0.898039 0.564706 0.32549 1 113 | xcode.syntax.identifier.variable.system 114 | 0.152941 0.654902 0.607843 1 115 | xcode.syntax.keyword 116 | 0.690196 0.380392 0.619608 1 117 | xcode.syntax.number 118 | 0.862745 0.352941 0.352941 1 119 | xcode.syntax.plain 120 | 0.976471 0.972549 0.960784 1 121 | xcode.syntax.preprocessor 122 | 0.690196 0.380392 0.619608 1 123 | xcode.syntax.string 124 | 0.862745 0.352941 0.352941 1 125 | xcode.syntax.url 126 | 1 1 1 1 127 | 128 | DVTSourceTextSyntaxFonts 129 | 130 | xcode.syntax.attribute 131 | Menlo-Regular - 12.0 132 | xcode.syntax.character 133 | Menlo-Regular - 12.0 134 | xcode.syntax.comment 135 | Menlo-Regular - 12.0 136 | xcode.syntax.comment.doc 137 | Menlo-Regular - 12.0 138 | xcode.syntax.comment.doc.keyword 139 | Menlo-Regular - 12.0 140 | xcode.syntax.identifier.class 141 | Menlo-Regular - 12.0 142 | xcode.syntax.identifier.class.system 143 | Menlo-Regular - 12.0 144 | xcode.syntax.identifier.constant 145 | Menlo-Regular - 12.0 146 | xcode.syntax.identifier.constant.system 147 | Menlo-Regular - 12.0 148 | xcode.syntax.identifier.function 149 | Menlo-Regular - 12.0 150 | xcode.syntax.identifier.function.system 151 | Menlo-Regular - 12.0 152 | xcode.syntax.identifier.macro 153 | Menlo-Regular - 12.0 154 | xcode.syntax.identifier.macro.system 155 | Menlo-Regular - 12.0 156 | xcode.syntax.identifier.type 157 | Menlo-Regular - 12.0 158 | xcode.syntax.identifier.type.system 159 | Menlo-Regular - 12.0 160 | xcode.syntax.identifier.variable 161 | Menlo-Regular - 12.0 162 | xcode.syntax.identifier.variable.system 163 | Menlo-Regular - 12.0 164 | xcode.syntax.keyword 165 | Menlo-Regular - 12.0 166 | xcode.syntax.number 167 | Menlo-Regular - 12.0 168 | xcode.syntax.plain 169 | Menlo-Regular - 12.0 170 | xcode.syntax.preprocessor 171 | Menlo-Regular - 12.0 172 | xcode.syntax.string 173 | Menlo-Regular - 12.0 174 | xcode.syntax.url 175 | Menlo-Regular - 12.0 176 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /v2/WWDC16a Civic.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.972549 0.972549 0.94902 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.972549 0.972549 0.94902 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.4 0.85098 0.937255 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.972549 0.972549 0.94902 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.972549 0.972549 0.94902 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.121569 0.129412 0.156863 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.972549 0.972549 0.94902 1 29 | DVTConsoleTextSelectionColor 30 | 0.286275 0.282353 0.243137 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.65098 0.886275 0.180392 1 33 | DVTMarkupTextBackgroundColor 34 | 0.220706 0.224314 0.202667 1 35 | DVTMarkupTextBorderColor 36 | 0.283049 0.286369 0.266453 1 37 | DVTMarkupTextCodeFont 38 | Menlo-Regular - 10.0 39 | DVTMarkupTextEmphasisColor 40 | 0.976471 0.972549 0.960784 1 41 | DVTMarkupTextEmphasisFont 42 | .SFNSText-Italic - 10.0 43 | DVTMarkupTextInlineCodeColor 44 | 0.976471 0.972549 0.960784 0.7 45 | DVTMarkupTextLinkColor 46 | 0.682353 0.505882 1 1 47 | DVTMarkupTextLinkFont 48 | .SFNSText-Regular - 10.0 49 | DVTMarkupTextNormalColor 50 | 0.976471 0.972549 0.960784 1 51 | DVTMarkupTextNormalFont 52 | .SFNSText-Regular - 10.0 53 | DVTMarkupTextOtherHeadingColor 54 | 0.976471 0.972549 0.960784 0.5 55 | DVTMarkupTextOtherHeadingFont 56 | .SFNSText-Regular - 14.0 57 | DVTMarkupTextPrimaryHeadingColor 58 | 0.976471 0.972549 0.960784 1 59 | DVTMarkupTextPrimaryHeadingFont 60 | .SFNSDisplay-Regular - 24.0 61 | DVTMarkupTextSecondaryHeadingColor 62 | 0.976471 0.972549 0.960784 1 63 | DVTMarkupTextSecondaryHeadingFont 64 | .SFNSText-Regular - 18.0 65 | DVTMarkupTextStrongColor 66 | 0.976471 0.972549 0.960784 1 67 | DVTMarkupTextStrongFont 68 | .SFNSText-Bold - 10.0 69 | DVTSourceTextBackground 70 | 0.121569 0.129412 0.156863 1 71 | DVTSourceTextBlockDimBackgroundColor 72 | 0.5 0.5 0.5 1 73 | DVTSourceTextInsertionPointColor 74 | 0.972549 0.972549 0.94902 1 75 | DVTSourceTextInvisiblesColor 76 | 0.458824 0.443137 0.368627 1 77 | DVTSourceTextSelectionColor 78 | 1 1 1 0.145986 79 | DVTSourceTextSyntaxColors 80 | 81 | xcode.syntax.attribute 82 | 0.85098 0.85098 0.866667 1 83 | xcode.syntax.character 84 | 0.827451 0.137255 0.180392 1 85 | xcode.syntax.comment 86 | 0.134715 0.628894 0.33229 1 87 | xcode.syntax.comment.doc 88 | 0.269849 0.733918 0.242487 1 89 | xcode.syntax.comment.doc.keyword 90 | 0.269849 0.733918 0.242487 1 91 | xcode.syntax.identifier.class 92 | 0.684784 0.363489 0.218942 1 93 | xcode.syntax.identifier.class.system 94 | 0.144404 0.565295 0.554646 1 95 | xcode.syntax.identifier.constant 96 | 0.454902 0.427451 0.690196 1 97 | xcode.syntax.identifier.constant.system 98 | 0.454902 0.427451 0.690196 1 99 | xcode.syntax.identifier.function 100 | 0.780392 0.478431 0.294118 1 101 | xcode.syntax.identifier.function.system 102 | 0.0784314 0.611765 0.572549 1 103 | xcode.syntax.identifier.macro 104 | 0.454902 0.427451 0.690196 1 105 | xcode.syntax.identifier.macro.system 106 | 0.454902 0.427451 0.690196 1 107 | xcode.syntax.identifier.type 108 | 0.684784 0.363489 0.218942 1 109 | xcode.syntax.identifier.type.system 110 | 0.144404 0.565295 0.554646 1 111 | xcode.syntax.identifier.variable 112 | 0.780392 0.478431 0.294118 1 113 | xcode.syntax.identifier.variable.system 114 | 0.0784314 0.611765 0.572549 1 115 | xcode.syntax.keyword 116 | 0.843979 0 0.559795 1 117 | xcode.syntax.number 118 | 0.194431 0.813269 0.446511 1 119 | xcode.syntax.plain 120 | 0.976471 0.972549 0.960784 1 121 | xcode.syntax.preprocessor 122 | 0.843979 0 0.559795 1 123 | xcode.syntax.string 124 | 0.827451 0.137255 0.180392 1 125 | xcode.syntax.url 126 | 0.318049 0.142332 0.891432 1 127 | 128 | DVTSourceTextSyntaxFonts 129 | 130 | xcode.syntax.attribute 131 | Menlo-Regular - 12.0 132 | xcode.syntax.character 133 | Menlo-Regular - 12.0 134 | xcode.syntax.comment 135 | Menlo-Regular - 12.0 136 | xcode.syntax.comment.doc 137 | Menlo-Regular - 12.0 138 | xcode.syntax.comment.doc.keyword 139 | Menlo-Regular - 12.0 140 | xcode.syntax.identifier.class 141 | Menlo-Regular - 12.0 142 | xcode.syntax.identifier.class.system 143 | Menlo-Regular - 12.0 144 | xcode.syntax.identifier.constant 145 | Menlo-Regular - 12.0 146 | xcode.syntax.identifier.constant.system 147 | Menlo-Regular - 12.0 148 | xcode.syntax.identifier.function 149 | Menlo-Regular - 12.0 150 | xcode.syntax.identifier.function.system 151 | Menlo-Regular - 12.0 152 | xcode.syntax.identifier.macro 153 | Menlo-Regular - 12.0 154 | xcode.syntax.identifier.macro.system 155 | Menlo-Regular - 12.0 156 | xcode.syntax.identifier.type 157 | Menlo-Regular - 12.0 158 | xcode.syntax.identifier.type.system 159 | Menlo-Regular - 12.0 160 | xcode.syntax.identifier.variable 161 | Menlo-Regular - 12.0 162 | xcode.syntax.identifier.variable.system 163 | Menlo-Regular - 12.0 164 | xcode.syntax.keyword 165 | Menlo-Regular - 12.0 166 | xcode.syntax.number 167 | Menlo-Regular - 12.0 168 | xcode.syntax.plain 169 | Menlo-Regular - 12.0 170 | xcode.syntax.preprocessor 171 | Menlo-Regular - 12.0 172 | xcode.syntax.string 173 | Menlo-Regular - 12.0 174 | xcode.syntax.url 175 | Menlo-Regular - 12.0 176 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /v2/WWDC16a Invite.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.972549 0.972549 0.94902 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.972549 0.972549 0.94902 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.4 0.85098 0.937255 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.972549 0.972549 0.94902 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.972549 0.972549 0.94902 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.121569 0.129412 0.156863 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.972549 0.972549 0.94902 1 29 | DVTConsoleTextSelectionColor 30 | 0.286275 0.282353 0.243137 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.65098 0.886275 0.180392 1 33 | DVTMarkupTextBackgroundColor 34 | 0.220706 0.224314 0.202667 1 35 | DVTMarkupTextBorderColor 36 | 0.283049 0.286369 0.266453 1 37 | DVTMarkupTextCodeFont 38 | Menlo-Regular - 10.0 39 | DVTMarkupTextEmphasisColor 40 | 0.976471 0.972549 0.960784 1 41 | DVTMarkupTextEmphasisFont 42 | .SFNSText-Italic - 10.0 43 | DVTMarkupTextInlineCodeColor 44 | 0.976471 0.972549 0.960784 0.7 45 | DVTMarkupTextLinkColor 46 | 0.682353 0.505882 1 1 47 | DVTMarkupTextLinkFont 48 | .SFNSText-Regular - 10.0 49 | DVTMarkupTextNormalColor 50 | 0.976471 0.972549 0.960784 1 51 | DVTMarkupTextNormalFont 52 | .SFNSText-Regular - 10.0 53 | DVTMarkupTextOtherHeadingColor 54 | 0.976471 0.972549 0.960784 0.5 55 | DVTMarkupTextOtherHeadingFont 56 | .SFNSText-Regular - 14.0 57 | DVTMarkupTextPrimaryHeadingColor 58 | 0.976471 0.972549 0.960784 1 59 | DVTMarkupTextPrimaryHeadingFont 60 | .SFNSDisplay-Regular - 24.0 61 | DVTMarkupTextSecondaryHeadingColor 62 | 0.976471 0.972549 0.960784 1 63 | DVTMarkupTextSecondaryHeadingFont 64 | .SFNSText-Regular - 18.0 65 | DVTMarkupTextStrongColor 66 | 0.976471 0.972549 0.960784 1 67 | DVTMarkupTextStrongFont 68 | .SFNSText-Bold - 10.0 69 | DVTSourceTextBackground 70 | 0.121569 0.129412 0.156863 1 71 | DVTSourceTextBlockDimBackgroundColor 72 | 0.5 0.5 0.5 1 73 | DVTSourceTextInsertionPointColor 74 | 0.972549 0.972549 0.94902 1 75 | DVTSourceTextInvisiblesColor 76 | 0.458824 0.443137 0.368627 1 77 | DVTSourceTextSelectionColor 78 | 1 1 1 0.145986 79 | DVTSourceTextSyntaxColors 80 | 81 | xcode.syntax.attribute 82 | 0.286275 0.4 0.415686 1 83 | xcode.syntax.character 84 | 0.701961 0.215686 0.215686 1 85 | xcode.syntax.comment 86 | 0.388235 0.658824 0.270588 1 87 | xcode.syntax.comment.doc 88 | 0.388235 0.658824 0.270588 1 89 | xcode.syntax.comment.doc.keyword 90 | 0.960784 0.956863 0.945098 1 91 | xcode.syntax.identifier.class 92 | 0.72549 0.486275 0.313725 1 93 | xcode.syntax.identifier.class.system 94 | 0.254902 0.607843 0.572549 1 95 | xcode.syntax.identifier.constant 96 | 0.458824 0.47451 0.741176 1 97 | xcode.syntax.identifier.constant.system 98 | 0.458824 0.47451 0.741176 1 99 | xcode.syntax.identifier.function 100 | 0.72549 0.486275 0.313725 1 101 | xcode.syntax.identifier.function.system 102 | 0.254902 0.607843 0.572549 1 103 | xcode.syntax.identifier.macro 104 | 0.458824 0.47451 0.741176 1 105 | xcode.syntax.identifier.macro.system 106 | 0.458824 0.47451 0.741176 1 107 | xcode.syntax.identifier.type 108 | 0.72549 0.486275 0.313725 1 109 | xcode.syntax.identifier.type.system 110 | 0.254902 0.607843 0.572549 1 111 | xcode.syntax.identifier.variable 112 | 0.72549 0.486275 0.313725 1 113 | xcode.syntax.identifier.variable.system 114 | 0.254902 0.607843 0.572549 1 115 | xcode.syntax.keyword 116 | 0.576471 0.219608 0.529412 1 117 | xcode.syntax.number 118 | 0.521569 0.74902 0.364706 1 119 | xcode.syntax.plain 120 | 0.976471 0.972549 0.960784 1 121 | xcode.syntax.preprocessor 122 | 0.576471 0.219608 0.529412 1 123 | xcode.syntax.string 124 | 0.701961 0.215686 0.215686 1 125 | xcode.syntax.url 126 | 0.207843 0.329412 0.827451 1 127 | 128 | DVTSourceTextSyntaxFonts 129 | 130 | xcode.syntax.attribute 131 | Menlo-Regular - 12.0 132 | xcode.syntax.character 133 | Menlo-Regular - 12.0 134 | xcode.syntax.comment 135 | Menlo-Regular - 12.0 136 | xcode.syntax.comment.doc 137 | Menlo-Regular - 12.0 138 | xcode.syntax.comment.doc.keyword 139 | Menlo-Regular - 12.0 140 | xcode.syntax.identifier.class 141 | Menlo-Regular - 12.0 142 | xcode.syntax.identifier.class.system 143 | Menlo-Regular - 12.0 144 | xcode.syntax.identifier.constant 145 | Menlo-Regular - 12.0 146 | xcode.syntax.identifier.constant.system 147 | Menlo-Regular - 12.0 148 | xcode.syntax.identifier.function 149 | Menlo-Regular - 12.0 150 | xcode.syntax.identifier.function.system 151 | Menlo-Regular - 12.0 152 | xcode.syntax.identifier.macro 153 | Menlo-Regular - 12.0 154 | xcode.syntax.identifier.macro.system 155 | Menlo-Regular - 12.0 156 | xcode.syntax.identifier.type 157 | Menlo-Regular - 12.0 158 | xcode.syntax.identifier.type.system 159 | Menlo-Regular - 12.0 160 | xcode.syntax.identifier.variable 161 | Menlo-Regular - 12.0 162 | xcode.syntax.identifier.variable.system 163 | Menlo-Regular - 12.0 164 | xcode.syntax.keyword 165 | Menlo-Regular - 12.0 166 | xcode.syntax.number 167 | Menlo-Regular - 12.0 168 | xcode.syntax.plain 169 | Menlo-Regular - 12.0 170 | xcode.syntax.preprocessor 171 | Menlo-Regular - 12.0 172 | xcode.syntax.string 173 | Menlo-Regular - 12.0 174 | xcode.syntax.url 175 | Menlo-Regular - 12.0 176 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /v2/WWDC16b App.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.972549 0.972549 0.94902 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.972549 0.972549 0.94902 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.4 0.85098 0.937255 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.972549 0.972549 0.94902 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.972549 0.972549 0.94902 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.121569 0.129412 0.156863 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.972549 0.972549 0.94902 1 29 | DVTConsoleTextSelectionColor 30 | 0.286275 0.282353 0.243137 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.65098 0.886275 0.180392 1 33 | DVTMarkupTextBackgroundColor 34 | 0.220706 0.224314 0.202667 1 35 | DVTMarkupTextBorderColor 36 | 0.283049 0.286369 0.266453 1 37 | DVTMarkupTextCodeFont 38 | Menlo-Regular - 10.0 39 | DVTMarkupTextEmphasisColor 40 | 0.976471 0.972549 0.960784 1 41 | DVTMarkupTextEmphasisFont 42 | .SFNSText-Italic - 10.0 43 | DVTMarkupTextInlineCodeColor 44 | 0.976471 0.972549 0.960784 0.7 45 | DVTMarkupTextLinkColor 46 | 0.682353 0.505882 1 1 47 | DVTMarkupTextLinkFont 48 | .SFNSText-Regular - 10.0 49 | DVTMarkupTextNormalColor 50 | 0.976471 0.972549 0.960784 1 51 | DVTMarkupTextNormalFont 52 | .SFNSText-Regular - 10.0 53 | DVTMarkupTextOtherHeadingColor 54 | 0.976471 0.972549 0.960784 0.5 55 | DVTMarkupTextOtherHeadingFont 56 | .SFNSText-Regular - 14.0 57 | DVTMarkupTextPrimaryHeadingColor 58 | 0.976471 0.972549 0.960784 1 59 | DVTMarkupTextPrimaryHeadingFont 60 | .SFNSDisplay-Regular - 24.0 61 | DVTMarkupTextSecondaryHeadingColor 62 | 0.976471 0.972549 0.960784 1 63 | DVTMarkupTextSecondaryHeadingFont 64 | .SFNSText-Regular - 18.0 65 | DVTMarkupTextStrongColor 66 | 0.976471 0.972549 0.960784 1 67 | DVTMarkupTextStrongFont 68 | .SFNSText-Bold - 10.0 69 | DVTSourceTextBackground 70 | 0.121569 0.129412 0.156863 1 71 | DVTSourceTextBlockDimBackgroundColor 72 | 0.5 0.5 0.5 1 73 | DVTSourceTextInsertionPointColor 74 | 0.972549 0.972549 0.94902 1 75 | DVTSourceTextInvisiblesColor 76 | 0.458824 0.443137 0.368627 1 77 | DVTSourceTextSelectionColor 78 | 1 1 1 0.145986 79 | DVTSourceTextSyntaxColors 80 | 81 | xcode.syntax.attribute 82 | 1 1 1 1 83 | xcode.syntax.character 84 | 0.862745 0.352941 0.352941 1 85 | xcode.syntax.comment 86 | 0.34902 0.658824 0.333333 1 87 | xcode.syntax.comment.doc 88 | 0.34902 0.658824 0.333333 1 89 | xcode.syntax.comment.doc.keyword 90 | 0.960784 0.956863 0.945098 1 91 | xcode.syntax.identifier.class 92 | 0.898039 0.564706 0.32549 1 93 | xcode.syntax.identifier.class.system 94 | 0.898039 0.564706 0.32549 1 95 | xcode.syntax.identifier.constant 96 | 0.321569 0.560784 0.8 1 97 | xcode.syntax.identifier.constant.system 98 | 0.321569 0.560784 0.8 1 99 | xcode.syntax.identifier.function 100 | 0.152941 0.654902 0.607843 1 101 | xcode.syntax.identifier.function.system 102 | 0.152941 0.654902 0.607843 1 103 | xcode.syntax.identifier.macro 104 | 0.321569 0.560784 0.8 1 105 | xcode.syntax.identifier.macro.system 106 | 0.321569 0.560784 0.8 1 107 | xcode.syntax.identifier.type 108 | 0.898039 0.564706 0.32549 1 109 | xcode.syntax.identifier.type.system 110 | 0.898039 0.564706 0.32549 1 111 | xcode.syntax.identifier.variable 112 | 0.152941 0.654902 0.607843 1 113 | xcode.syntax.identifier.variable.system 114 | 0.152941 0.654902 0.607843 1 115 | xcode.syntax.keyword 116 | 0.690196 0.380392 0.619608 1 117 | xcode.syntax.number 118 | 0.862745 0.352941 0.352941 1 119 | xcode.syntax.plain 120 | 0.976471 0.972549 0.960784 1 121 | xcode.syntax.preprocessor 122 | 0.690196 0.380392 0.619608 1 123 | xcode.syntax.string 124 | 0.862745 0.352941 0.352941 1 125 | xcode.syntax.url 126 | 1 1 1 1 127 | 128 | DVTSourceTextSyntaxFonts 129 | 130 | xcode.syntax.attribute 131 | Menlo-Regular - 12.0 132 | xcode.syntax.character 133 | Menlo-Regular - 12.0 134 | xcode.syntax.comment 135 | Menlo-Regular - 12.0 136 | xcode.syntax.comment.doc 137 | Menlo-Regular - 12.0 138 | xcode.syntax.comment.doc.keyword 139 | Menlo-Regular - 12.0 140 | xcode.syntax.identifier.class 141 | Menlo-Regular - 12.0 142 | xcode.syntax.identifier.class.system 143 | Menlo-Regular - 12.0 144 | xcode.syntax.identifier.constant 145 | Menlo-Regular - 12.0 146 | xcode.syntax.identifier.constant.system 147 | Menlo-Regular - 12.0 148 | xcode.syntax.identifier.function 149 | Menlo-Regular - 12.0 150 | xcode.syntax.identifier.function.system 151 | Menlo-Regular - 12.0 152 | xcode.syntax.identifier.macro 153 | Menlo-Regular - 12.0 154 | xcode.syntax.identifier.macro.system 155 | Menlo-Regular - 12.0 156 | xcode.syntax.identifier.type 157 | Menlo-Regular - 12.0 158 | xcode.syntax.identifier.type.system 159 | Menlo-Regular - 12.0 160 | xcode.syntax.identifier.variable 161 | Menlo-Regular - 12.0 162 | xcode.syntax.identifier.variable.system 163 | Menlo-Regular - 12.0 164 | xcode.syntax.keyword 165 | Menlo-Regular - 12.0 166 | xcode.syntax.number 167 | Menlo-Regular - 12.0 168 | xcode.syntax.plain 169 | Menlo-Regular - 12.0 170 | xcode.syntax.preprocessor 171 | Menlo-Regular - 12.0 172 | xcode.syntax.string 173 | Menlo-Regular - 12.0 174 | xcode.syntax.url 175 | Menlo-Regular - 12.0 176 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /v2/WWDC16b Civic.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.972549 0.972549 0.94902 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.972549 0.972549 0.94902 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.4 0.85098 0.937255 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.972549 0.972549 0.94902 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.972549 0.972549 0.94902 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.121569 0.129412 0.156863 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.972549 0.972549 0.94902 1 29 | DVTConsoleTextSelectionColor 30 | 0.286275 0.282353 0.243137 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.65098 0.886275 0.180392 1 33 | DVTMarkupTextBackgroundColor 34 | 0.220706 0.224314 0.202667 1 35 | DVTMarkupTextBorderColor 36 | 0.283049 0.286369 0.266453 1 37 | DVTMarkupTextCodeFont 38 | Menlo-Regular - 10.0 39 | DVTMarkupTextEmphasisColor 40 | 0.976471 0.972549 0.960784 1 41 | DVTMarkupTextEmphasisFont 42 | .SFNSText-Italic - 10.0 43 | DVTMarkupTextInlineCodeColor 44 | 0.976471 0.972549 0.960784 0.7 45 | DVTMarkupTextLinkColor 46 | 0.682353 0.505882 1 1 47 | DVTMarkupTextLinkFont 48 | .SFNSText-Regular - 10.0 49 | DVTMarkupTextNormalColor 50 | 0.976471 0.972549 0.960784 1 51 | DVTMarkupTextNormalFont 52 | .SFNSText-Regular - 10.0 53 | DVTMarkupTextOtherHeadingColor 54 | 0.976471 0.972549 0.960784 0.5 55 | DVTMarkupTextOtherHeadingFont 56 | .SFNSText-Regular - 14.0 57 | DVTMarkupTextPrimaryHeadingColor 58 | 0.976471 0.972549 0.960784 1 59 | DVTMarkupTextPrimaryHeadingFont 60 | .SFNSDisplay-Regular - 24.0 61 | DVTMarkupTextSecondaryHeadingColor 62 | 0.976471 0.972549 0.960784 1 63 | DVTMarkupTextSecondaryHeadingFont 64 | .SFNSText-Regular - 18.0 65 | DVTMarkupTextStrongColor 66 | 0.976471 0.972549 0.960784 1 67 | DVTMarkupTextStrongFont 68 | .SFNSText-Bold - 10.0 69 | DVTSourceTextBackground 70 | 0.121569 0.129412 0.156863 1 71 | DVTSourceTextBlockDimBackgroundColor 72 | 0.5 0.5 0.5 1 73 | DVTSourceTextInsertionPointColor 74 | 0.972549 0.972549 0.94902 1 75 | DVTSourceTextInvisiblesColor 76 | 0.458824 0.443137 0.368627 1 77 | DVTSourceTextSelectionColor 78 | 1 1 1 0.145986 79 | DVTSourceTextSyntaxColors 80 | 81 | xcode.syntax.attribute 82 | 1 1 1 1 83 | xcode.syntax.character 84 | 0.827451 0.137255 0.180392 1 85 | xcode.syntax.comment 86 | 0.134715 0.628894 0.33229 1 87 | xcode.syntax.comment.doc 88 | 0.269849 0.733918 0.242487 1 89 | xcode.syntax.comment.doc.keyword 90 | 0.269849 0.733918 0.242487 1 91 | xcode.syntax.identifier.class 92 | 0.780392 0.478431 0.294118 1 93 | xcode.syntax.identifier.class.system 94 | 0.684784 0.363489 0.218942 1 95 | xcode.syntax.identifier.constant 96 | 0.454902 0.427451 0.690196 1 97 | xcode.syntax.identifier.constant.system 98 | 0.454902 0.427451 0.690196 1 99 | xcode.syntax.identifier.function 100 | 0.0784314 0.611765 0.572549 1 101 | xcode.syntax.identifier.function.system 102 | 0.144404 0.565295 0.554646 1 103 | xcode.syntax.identifier.macro 104 | 0.454902 0.427451 0.690196 1 105 | xcode.syntax.identifier.macro.system 106 | 0.454902 0.427451 0.690196 1 107 | xcode.syntax.identifier.type 108 | 0.780392 0.478431 0.294118 1 109 | xcode.syntax.identifier.type.system 110 | 0.684784 0.363489 0.218942 1 111 | xcode.syntax.identifier.variable 112 | 0.0784314 0.611765 0.572549 1 113 | xcode.syntax.identifier.variable.system 114 | 0.144404 0.565295 0.554646 1 115 | xcode.syntax.keyword 116 | 0.843979 0 0.559795 1 117 | xcode.syntax.number 118 | 0.194431 0.813269 0.446511 1 119 | xcode.syntax.plain 120 | 0.976471 0.972549 0.960784 1 121 | xcode.syntax.preprocessor 122 | 0.843979 0 0.559795 1 123 | xcode.syntax.string 124 | 0.827451 0.137255 0.180392 1 125 | xcode.syntax.url 126 | 0.318049 0.142332 0.891432 1 127 | 128 | DVTSourceTextSyntaxFonts 129 | 130 | xcode.syntax.attribute 131 | Menlo-Regular - 12.0 132 | xcode.syntax.character 133 | Menlo-Regular - 12.0 134 | xcode.syntax.comment 135 | Menlo-Regular - 12.0 136 | xcode.syntax.comment.doc 137 | Menlo-Regular - 12.0 138 | xcode.syntax.comment.doc.keyword 139 | Menlo-Regular - 12.0 140 | xcode.syntax.identifier.class 141 | Menlo-Regular - 12.0 142 | xcode.syntax.identifier.class.system 143 | Menlo-Regular - 12.0 144 | xcode.syntax.identifier.constant 145 | Menlo-Regular - 12.0 146 | xcode.syntax.identifier.constant.system 147 | Menlo-Regular - 12.0 148 | xcode.syntax.identifier.function 149 | Menlo-Regular - 12.0 150 | xcode.syntax.identifier.function.system 151 | Menlo-Regular - 12.0 152 | xcode.syntax.identifier.macro 153 | Menlo-Regular - 12.0 154 | xcode.syntax.identifier.macro.system 155 | Menlo-Regular - 12.0 156 | xcode.syntax.identifier.type 157 | Menlo-Regular - 12.0 158 | xcode.syntax.identifier.type.system 159 | Menlo-Regular - 12.0 160 | xcode.syntax.identifier.variable 161 | Menlo-Regular - 12.0 162 | xcode.syntax.identifier.variable.system 163 | Menlo-Regular - 12.0 164 | xcode.syntax.keyword 165 | Menlo-Regular - 12.0 166 | xcode.syntax.number 167 | Menlo-Regular - 12.0 168 | xcode.syntax.plain 169 | Menlo-Regular - 12.0 170 | xcode.syntax.preprocessor 171 | Menlo-Regular - 12.0 172 | xcode.syntax.string 173 | Menlo-Regular - 12.0 174 | xcode.syntax.url 175 | Menlo-Regular - 12.0 176 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /v2/WWDC16b Invite.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.972549 0.972549 0.94902 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.972549 0.972549 0.94902 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.4 0.85098 0.937255 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.972549 0.972549 0.94902 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.972549 0.972549 0.94902 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.121569 0.129412 0.156863 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.972549 0.972549 0.94902 1 29 | DVTConsoleTextSelectionColor 30 | 0.286275 0.282353 0.243137 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.65098 0.886275 0.180392 1 33 | DVTMarkupTextBackgroundColor 34 | 0.220706 0.224314 0.202667 1 35 | DVTMarkupTextBorderColor 36 | 0.283049 0.286369 0.266453 1 37 | DVTMarkupTextCodeFont 38 | Menlo-Regular - 10.0 39 | DVTMarkupTextEmphasisColor 40 | 0.976471 0.972549 0.960784 1 41 | DVTMarkupTextEmphasisFont 42 | .SFNSText-Italic - 10.0 43 | DVTMarkupTextInlineCodeColor 44 | 0.976471 0.972549 0.960784 0.7 45 | DVTMarkupTextLinkColor 46 | 0.682353 0.505882 1 1 47 | DVTMarkupTextLinkFont 48 | .SFNSText-Regular - 10.0 49 | DVTMarkupTextNormalColor 50 | 0.976471 0.972549 0.960784 1 51 | DVTMarkupTextNormalFont 52 | .SFNSText-Regular - 10.0 53 | DVTMarkupTextOtherHeadingColor 54 | 0.976471 0.972549 0.960784 0.5 55 | DVTMarkupTextOtherHeadingFont 56 | .SFNSText-Regular - 14.0 57 | DVTMarkupTextPrimaryHeadingColor 58 | 0.976471 0.972549 0.960784 1 59 | DVTMarkupTextPrimaryHeadingFont 60 | .SFNSDisplay-Regular - 24.0 61 | DVTMarkupTextSecondaryHeadingColor 62 | 0.976471 0.972549 0.960784 1 63 | DVTMarkupTextSecondaryHeadingFont 64 | .SFNSText-Regular - 18.0 65 | DVTMarkupTextStrongColor 66 | 0.976471 0.972549 0.960784 1 67 | DVTMarkupTextStrongFont 68 | .SFNSText-Bold - 10.0 69 | DVTSourceTextBackground 70 | 0.121569 0.129412 0.156863 1 71 | DVTSourceTextBlockDimBackgroundColor 72 | 0.5 0.5 0.5 1 73 | DVTSourceTextInsertionPointColor 74 | 0.972549 0.972549 0.94902 1 75 | DVTSourceTextInvisiblesColor 76 | 0.458824 0.443137 0.368627 1 77 | DVTSourceTextSelectionColor 78 | 1 1 1 0.145986 79 | DVTSourceTextSyntaxColors 80 | 81 | xcode.syntax.attribute 82 | 0.286275 0.4 0.415686 1 83 | xcode.syntax.character 84 | 0.701961 0.215686 0.215686 1 85 | xcode.syntax.comment 86 | 0.388235 0.658824 0.270588 1 87 | xcode.syntax.comment.doc 88 | 0.388235 0.658824 0.270588 1 89 | xcode.syntax.comment.doc.keyword 90 | 0.960784 0.956863 0.945098 1 91 | xcode.syntax.identifier.class 92 | 0.72549 0.486275 0.313725 1 93 | xcode.syntax.identifier.class.system 94 | 0.72549 0.486275 0.313725 1 95 | xcode.syntax.identifier.constant 96 | 0.458824 0.47451 0.741176 1 97 | xcode.syntax.identifier.constant.system 98 | 0.458824 0.47451 0.741176 1 99 | xcode.syntax.identifier.function 100 | 0.254902 0.607843 0.572549 1 101 | xcode.syntax.identifier.function.system 102 | 0.254902 0.607843 0.572549 1 103 | xcode.syntax.identifier.macro 104 | 0.458824 0.47451 0.741176 1 105 | xcode.syntax.identifier.macro.system 106 | 0.458824 0.47451 0.741176 1 107 | xcode.syntax.identifier.type 108 | 0.72549 0.486275 0.313725 1 109 | xcode.syntax.identifier.type.system 110 | 0.72549 0.486275 0.313725 1 111 | xcode.syntax.identifier.variable 112 | 0.254902 0.607843 0.572549 1 113 | xcode.syntax.identifier.variable.system 114 | 0.254902 0.607843 0.572549 1 115 | xcode.syntax.keyword 116 | 0.576471 0.219608 0.529412 1 117 | xcode.syntax.number 118 | 0.521569 0.74902 0.364706 1 119 | xcode.syntax.plain 120 | 0.976471 0.972549 0.960784 1 121 | xcode.syntax.preprocessor 122 | 0.576471 0.219608 0.529412 1 123 | xcode.syntax.string 124 | 0.701961 0.215686 0.215686 1 125 | xcode.syntax.url 126 | 0.207843 0.329412 0.827451 1 127 | 128 | DVTSourceTextSyntaxFonts 129 | 130 | xcode.syntax.attribute 131 | Menlo-Regular - 12.0 132 | xcode.syntax.character 133 | Menlo-Regular - 12.0 134 | xcode.syntax.comment 135 | Menlo-Regular - 12.0 136 | xcode.syntax.comment.doc 137 | Menlo-Regular - 12.0 138 | xcode.syntax.comment.doc.keyword 139 | Menlo-Regular - 12.0 140 | xcode.syntax.identifier.class 141 | Menlo-Regular - 12.0 142 | xcode.syntax.identifier.class.system 143 | Menlo-Regular - 12.0 144 | xcode.syntax.identifier.constant 145 | Menlo-Regular - 12.0 146 | xcode.syntax.identifier.constant.system 147 | Menlo-Regular - 12.0 148 | xcode.syntax.identifier.function 149 | Menlo-Regular - 12.0 150 | xcode.syntax.identifier.function.system 151 | Menlo-Regular - 12.0 152 | xcode.syntax.identifier.macro 153 | Menlo-Regular - 12.0 154 | xcode.syntax.identifier.macro.system 155 | Menlo-Regular - 12.0 156 | xcode.syntax.identifier.type 157 | Menlo-Regular - 12.0 158 | xcode.syntax.identifier.type.system 159 | Menlo-Regular - 12.0 160 | xcode.syntax.identifier.variable 161 | Menlo-Regular - 12.0 162 | xcode.syntax.identifier.variable.system 163 | Menlo-Regular - 12.0 164 | xcode.syntax.keyword 165 | Menlo-Regular - 12.0 166 | xcode.syntax.number 167 | Menlo-Regular - 12.0 168 | xcode.syntax.plain 169 | Menlo-Regular - 12.0 170 | xcode.syntax.preprocessor 171 | Menlo-Regular - 12.0 172 | xcode.syntax.string 173 | Menlo-Regular - 12.0 174 | xcode.syntax.url 175 | Menlo-Regular - 12.0 176 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /v2/WWDC16s App.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.972549 0.972549 0.94902 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.972549 0.972549 0.94902 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.4 0.85098 0.937255 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.972549 0.972549 0.94902 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.972549 0.972549 0.94902 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.121569 0.129412 0.156863 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.972549 0.972549 0.94902 1 29 | DVTConsoleTextSelectionColor 30 | 0.286275 0.282353 0.243137 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.65098 0.886275 0.180392 1 33 | DVTMarkupTextBackgroundColor 34 | 0.220706 0.224314 0.202667 1 35 | DVTMarkupTextBorderColor 36 | 0.283049 0.286369 0.266453 1 37 | DVTMarkupTextCodeFont 38 | Menlo-Regular - 10.0 39 | DVTMarkupTextEmphasisColor 40 | 0.976471 0.972549 0.960784 1 41 | DVTMarkupTextEmphasisFont 42 | .SFNSText-Italic - 10.0 43 | DVTMarkupTextInlineCodeColor 44 | 0.976471 0.972549 0.960784 0.7 45 | DVTMarkupTextLinkColor 46 | 0.682353 0.505882 1 1 47 | DVTMarkupTextLinkFont 48 | .SFNSText-Regular - 10.0 49 | DVTMarkupTextNormalColor 50 | 0.976471 0.972549 0.960784 1 51 | DVTMarkupTextNormalFont 52 | .SFNSText-Regular - 10.0 53 | DVTMarkupTextOtherHeadingColor 54 | 0.976471 0.972549 0.960784 0.5 55 | DVTMarkupTextOtherHeadingFont 56 | .SFNSText-Regular - 14.0 57 | DVTMarkupTextPrimaryHeadingColor 58 | 0.976471 0.972549 0.960784 1 59 | DVTMarkupTextPrimaryHeadingFont 60 | .SFNSDisplay-Regular - 24.0 61 | DVTMarkupTextSecondaryHeadingColor 62 | 0.976471 0.972549 0.960784 1 63 | DVTMarkupTextSecondaryHeadingFont 64 | .SFNSText-Regular - 18.0 65 | DVTMarkupTextStrongColor 66 | 0.976471 0.972549 0.960784 1 67 | DVTMarkupTextStrongFont 68 | .SFNSText-Bold - 10.0 69 | DVTSourceTextBackground 70 | 0.121569 0.129412 0.156863 1 71 | DVTSourceTextBlockDimBackgroundColor 72 | 0.5 0.5 0.5 1 73 | DVTSourceTextInsertionPointColor 74 | 0.972549 0.972549 0.94902 1 75 | DVTSourceTextInvisiblesColor 76 | 0.458824 0.443137 0.368627 1 77 | DVTSourceTextSelectionColor 78 | 1 1 1 0.145986 79 | DVTSourceTextSyntaxColors 80 | 81 | xcode.syntax.attribute 82 | 1 1 1 1 83 | xcode.syntax.character 84 | 0.862745 0.352941 0.352941 1 85 | xcode.syntax.comment 86 | 0.619608 0.619608 0.619608 1 87 | xcode.syntax.comment.doc 88 | 0.619608 0.619608 0.619608 1 89 | xcode.syntax.comment.doc.keyword 90 | 0.960784 0.956863 0.945098 1 91 | xcode.syntax.identifier.class 92 | 0.34902 0.658824 0.333333 1 93 | xcode.syntax.identifier.class.system 94 | 0.34902 0.658824 0.333333 1 95 | xcode.syntax.identifier.constant 96 | 0.34902 0.658824 0.333333 1 97 | xcode.syntax.identifier.constant.system 98 | 0.34902 0.658824 0.333333 1 99 | xcode.syntax.identifier.function 100 | 0.34902 0.658824 0.333333 1 101 | xcode.syntax.identifier.function.system 102 | 0.34902 0.658824 0.333333 1 103 | xcode.syntax.identifier.macro 104 | 0.34902 0.658824 0.333333 1 105 | xcode.syntax.identifier.macro.system 106 | 0.34902 0.658824 0.333333 1 107 | xcode.syntax.identifier.type 108 | 0.34902 0.658824 0.333333 1 109 | xcode.syntax.identifier.type.system 110 | 0.34902 0.658824 0.333333 1 111 | xcode.syntax.identifier.variable 112 | 0.34902 0.658824 0.333333 1 113 | xcode.syntax.identifier.variable.system 114 | 0.34902 0.658824 0.333333 1 115 | xcode.syntax.keyword 116 | 0.152941 0.654902 0.607843 1 117 | xcode.syntax.number 118 | 1 1 1 1 119 | xcode.syntax.plain 120 | 0.976471 0.972549 0.960784 1 121 | xcode.syntax.preprocessor 122 | 0.152941 0.654902 0.607843 1 123 | xcode.syntax.string 124 | 0.862745 0.352941 0.352941 1 125 | xcode.syntax.url 126 | 1 1 1 1 127 | 128 | DVTSourceTextSyntaxFonts 129 | 130 | xcode.syntax.attribute 131 | Menlo-Regular - 12.0 132 | xcode.syntax.character 133 | Menlo-Regular - 12.0 134 | xcode.syntax.comment 135 | Menlo-Regular - 12.0 136 | xcode.syntax.comment.doc 137 | Menlo-Regular - 12.0 138 | xcode.syntax.comment.doc.keyword 139 | Menlo-Regular - 12.0 140 | xcode.syntax.identifier.class 141 | Menlo-Regular - 12.0 142 | xcode.syntax.identifier.class.system 143 | Menlo-Regular - 12.0 144 | xcode.syntax.identifier.constant 145 | Menlo-Regular - 12.0 146 | xcode.syntax.identifier.constant.system 147 | Menlo-Regular - 12.0 148 | xcode.syntax.identifier.function 149 | Menlo-Regular - 12.0 150 | xcode.syntax.identifier.function.system 151 | Menlo-Regular - 12.0 152 | xcode.syntax.identifier.macro 153 | Menlo-Regular - 12.0 154 | xcode.syntax.identifier.macro.system 155 | Menlo-Regular - 12.0 156 | xcode.syntax.identifier.type 157 | Menlo-Regular - 12.0 158 | xcode.syntax.identifier.type.system 159 | Menlo-Regular - 12.0 160 | xcode.syntax.identifier.variable 161 | Menlo-Regular - 12.0 162 | xcode.syntax.identifier.variable.system 163 | Menlo-Regular - 12.0 164 | xcode.syntax.keyword 165 | Menlo-Regular - 12.0 166 | xcode.syntax.number 167 | Menlo-Regular - 12.0 168 | xcode.syntax.plain 169 | Menlo-Regular - 12.0 170 | xcode.syntax.preprocessor 171 | Menlo-Regular - 12.0 172 | xcode.syntax.string 173 | Menlo-Regular - 12.0 174 | xcode.syntax.url 175 | Menlo-Regular - 12.0 176 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /v2/WWDC16s Civic.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.972549 0.972549 0.94902 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.972549 0.972549 0.94902 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.4 0.85098 0.937255 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.972549 0.972549 0.94902 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.972549 0.972549 0.94902 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.121569 0.129412 0.156863 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.972549 0.972549 0.94902 1 29 | DVTConsoleTextSelectionColor 30 | 0.286275 0.282353 0.243137 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.65098 0.886275 0.180392 1 33 | DVTMarkupTextBackgroundColor 34 | 0.220706 0.224314 0.202667 1 35 | DVTMarkupTextBorderColor 36 | 0.283049 0.286369 0.266453 1 37 | DVTMarkupTextCodeFont 38 | Menlo-Regular - 10.0 39 | DVTMarkupTextEmphasisColor 40 | 0.976471 0.972549 0.960784 1 41 | DVTMarkupTextEmphasisFont 42 | .SFNSText-Italic - 10.0 43 | DVTMarkupTextInlineCodeColor 44 | 0.976471 0.972549 0.960784 0.7 45 | DVTMarkupTextLinkColor 46 | 0.682353 0.505882 1 1 47 | DVTMarkupTextLinkFont 48 | .SFNSText-Regular - 10.0 49 | DVTMarkupTextNormalColor 50 | 0.976471 0.972549 0.960784 1 51 | DVTMarkupTextNormalFont 52 | .SFNSText-Regular - 10.0 53 | DVTMarkupTextOtherHeadingColor 54 | 0.976471 0.972549 0.960784 0.5 55 | DVTMarkupTextOtherHeadingFont 56 | .SFNSText-Regular - 14.0 57 | DVTMarkupTextPrimaryHeadingColor 58 | 0.976471 0.972549 0.960784 1 59 | DVTMarkupTextPrimaryHeadingFont 60 | .SFNSDisplay-Regular - 24.0 61 | DVTMarkupTextSecondaryHeadingColor 62 | 0.976471 0.972549 0.960784 1 63 | DVTMarkupTextSecondaryHeadingFont 64 | .SFNSText-Regular - 18.0 65 | DVTMarkupTextStrongColor 66 | 0.976471 0.972549 0.960784 1 67 | DVTMarkupTextStrongFont 68 | .SFNSText-Bold - 10.0 69 | DVTSourceTextBackground 70 | 0.121569 0.129412 0.156863 1 71 | DVTSourceTextBlockDimBackgroundColor 72 | 0.5 0.5 0.5 1 73 | DVTSourceTextInsertionPointColor 74 | 0.972549 0.972549 0.94902 1 75 | DVTSourceTextInvisiblesColor 76 | 0.458824 0.443137 0.368627 1 77 | DVTSourceTextSelectionColor 78 | 1 1 1 0.145986 79 | DVTSourceTextSyntaxColors 80 | 81 | xcode.syntax.attribute 82 | 1 1 1 1 83 | xcode.syntax.character 84 | 0.827451 0.137255 0.180392 1 85 | xcode.syntax.comment 86 | 0.619608 0.619608 0.619608 1 87 | xcode.syntax.comment.doc 88 | 0.619608 0.619608 0.619608 1 89 | xcode.syntax.comment.doc.keyword 90 | 0.960784 0.956863 0.945098 1 91 | xcode.syntax.identifier.class 92 | 0.194431 0.813269 0.446511 1 93 | xcode.syntax.identifier.class.system 94 | 0.194431 0.813269 0.446511 1 95 | xcode.syntax.identifier.constant 96 | 0.194431 0.813269 0.446511 1 97 | xcode.syntax.identifier.constant.system 98 | 0.194431 0.813269 0.446511 1 99 | xcode.syntax.identifier.function 100 | 0.194431 0.813269 0.446511 1 101 | xcode.syntax.identifier.function.system 102 | 0.194431 0.813269 0.446511 1 103 | xcode.syntax.identifier.macro 104 | 0.194431 0.813269 0.446511 1 105 | xcode.syntax.identifier.macro.system 106 | 0.194431 0.813269 0.446511 1 107 | xcode.syntax.identifier.type 108 | 0.194431 0.813269 0.446511 1 109 | xcode.syntax.identifier.type.system 110 | 0.194431 0.813269 0.446511 1 111 | xcode.syntax.identifier.variable 112 | 0.194431 0.813269 0.446511 1 113 | xcode.syntax.identifier.variable.system 114 | 0.194431 0.813269 0.446511 1 115 | xcode.syntax.keyword 116 | 0.0784314 0.611765 0.572549 1 117 | xcode.syntax.number 118 | 1 1 1 1 119 | xcode.syntax.plain 120 | 0.976471 0.972549 0.960784 1 121 | xcode.syntax.preprocessor 122 | 0.0784314 0.611765 0.572549 1 123 | xcode.syntax.string 124 | 0.827451 0.137255 0.180392 1 125 | xcode.syntax.url 126 | 1 1 1 1 127 | 128 | DVTSourceTextSyntaxFonts 129 | 130 | xcode.syntax.attribute 131 | Menlo-Regular - 12.0 132 | xcode.syntax.character 133 | Menlo-Regular - 12.0 134 | xcode.syntax.comment 135 | Menlo-Regular - 12.0 136 | xcode.syntax.comment.doc 137 | Menlo-Regular - 12.0 138 | xcode.syntax.comment.doc.keyword 139 | Menlo-Regular - 12.0 140 | xcode.syntax.identifier.class 141 | Menlo-Regular - 12.0 142 | xcode.syntax.identifier.class.system 143 | Menlo-Regular - 12.0 144 | xcode.syntax.identifier.constant 145 | Menlo-Regular - 12.0 146 | xcode.syntax.identifier.constant.system 147 | Menlo-Regular - 12.0 148 | xcode.syntax.identifier.function 149 | Menlo-Regular - 12.0 150 | xcode.syntax.identifier.function.system 151 | Menlo-Regular - 12.0 152 | xcode.syntax.identifier.macro 153 | Menlo-Regular - 12.0 154 | xcode.syntax.identifier.macro.system 155 | Menlo-Regular - 12.0 156 | xcode.syntax.identifier.type 157 | Menlo-Regular - 12.0 158 | xcode.syntax.identifier.type.system 159 | Menlo-Regular - 12.0 160 | xcode.syntax.identifier.variable 161 | Menlo-Regular - 12.0 162 | xcode.syntax.identifier.variable.system 163 | Menlo-Regular - 12.0 164 | xcode.syntax.keyword 165 | Menlo-Regular - 12.0 166 | xcode.syntax.number 167 | Menlo-Regular - 12.0 168 | xcode.syntax.plain 169 | Menlo-Regular - 12.0 170 | xcode.syntax.preprocessor 171 | Menlo-Regular - 12.0 172 | xcode.syntax.string 173 | Menlo-Regular - 12.0 174 | xcode.syntax.url 175 | Menlo-Regular - 12.0 176 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /v2/WWDC16s Invite.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.972549 0.972549 0.94902 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.972549 0.972549 0.94902 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.4 0.85098 0.937255 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.972549 0.972549 0.94902 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.972549 0.972549 0.94902 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.121569 0.129412 0.156863 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.972549 0.972549 0.94902 1 29 | DVTConsoleTextSelectionColor 30 | 0.286275 0.282353 0.243137 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.65098 0.886275 0.180392 1 33 | DVTMarkupTextBackgroundColor 34 | 0.220706 0.224314 0.202667 1 35 | DVTMarkupTextBorderColor 36 | 0.283049 0.286369 0.266453 1 37 | DVTMarkupTextCodeFont 38 | Menlo-Regular - 10.0 39 | DVTMarkupTextEmphasisColor 40 | 0.976471 0.972549 0.960784 1 41 | DVTMarkupTextEmphasisFont 42 | .SFNSText-Italic - 10.0 43 | DVTMarkupTextInlineCodeColor 44 | 0.976471 0.972549 0.960784 0.7 45 | DVTMarkupTextLinkColor 46 | 0.682353 0.505882 1 1 47 | DVTMarkupTextLinkFont 48 | .SFNSText-Regular - 10.0 49 | DVTMarkupTextNormalColor 50 | 0.976471 0.972549 0.960784 1 51 | DVTMarkupTextNormalFont 52 | .SFNSText-Regular - 10.0 53 | DVTMarkupTextOtherHeadingColor 54 | 0.976471 0.972549 0.960784 0.5 55 | DVTMarkupTextOtherHeadingFont 56 | .SFNSText-Regular - 14.0 57 | DVTMarkupTextPrimaryHeadingColor 58 | 0.976471 0.972549 0.960784 1 59 | DVTMarkupTextPrimaryHeadingFont 60 | .SFNSDisplay-Regular - 24.0 61 | DVTMarkupTextSecondaryHeadingColor 62 | 0.976471 0.972549 0.960784 1 63 | DVTMarkupTextSecondaryHeadingFont 64 | .SFNSText-Regular - 18.0 65 | DVTMarkupTextStrongColor 66 | 0.976471 0.972549 0.960784 1 67 | DVTMarkupTextStrongFont 68 | .SFNSText-Bold - 10.0 69 | DVTSourceTextBackground 70 | 0.121569 0.129412 0.156863 1 71 | DVTSourceTextBlockDimBackgroundColor 72 | 0.5 0.5 0.5 1 73 | DVTSourceTextInsertionPointColor 74 | 0.972549 0.972549 0.94902 1 75 | DVTSourceTextInvisiblesColor 76 | 0.458824 0.443137 0.368627 1 77 | DVTSourceTextSelectionColor 78 | 1 1 1 0.145986 79 | DVTSourceTextSyntaxColors 80 | 81 | xcode.syntax.attribute 82 | 1 1 1 1 83 | xcode.syntax.character 84 | 0.701961 0.215686 0.215686 1 85 | xcode.syntax.comment 86 | 0.619608 0.619608 0.619608 1 87 | xcode.syntax.comment.doc 88 | 0.619608 0.619608 0.619608 1 89 | xcode.syntax.comment.doc.keyword 90 | 0.960784 0.956863 0.945098 1 91 | xcode.syntax.identifier.class 92 | 0.388235 0.658824 0.270588 1 93 | xcode.syntax.identifier.class.system 94 | 0.388235 0.658824 0.270588 1 95 | xcode.syntax.identifier.constant 96 | 0.388235 0.658824 0.270588 1 97 | xcode.syntax.identifier.constant.system 98 | 0.388235 0.658824 0.270588 1 99 | xcode.syntax.identifier.function 100 | 0.388235 0.658824 0.270588 1 101 | xcode.syntax.identifier.function.system 102 | 0.388235 0.658824 0.270588 1 103 | xcode.syntax.identifier.macro 104 | 0.388235 0.658824 0.270588 1 105 | xcode.syntax.identifier.macro.system 106 | 0.388235 0.658824 0.270588 1 107 | xcode.syntax.identifier.type 108 | 0.388235 0.658824 0.270588 1 109 | xcode.syntax.identifier.type.system 110 | 0.388235 0.658824 0.270588 1 111 | xcode.syntax.identifier.variable 112 | 0.388235 0.658824 0.270588 1 113 | xcode.syntax.identifier.variable.system 114 | 0.388235 0.658824 0.270588 1 115 | xcode.syntax.keyword 116 | 0.254902 0.607843 0.572549 1 117 | xcode.syntax.number 118 | 1 1 1 1 119 | xcode.syntax.plain 120 | 0.976471 0.972549 0.960784 1 121 | xcode.syntax.preprocessor 122 | 0.254902 0.607843 0.572549 1 123 | xcode.syntax.string 124 | 0.701961 0.215686 0.215686 1 125 | xcode.syntax.url 126 | 1 1 1 1 127 | 128 | DVTSourceTextSyntaxFonts 129 | 130 | xcode.syntax.attribute 131 | Menlo-Regular - 12.0 132 | xcode.syntax.character 133 | Menlo-Regular - 12.0 134 | xcode.syntax.comment 135 | Menlo-Regular - 12.0 136 | xcode.syntax.comment.doc 137 | Menlo-Regular - 12.0 138 | xcode.syntax.comment.doc.keyword 139 | Menlo-Regular - 12.0 140 | xcode.syntax.identifier.class 141 | Menlo-Regular - 12.0 142 | xcode.syntax.identifier.class.system 143 | Menlo-Regular - 12.0 144 | xcode.syntax.identifier.constant 145 | Menlo-Regular - 12.0 146 | xcode.syntax.identifier.constant.system 147 | Menlo-Regular - 12.0 148 | xcode.syntax.identifier.function 149 | Menlo-Regular - 12.0 150 | xcode.syntax.identifier.function.system 151 | Menlo-Regular - 12.0 152 | xcode.syntax.identifier.macro 153 | Menlo-Regular - 12.0 154 | xcode.syntax.identifier.macro.system 155 | Menlo-Regular - 12.0 156 | xcode.syntax.identifier.type 157 | Menlo-Regular - 12.0 158 | xcode.syntax.identifier.type.system 159 | Menlo-Regular - 12.0 160 | xcode.syntax.identifier.variable 161 | Menlo-Regular - 12.0 162 | xcode.syntax.identifier.variable.system 163 | Menlo-Regular - 12.0 164 | xcode.syntax.keyword 165 | Menlo-Regular - 12.0 166 | xcode.syntax.number 167 | Menlo-Regular - 12.0 168 | xcode.syntax.plain 169 | Menlo-Regular - 12.0 170 | xcode.syntax.preprocessor 171 | Menlo-Regular - 12.0 172 | xcode.syntax.string 173 | Menlo-Regular - 12.0 174 | xcode.syntax.url 175 | Menlo-Regular - 12.0 176 | 177 | 178 | 179 | --------------------------------------------------------------------------------