├── LICENSE ├── README.md ├── Solarized Light.xccolortheme ├── install.sh └── solarized-light.png /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Nelson Yeung 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the "Software"), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | 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, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Solarized Light for Xcode 2 | ======================== 3 | 4 | ![Solarized Light Screenshot](https://github.com/nelsyeung/Solarized-Light-for-Xcode/blob/master/solarized-light.png?raw=true "Solarized Light Screenshot") 5 | 6 | ## Background 7 | This theme works with Xcode 8, 9, 10 and 11. 8 | 9 | If you would like this theme to work for older versions of Xcode, simply rename the `.xccolortheme` 10 | file to be `.dvtcolortheme` instead. 11 | 12 | ## Installation 13 | ### Automatic (via script) 14 | ``` 15 | ./install.sh 16 | ``` 17 | 18 | which will install the file in Xcode `FontAndColorThemes` directory. 19 | 20 | ### Manual Installation 21 | Copy the .xccolortheme file into the following directory: 22 | 23 | ``` 24 | ~/Library/Developer/Xcode/UserData/FontAndColorThemes 25 | ``` 26 | - Restart Xcode 27 | - Go to preferences and select **Solarized Light** 28 | 29 | ## The original [Solarized Dark theme](https://github.com/ArtSabintsev/Solarized-Dark-for-Xcode) is created and maintained by 30 | [Arthur Ariel Sabintsev](http://www.sabintsev.com) 31 | 32 | This theme will be kept in sync with the dark theme. 33 | 34 | ## Created and maintained by 35 | [Nelson Yeung](http://www.nelsyeung.com) 36 | -------------------------------------------------------------------------------- /Solarized Light.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.513725 0.580392 0.588235 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Regular - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.164706 0.631373 0.596078 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.827451 0.211765 0.509804 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.513725 0.580392 0.588235 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.164706 0.631373 0.596078 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Regular - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.988235 0.956863 0.862745 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.933333 0.909804 0.835294 1 29 | DVTConsoleTextSelectionColor 30 | 0.968627 0.941176 0.847059 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.513725 0.580392 0.588235 1 33 | DVTFontAndColorVersion 34 | 1 35 | DVTLineSpacing 36 | 1.1000000238418579 37 | DVTMarkupTextBackgroundColor 38 | 0.08 0.235137 0.274824 1 39 | DVTMarkupTextBorderColor 40 | 0.1536 0.296326 0.332838 1 41 | DVTMarkupTextCodeFont 42 | Menlo-Regular - 10.0 43 | DVTMarkupTextEmphasisColor 44 | 0.576471 0.631373 0.631373 1 45 | DVTMarkupTextEmphasisFont 46 | .SFNSText-Italic - 10.0 47 | DVTMarkupTextInlineCodeColor 48 | 0.576471 0.631373 0.631373 0.7 49 | DVTMarkupTextLinkColor 50 | 0.576471 0.631373 0.631373 1 51 | DVTMarkupTextLinkFont 52 | .SFNSText - 10.0 53 | DVTMarkupTextNormalColor 54 | 0.576471 0.631373 0.631373 1 55 | DVTMarkupTextNormalFont 56 | .SFNSText - 10.0 57 | DVTMarkupTextOtherHeadingColor 58 | 0.576471 0.631373 0.631373 0.5 59 | DVTMarkupTextOtherHeadingFont 60 | .SFNSText - 14.0 61 | DVTMarkupTextPrimaryHeadingColor 62 | 0.576471 0.631373 0.631373 1 63 | DVTMarkupTextPrimaryHeadingFont 64 | .SFNSDisplay - 24.0 65 | DVTMarkupTextSecondaryHeadingColor 66 | 0.576471 0.631373 0.631373 1 67 | DVTMarkupTextSecondaryHeadingFont 68 | .SFNSText - 18.0 69 | DVTMarkupTextStrongColor 70 | 0.576471 0.631373 0.631373 1 71 | DVTMarkupTextStrongFont 72 | .SFNSText-Bold - 10.0 73 | DVTScrollbarMarkerAnalyzerColor 74 | 0.403922 0.372549 1 1 75 | DVTScrollbarMarkerBreakpointColor 76 | 0.290196 0.290196 0.968627 1 77 | DVTScrollbarMarkerDiffColor 78 | 0.556863 0.556863 0.556863 1 79 | DVTScrollbarMarkerDiffConflictColor 80 | 0.968627 0.290196 0.290196 1 81 | DVTScrollbarMarkerErrorColor 82 | 0.968627 0.290196 0.290196 1 83 | DVTScrollbarMarkerRuntimeIssueColor 84 | 0.643137 0.509804 1 1 85 | DVTScrollbarMarkerWarningColor 86 | 0.937255 0.717647 0.34902 1 87 | DVTSourceTextBackground 88 | 0.988235 0.956863 0.862745 1 89 | DVTSourceTextBlockDimBackgroundColor 90 | 0.5 0.5 0.5 1 91 | DVTSourceTextCurrentLineHighlightColor 92 | 0.968627 0.941176 0.847059 1 93 | DVTSourceTextInsertionPointColor 94 | 0.933333 0.909804 0.835294 1 95 | DVTSourceTextInvisiblesColor 96 | 0.513725 0.580392 0.588235 1 97 | DVTSourceTextSelectionColor 98 | 0.917647 0.886275 0.796078 1 99 | DVTSourceTextSyntaxColors 100 | 101 | xcode.syntax.attribute 102 | 0.709804 0.537255 0 1 103 | xcode.syntax.character 104 | 0.862745 0.196078 0.184314 1 105 | xcode.syntax.comment 106 | 0.576471 0.631373 0.631373 1 107 | xcode.syntax.comment.doc 108 | 0.396078 0.482353 0.513725 1 109 | xcode.syntax.comment.doc.keyword 110 | 0.027451 0.211765 0.258824 1 111 | xcode.syntax.declaration.other 112 | 0.14902 0.545098 0.823529 1 113 | xcode.syntax.declaration.type 114 | 0.14902 0.545098 0.823529 1 115 | xcode.syntax.identifier.class 116 | 0.423529 0.443137 0.768627 1 117 | xcode.syntax.identifier.class.system 118 | 0.423529 0.443137 0.768627 1 119 | xcode.syntax.identifier.constant 120 | 0.521569 0.6 0 1 121 | xcode.syntax.identifier.constant.system 122 | 0.521569 0.6 0 1 123 | xcode.syntax.identifier.function 124 | 0.14902 0.545098 0.823529 1 125 | xcode.syntax.identifier.function.system 126 | 0.14902 0.545098 0.823529 1 127 | xcode.syntax.identifier.macro 128 | 0.709804 0.537255 0 1 129 | xcode.syntax.identifier.macro.system 130 | 0.709804 0.537255 0 1 131 | xcode.syntax.identifier.type 132 | 0.423529 0.443137 0.768627 1 133 | xcode.syntax.identifier.type.system 134 | 0.423529 0.443137 0.768627 1 135 | xcode.syntax.identifier.variable 136 | 0.164706 0.631373 0.596078 1 137 | xcode.syntax.identifier.variable.system 138 | 0.164706 0.631373 0.596078 1 139 | xcode.syntax.keyword 140 | 0.827451 0.211765 0.509804 1 141 | xcode.syntax.mark 142 | 0.572549 0.631373 0.694118 1 143 | xcode.syntax.markup.code 144 | 0.665 0.052 0.569 1 145 | xcode.syntax.number 146 | 0.862745 0.196078 0.184314 1 147 | xcode.syntax.plain 148 | 0.345098 0.431373 0.458824 1 149 | xcode.syntax.preprocessor 150 | 0.709804 0.537255 0 1 151 | xcode.syntax.string 152 | 0.796078 0.294118 0.0862745 1 153 | xcode.syntax.url 154 | 0.576471 0.631373 0.631373 1 155 | 156 | DVTSourceTextSyntaxFonts 157 | 158 | xcode.syntax.attribute 159 | Menlo-Regular - 11.0 160 | xcode.syntax.character 161 | Menlo-Regular - 11.0 162 | xcode.syntax.comment 163 | Menlo-Regular - 11.0 164 | xcode.syntax.comment.doc 165 | Menlo-Regular - 11.0 166 | xcode.syntax.comment.doc.keyword 167 | Menlo-Regular - 11.0 168 | xcode.syntax.declaration.other 169 | Menlo-Regular - 11.0 170 | xcode.syntax.declaration.type 171 | Menlo-Regular - 11.0 172 | xcode.syntax.identifier.class 173 | Menlo-Regular - 11.0 174 | xcode.syntax.identifier.class.system 175 | Menlo-Regular - 11.0 176 | xcode.syntax.identifier.constant 177 | Menlo-Regular - 11.0 178 | xcode.syntax.identifier.constant.system 179 | Menlo-Regular - 11.0 180 | xcode.syntax.identifier.function 181 | Menlo-Regular - 11.0 182 | xcode.syntax.identifier.function.system 183 | Menlo-Regular - 11.0 184 | xcode.syntax.identifier.macro 185 | Menlo-Regular - 11.0 186 | xcode.syntax.identifier.macro.system 187 | Menlo-Regular - 11.0 188 | xcode.syntax.identifier.type 189 | Menlo-Regular - 11.0 190 | xcode.syntax.identifier.type.system 191 | Menlo-Regular - 11.0 192 | xcode.syntax.identifier.variable 193 | Menlo-Regular - 11.0 194 | xcode.syntax.identifier.variable.system 195 | Menlo-Regular - 11.0 196 | xcode.syntax.keyword 197 | Menlo-Regular - 11.0 198 | xcode.syntax.mark 199 | Menlo-Bold - 11.0 200 | xcode.syntax.markup.code 201 | Menlo-Regular - 11.0 202 | xcode.syntax.number 203 | Menlo-Regular - 11.0 204 | xcode.syntax.plain 205 | Menlo-Regular - 11.0 206 | xcode.syntax.preprocessor 207 | Menlo-Regular - 11.0 208 | xcode.syntax.string 209 | Menlo-Regular - 11.0 210 | xcode.syntax.url 211 | Menlo-Regular - 11.0 212 | 213 | 214 | 215 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | set -x 3 | DESTDIR=~/Library/Developer/Xcode/UserData/FontAndColorThemes/ 4 | mkdir -p $DESTDIR 5 | cp *.xccolortheme $DESTDIR/ 6 | -------------------------------------------------------------------------------- /solarized-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nelsyeung/Solarized-Light-for-Xcode/81e1f675e9633814b021e00b348fd49fc7274858/solarized-light.png --------------------------------------------------------------------------------