├── .gitignore ├── ss ├── dark.png └── light.png ├── README.md ├── LICENSE └── themes ├── One Dark Original.xccolortheme └── One Light Original.xccolortheme /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | **/*/.DS_Store 3 | **/.DS_Store -------------------------------------------------------------------------------- /ss/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaximBazarov/One-Dark-Xcode/HEAD/ss/dark.png -------------------------------------------------------------------------------- /ss/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaximBazarov/One-Dark-Xcode/HEAD/ss/light.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # One Dark - Xcode Color theme 2 | 3 | Popular theme in two variations light and dark 4 | 5 | ## Setup 6 | ```sh 7 | mkdir ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ 8 | git clone https://github.com/MaximBazarov/One-Dark-Xcode.git 9 | cp One-Dark-Xcode/themes/* ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ 10 | rm -rf One-Dark-Xcode/ 11 | ``` 12 | 13 | then choose `One Dark Original` or `One Light Original` color theme in your Xcode 14 | 15 | ### One Dark Original 16 | 17 | ![Code Screenshot](ss/dark.png) 18 | 19 | ### One Light Original 20 | 21 | ![Code Screenshot](ss/light.png) 22 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Maxim Bazarov 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /themes/One Dark Original.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.266858 0.773282 0.469786 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Regular - 13.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.224374 0.62647 0.871699 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 13.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.266858 0.773282 0.469786 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Regular - 13.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.619425 0.655337 0.700303 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 13.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.619425 0.655337 0.700303 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Regular - 13.0 25 | DVTConsoleTextBackgroundColor 26 | 0.0958566 0.10862 0.128103 1 27 | DVTConsoleTextInsertionPointColor 28 | 1 1 1 1 29 | DVTConsoleTextSelectionColor 30 | 0.138637 0.152368 0.195122 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.12 0.31 0.34 1 33 | DVTLineSpacing 34 | 1.2000000476837158 35 | DVTMarkupTextBackgroundColor 36 | 0.18856 0.195 0.22444 1 37 | DVTMarkupTextBorderColor 38 | 0.253475 0.2594 0.286485 1 39 | DVTMarkupTextCodeFont 40 | SFMono-Regular - 10.0 41 | DVTMarkupTextEmphasisColor 42 | 1 1 1 1 43 | DVTMarkupTextEmphasisFont 44 | .AppleSystemUIFontItalic - 10.0 45 | DVTMarkupTextInlineCodeColor 46 | 1 1 1 0.7 47 | DVTMarkupTextLinkColor 48 | 0.33 0.247124 0.894195 1 49 | DVTMarkupTextLinkFont 50 | .AppleSystemUIFont - 10.0 51 | DVTMarkupTextNormalColor 52 | 1 1 1 1 53 | DVTMarkupTextNormalFont 54 | .AppleSystemUIFont - 10.0 55 | DVTMarkupTextOtherHeadingColor 56 | 1 1 1 0.5 57 | DVTMarkupTextOtherHeadingFont 58 | .AppleSystemUIFont - 14.0 59 | DVTMarkupTextPrimaryHeadingColor 60 | 1 1 1 1 61 | DVTMarkupTextPrimaryHeadingFont 62 | .AppleSystemUIFont - 24.0 63 | DVTMarkupTextSecondaryHeadingColor 64 | 1 1 1 1 65 | DVTMarkupTextSecondaryHeadingFont 66 | .AppleSystemUIFont - 18.0 67 | DVTMarkupTextStrongColor 68 | 1 1 1 1 69 | DVTMarkupTextStrongFont 70 | .AppleSystemUIFontBold - 10.0 71 | DVTScrollbarMarkerAnalyzerColor 72 | 0.403922 0.372549 1 1 73 | DVTScrollbarMarkerBreakpointColor 74 | 0.290196 0.290196 0.968627 1 75 | DVTScrollbarMarkerDiffColor 76 | 0.556863 0.556863 0.556863 1 77 | DVTScrollbarMarkerDiffConflictColor 78 | 0.968627 0.290196 0.290196 1 79 | DVTScrollbarMarkerErrorColor 80 | 0.968627 0.290196 0.290196 1 81 | DVTScrollbarMarkerRuntimeIssueColor 82 | 0.643137 0.509804 1 1 83 | DVTScrollbarMarkerWarningColor 84 | 0.937255 0.717647 0.34902 1 85 | DVTSourceTextBackground 86 | 0.115744 0.128589 0.155977 1 87 | DVTSourceTextBlockDimBackgroundColor 88 | 0.5 0.5 0.5 1 89 | DVTSourceTextCurrentLineHighlightColor 90 | 0.127022 0.143185 0.182191 1 91 | DVTSourceTextInsertionPointColor 92 | 0.215028 0.438333 1 1 93 | DVTSourceTextInvisiblesColor 94 | 0.207045 0.231726 0.289951 1 95 | DVTSourceTextSelectionColor 96 | 0 0.42554 0.783291 1 97 | DVTSourceTextSyntaxColors 98 | 99 | xcode.syntax.attribute 100 | 0.762635 0.278249 0.380061 1 101 | xcode.syntax.character 102 | 0.913725 0.290196 0.372549 1 103 | xcode.syntax.comment 104 | 0.269849 0.733918 0.242487 1 105 | xcode.syntax.comment.doc 106 | 0.134715 0.628894 0.33229 1 107 | xcode.syntax.comment.doc.keyword 108 | 0.194431 0.813269 0.446511 1 109 | xcode.syntax.identifier.class 110 | 0.133333 0.670588 0.717647 1 111 | xcode.syntax.identifier.class.system 112 | 0.227451 0.619608 0.94902 1 113 | xcode.syntax.identifier.constant 114 | 0.133333 0.670588 0.717647 1 115 | xcode.syntax.identifier.constant.system 116 | 0.227451 0.619608 0.94902 1 117 | xcode.syntax.identifier.function 118 | 0.133333 0.670588 0.717647 1 119 | xcode.syntax.identifier.function.system 120 | 0.227451 0.619608 0.94902 1 121 | xcode.syntax.identifier.macro 122 | 0.778 0.488 0.284 1 123 | xcode.syntax.identifier.macro.system 124 | 0.778 0.488 0.284 1 125 | xcode.syntax.identifier.type 126 | 0.133333 0.670588 0.717647 1 127 | xcode.syntax.identifier.type.system 128 | 0.227451 0.619608 0.94902 1 129 | xcode.syntax.identifier.variable 130 | 0.133333 0.670588 0.717647 1 131 | xcode.syntax.identifier.variable.system 132 | 0.227451 0.619608 0.94902 1 133 | xcode.syntax.keyword 134 | 0.780334 0.323895 0.863406 1 135 | xcode.syntax.number 136 | 0.915612 0.291206 0.373813 1 137 | xcode.syntax.plain 138 | 0.662828 0.662808 0.66282 1 139 | xcode.syntax.preprocessor 140 | 0.778 0.488 0.284 1 141 | xcode.syntax.string 142 | 0.976859 0.100162 0.286871 1 143 | xcode.syntax.url 144 | 0.255 0.333 0.819 1 145 | 146 | DVTSourceTextSyntaxFonts 147 | 148 | xcode.syntax.attribute 149 | Menlo-Regular - 13.0 150 | xcode.syntax.character 151 | Menlo-Regular - 13.0 152 | xcode.syntax.comment 153 | Menlo-Regular - 13.0 154 | xcode.syntax.comment.doc 155 | Menlo-Regular - 13.0 156 | xcode.syntax.comment.doc.keyword 157 | Menlo-Regular - 13.0 158 | xcode.syntax.identifier.class 159 | Menlo-Regular - 13.0 160 | xcode.syntax.identifier.class.system 161 | Menlo-Regular - 13.0 162 | xcode.syntax.identifier.constant 163 | Menlo-Regular - 13.0 164 | xcode.syntax.identifier.constant.system 165 | Menlo-Regular - 13.0 166 | xcode.syntax.identifier.function 167 | Menlo-Regular - 13.0 168 | xcode.syntax.identifier.function.system 169 | Menlo-Regular - 13.0 170 | xcode.syntax.identifier.macro 171 | Menlo-Regular - 13.0 172 | xcode.syntax.identifier.macro.system 173 | Menlo-Regular - 13.0 174 | xcode.syntax.identifier.type 175 | Menlo-Regular - 13.0 176 | xcode.syntax.identifier.type.system 177 | Menlo-Regular - 13.0 178 | xcode.syntax.identifier.variable 179 | Menlo-Regular - 13.0 180 | xcode.syntax.identifier.variable.system 181 | Menlo-Regular - 13.0 182 | xcode.syntax.keyword 183 | Menlo-Regular - 13.0 184 | xcode.syntax.number 185 | Menlo-Regular - 13.0 186 | xcode.syntax.plain 187 | Menlo-Regular - 13.0 188 | xcode.syntax.preprocessor 189 | Menlo-Regular - 13.0 190 | xcode.syntax.string 191 | Menlo-Regular - 13.0 192 | xcode.syntax.url 193 | Menlo-Regular - 13.0 194 | 195 | 196 | 197 | -------------------------------------------------------------------------------- /themes/One Light Original.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.0940149 0.532806 0.417851 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Regular - 13.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.122186 0.367394 0.590451 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 13.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.0940149 0.532806 0.417851 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Regular - 13.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.166295 0.171728 0.198478 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 13.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.166295 0.171728 0.198478 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Regular - 13.0 25 | DVTConsoleTextBackgroundColor 26 | 0.94962 0.949592 0.95 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.0940149 0.532806 0.417851 1 29 | DVTConsoleTextSelectionColor 30 | 0.643137 0.803922 1 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.12 0.31 0.34 1 33 | DVTLineSpacing 34 | 1.2000000476837158 35 | DVTMarkupTextBackgroundColor 36 | 0.18856 0.195 0.22444 1 37 | DVTMarkupTextBorderColor 38 | 0.253475 0.2594 0.286485 1 39 | DVTMarkupTextCodeFont 40 | SFMono-Regular - 10.0 41 | DVTMarkupTextEmphasisColor 42 | 1 1 1 1 43 | DVTMarkupTextEmphasisFont 44 | .AppleSystemUIFontItalic - 10.0 45 | DVTMarkupTextInlineCodeColor 46 | 1 1 1 0.7 47 | DVTMarkupTextLinkColor 48 | 0.33 0.247124 0.894195 1 49 | DVTMarkupTextLinkFont 50 | .AppleSystemUIFont - 10.0 51 | DVTMarkupTextNormalColor 52 | 1 1 1 1 53 | DVTMarkupTextNormalFont 54 | .AppleSystemUIFont - 10.0 55 | DVTMarkupTextOtherHeadingColor 56 | 1 1 1 0.5 57 | DVTMarkupTextOtherHeadingFont 58 | .AppleSystemUIFont - 14.0 59 | DVTMarkupTextPrimaryHeadingColor 60 | 1 1 1 1 61 | DVTMarkupTextPrimaryHeadingFont 62 | .AppleSystemUIFont - 24.0 63 | DVTMarkupTextSecondaryHeadingColor 64 | 1 1 1 1 65 | DVTMarkupTextSecondaryHeadingFont 66 | .AppleSystemUIFont - 18.0 67 | DVTMarkupTextStrongColor 68 | 1 1 1 1 69 | DVTMarkupTextStrongFont 70 | .AppleSystemUIFontBold - 10.0 71 | DVTScrollbarMarkerAnalyzerColor 72 | 0.403922 0.372549 1 1 73 | DVTScrollbarMarkerBreakpointColor 74 | 0.290196 0.290196 0.968627 1 75 | DVTScrollbarMarkerDiffColor 76 | 0.556863 0.556863 0.556863 1 77 | DVTScrollbarMarkerDiffConflictColor 78 | 0.968627 0.290196 0.290196 1 79 | DVTScrollbarMarkerErrorColor 80 | 0.968627 0.290196 0.290196 1 81 | DVTScrollbarMarkerRuntimeIssueColor 82 | 0.643137 0.509804 1 1 83 | DVTScrollbarMarkerWarningColor 84 | 0.937255 0.717647 0.34902 1 85 | DVTSourceTextBackground 86 | 0.992157 1 0.956863 1 87 | DVTSourceTextBlockDimBackgroundColor 88 | 0.5 0.5 0.5 1 89 | DVTSourceTextCurrentLineHighlightColor 90 | 0.931227 0.931199 0.931215 1 91 | DVTSourceTextInsertionPointColor 92 | 0.215028 0.438333 1 1 93 | DVTSourceTextInvisiblesColor 94 | 0.207045 0.231726 0.289951 1 95 | DVTSourceTextSelectionColor 96 | 0.643137 0.803922 1 1 97 | DVTSourceTextSyntaxColors 98 | 99 | xcode.syntax.attribute 100 | 0.762635 0.278249 0.380061 1 101 | xcode.syntax.character 102 | 0.870061 0.20702 0.180645 1 103 | xcode.syntax.comment 104 | 0.692874 0.146204 0.126134 1 105 | xcode.syntax.comment.doc 106 | 0.692874 0.146204 0.126134 1 107 | xcode.syntax.comment.doc.keyword 108 | 0.692874 0.146204 0.126134 1 109 | xcode.syntax.identifier.class 110 | 0.127649 0.39069 0.626255 1 111 | xcode.syntax.identifier.class.system 112 | 0.0940149 0.532806 0.417851 1 113 | xcode.syntax.identifier.constant 114 | 0.127649 0.39069 0.626255 1 115 | xcode.syntax.identifier.constant.system 116 | 0.0981504 0.0981504 0.0981504 1 117 | xcode.syntax.identifier.function 118 | 0.127649 0.39069 0.626255 1 119 | xcode.syntax.identifier.function.system 120 | 0.0981504 0.0981504 0.0981504 1 121 | xcode.syntax.identifier.macro 122 | 0.931077 0.544006 0.0695725 1 123 | xcode.syntax.identifier.macro.system 124 | 0.931077 0.544006 0.0695725 1 125 | xcode.syntax.identifier.type 126 | 0.127649 0.39069 0.626255 1 127 | xcode.syntax.identifier.type.system 128 | 0.0940149 0.532806 0.417851 1 129 | xcode.syntax.identifier.variable 130 | 0.127649 0.39069 0.626255 1 131 | xcode.syntax.identifier.variable.system 132 | 0.0981504 0.0981504 0.0981504 1 133 | xcode.syntax.keyword 134 | 0.450738 0.158797 0.576753 1 135 | xcode.syntax.number 136 | 0.870061 0.20702 0.180645 1 137 | xcode.syntax.plain 138 | 0.0980392 0.0980392 0.0980392 1 139 | xcode.syntax.preprocessor 140 | 0.931077 0.544006 0.0695725 1 141 | xcode.syntax.string 142 | 0.870061 0.20702 0.180645 1 143 | xcode.syntax.url 144 | 0.215686 0.215686 1 1 145 | 146 | DVTSourceTextSyntaxFonts 147 | 148 | xcode.syntax.attribute 149 | Menlo-Regular - 13.0 150 | xcode.syntax.character 151 | Menlo-Regular - 13.0 152 | xcode.syntax.comment 153 | Menlo-Regular - 13.0 154 | xcode.syntax.comment.doc 155 | Menlo-Regular - 13.0 156 | xcode.syntax.comment.doc.keyword 157 | Menlo-Regular - 13.0 158 | xcode.syntax.identifier.class 159 | Menlo-Regular - 13.0 160 | xcode.syntax.identifier.class.system 161 | Menlo-Regular - 13.0 162 | xcode.syntax.identifier.constant 163 | Menlo-Regular - 13.0 164 | xcode.syntax.identifier.constant.system 165 | Menlo-Regular - 13.0 166 | xcode.syntax.identifier.function 167 | Menlo-Regular - 13.0 168 | xcode.syntax.identifier.function.system 169 | Menlo-Regular - 13.0 170 | xcode.syntax.identifier.macro 171 | Menlo-Regular - 13.0 172 | xcode.syntax.identifier.macro.system 173 | Menlo-Regular - 13.0 174 | xcode.syntax.identifier.type 175 | Menlo-Regular - 13.0 176 | xcode.syntax.identifier.type.system 177 | Menlo-Regular - 13.0 178 | xcode.syntax.identifier.variable 179 | Menlo-Regular - 13.0 180 | xcode.syntax.identifier.variable.system 181 | Menlo-Regular - 13.0 182 | xcode.syntax.keyword 183 | Menlo-Regular - 13.0 184 | xcode.syntax.number 185 | Menlo-Regular - 13.0 186 | xcode.syntax.plain 187 | Menlo-Regular - 13.0 188 | xcode.syntax.preprocessor 189 | Menlo-Regular - 13.0 190 | xcode.syntax.string 191 | Menlo-Regular - 13.0 192 | xcode.syntax.url 193 | Menlo-Regular - 13.0 194 | 195 | 196 | 197 | --------------------------------------------------------------------------------