├── README.md ├── Screenshot_Dark.png ├── Screenshot_Light.png ├── Solarized Dark.xccolortheme ├── Solarized Light.xccolortheme └── install.sh /README.md: -------------------------------------------------------------------------------- 1 | # Solarized Light & Dark Theme for Xcode 2 | #### - Enjoy the world's most-popular theme for programming on Xcode 3 | ![Solarized Light](Screenshot_Dark.png) 4 | ![Solarized Dark](Screenshot_Light.png) 5 | 6 | ## Installation 7 | > *Tested working on Xcode 12+* 8 | 9 | 1. Copy the two .xccolortheme files into `~/Library/Developer/Xcode/UserData/FontAndColorThemes`. You may have to create the directory if there isn't an existed one. 10 | 2. Restart your Xcode if it is running. 11 | 3. Select Solarized Light/Dark theme in your Xcode 'Preferences - Fonts & Colors (Tab)'. 12 | 13 | Or run the following: 14 | ```bash 15 | git clone git@github.com:stackia/solarized-xcode.git && solarized-xcode/install.sh 16 | ``` 17 | 18 | ## See also 19 | [The Official Homepage for Solarized Theme](http://ethanschoonover.com/solarized) 20 | -------------------------------------------------------------------------------- /Screenshot_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stackia/solarized-xcode/c5837ec032618684015d9a8bd13a4fd7c917525c/Screenshot_Dark.png -------------------------------------------------------------------------------- /Screenshot_Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stackia/solarized-xcode/c5837ec032618684015d9a8bd13a4fd7c917525c/Screenshot_Light.png -------------------------------------------------------------------------------- /Solarized Dark.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0 0 0 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0 0 0 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.317071 0.437736 1 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0 0 0 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0 0 0 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 1 1 1 1 27 | DVTConsoleTextInsertionPointColor 28 | 0 0 0 1 29 | DVTConsoleTextSelectionColor 30 | 0.642038 0.802669 0.999195 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.705792 0.8 0.544 1 33 | DVTSourceTextBackground 34 | 0.0159244 0.126521 0.159696 1 35 | DVTSourceTextBlockDimBackgroundColor 36 | 0.5 0.5 0.5 1 37 | DVTSourceTextInsertionPointColor 38 | 0.44058 0.509629 0.516858 1 39 | DVTSourceTextInvisiblesColor 40 | 0.505992 0.564858 0.563637 1 41 | DVTSourceTextSelectionColor 42 | 0.0393807 0.160116 0.198333 1 43 | DVTSourceTextSyntaxColors 44 | 45 | xcode.syntax.attribute 46 | 0.512 0.423 0.157 1 47 | xcode.syntax.character 48 | 0.146795 0.570824 0.525023 1 49 | xcode.syntax.comment 50 | 0.27672 0.35666 0.382985 1 51 | xcode.syntax.comment.doc 52 | 0.27672 0.35666 0.382985 1 53 | xcode.syntax.comment.doc.keyword 54 | 0.505992 0.564858 0.563637 1 55 | xcode.syntax.identifier.class 56 | 0.647465 0.467514 0.0234848 1 57 | xcode.syntax.identifier.class.system 58 | 0.647465 0.467514 0.0234848 1 59 | xcode.syntax.identifier.constant 60 | 0.127549 0.462659 0.782314 1 61 | xcode.syntax.identifier.constant.system 62 | 0.127549 0.462659 0.782314 1 63 | xcode.syntax.identifier.function 64 | 0.347924 0.351372 0.717917 1 65 | xcode.syntax.identifier.function.system 66 | 0.347924 0.351372 0.717917 1 67 | xcode.syntax.identifier.macro 68 | 0.741763 0.213253 0.0735304 1 69 | xcode.syntax.identifier.macro.system 70 | 0.741763 0.213253 0.0735304 1 71 | xcode.syntax.identifier.type 72 | 0.647465 0.467514 0.0234848 1 73 | xcode.syntax.identifier.type.system 74 | 0.647465 0.467514 0.0234848 1 75 | xcode.syntax.identifier.variable 76 | 0.777389 0.108025 0.435166 1 77 | xcode.syntax.identifier.variable.system 78 | 0.777389 0.108025 0.435166 1 79 | xcode.syntax.keyword 80 | 0.449775 0.541155 0.0202088 1 81 | xcode.syntax.number 82 | 0.146795 0.570824 0.525023 1 83 | xcode.syntax.plain 84 | 0.44058 0.509629 0.516858 1 85 | xcode.syntax.preprocessor 86 | 0.741763 0.213253 0.0735304 1 87 | xcode.syntax.string 88 | 0.146795 0.570824 0.525023 1 89 | xcode.syntax.url 90 | 0.127549 0.462659 0.782314 1 91 | 92 | DVTSourceTextSyntaxFonts 93 | 94 | xcode.syntax.attribute 95 | Menlo-Regular - 11.0 96 | xcode.syntax.character 97 | Menlo-Regular - 11.0 98 | xcode.syntax.comment 99 | Menlo-Regular - 11.0 100 | xcode.syntax.comment.doc 101 | Menlo-Regular - 11.0 102 | xcode.syntax.comment.doc.keyword 103 | Menlo-Regular - 11.0 104 | xcode.syntax.identifier.class 105 | Menlo-Regular - 11.0 106 | xcode.syntax.identifier.class.system 107 | Menlo-Regular - 11.0 108 | xcode.syntax.identifier.constant 109 | Menlo-Regular - 11.0 110 | xcode.syntax.identifier.constant.system 111 | Menlo-Regular - 11.0 112 | xcode.syntax.identifier.function 113 | Menlo-Regular - 11.0 114 | xcode.syntax.identifier.function.system 115 | Menlo-Regular - 11.0 116 | xcode.syntax.identifier.macro 117 | Menlo-Regular - 11.0 118 | xcode.syntax.identifier.macro.system 119 | Menlo-Regular - 11.0 120 | xcode.syntax.identifier.type 121 | Menlo-Regular - 11.0 122 | xcode.syntax.identifier.type.system 123 | Menlo-Regular - 11.0 124 | xcode.syntax.identifier.variable 125 | Menlo-Regular - 11.0 126 | xcode.syntax.identifier.variable.system 127 | Menlo-Regular - 11.0 128 | xcode.syntax.keyword 129 | Menlo-Regular - 11.0 130 | xcode.syntax.number 131 | Menlo-Regular - 11.0 132 | xcode.syntax.plain 133 | Menlo-Regular - 11.0 134 | xcode.syntax.preprocessor 135 | Menlo-Regular - 11.0 136 | xcode.syntax.string 137 | Menlo-Regular - 11.0 138 | xcode.syntax.url 139 | Menlo-Regular - 11.0 140 | 141 | 142 | 143 | -------------------------------------------------------------------------------- /Solarized Light.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0 0 0 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0 0 0 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.317071 0.437736 1 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0 0 0 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0 0 0 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 1 1 1 1 27 | DVTConsoleTextInsertionPointColor 28 | 0 0 0 1 29 | DVTConsoleTextSelectionColor 30 | 0.642038 0.802669 0.999195 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.705792 0.8 0.544 1 33 | DVTSourceTextBackground 34 | 0.989434 0.957944 0.86406 1 35 | DVTSourceTextBlockDimBackgroundColor 36 | 0.5 0.5 0.5 1 37 | DVTSourceTextInsertionPointColor 38 | 0.0159244 0.126521 0.159696 1 39 | DVTSourceTextInvisiblesColor 40 | 0.505992 0.564858 0.563637 1 41 | DVTSourceTextSelectionColor 42 | 0.916111 0.890012 0.797811 1 43 | DVTSourceTextSyntaxColors 44 | 45 | xcode.syntax.attribute 46 | 0.512 0.423 0.157 1 47 | xcode.syntax.character 48 | 0.146795 0.570824 0.525023 1 49 | xcode.syntax.comment 50 | 0.505992 0.564858 0.563637 1 51 | xcode.syntax.comment.doc 52 | 0.505992 0.564858 0.563637 1 53 | xcode.syntax.comment.doc.keyword 54 | 0.27672 0.35666 0.382985 1 55 | xcode.syntax.identifier.class 56 | 0.647465 0.467514 0.0234848 1 57 | xcode.syntax.identifier.class.system 58 | 0.647465 0.467514 0.0234848 1 59 | xcode.syntax.identifier.constant 60 | 0.127549 0.462659 0.782314 1 61 | xcode.syntax.identifier.constant.system 62 | 0.127549 0.462659 0.782314 1 63 | xcode.syntax.identifier.function 64 | 0.347924 0.351372 0.717917 1 65 | xcode.syntax.identifier.function.system 66 | 0.347924 0.351372 0.717917 1 67 | xcode.syntax.identifier.macro 68 | 0.741763 0.213253 0.0735304 1 69 | xcode.syntax.identifier.macro.system 70 | 0.741763 0.213253 0.0735304 1 71 | xcode.syntax.identifier.type 72 | 0.647465 0.467514 0.0234848 1 73 | xcode.syntax.identifier.type.system 74 | 0.647465 0.467514 0.0234848 1 75 | xcode.syntax.identifier.variable 76 | 0.777389 0.108025 0.435166 1 77 | xcode.syntax.identifier.variable.system 78 | 0.777389 0.108025 0.435166 1 79 | xcode.syntax.keyword 80 | 0.449775 0.541155 0.0202088 1 81 | xcode.syntax.number 82 | 0.146795 0.570824 0.525023 1 83 | xcode.syntax.plain 84 | 0.324366 0.407177 0.438506 1 85 | xcode.syntax.preprocessor 86 | 0.741763 0.213253 0.0735304 1 87 | xcode.syntax.string 88 | 0.146795 0.570824 0.525023 1 89 | xcode.syntax.url 90 | 0.127549 0.462659 0.782314 1 91 | 92 | DVTSourceTextSyntaxFonts 93 | 94 | xcode.syntax.attribute 95 | Menlo-Regular - 11.0 96 | xcode.syntax.character 97 | Menlo-Regular - 11.0 98 | xcode.syntax.comment 99 | Menlo-Regular - 11.0 100 | xcode.syntax.comment.doc 101 | Menlo-Regular - 11.0 102 | xcode.syntax.comment.doc.keyword 103 | Menlo-Regular - 11.0 104 | xcode.syntax.identifier.class 105 | Menlo-Regular - 11.0 106 | xcode.syntax.identifier.class.system 107 | Menlo-Regular - 11.0 108 | xcode.syntax.identifier.constant 109 | Menlo-Regular - 11.0 110 | xcode.syntax.identifier.constant.system 111 | Menlo-Regular - 11.0 112 | xcode.syntax.identifier.function 113 | Menlo-Regular - 11.0 114 | xcode.syntax.identifier.function.system 115 | Menlo-Regular - 11.0 116 | xcode.syntax.identifier.macro 117 | Menlo-Regular - 11.0 118 | xcode.syntax.identifier.macro.system 119 | Menlo-Regular - 11.0 120 | xcode.syntax.identifier.type 121 | Menlo-Regular - 11.0 122 | xcode.syntax.identifier.type.system 123 | Menlo-Regular - 11.0 124 | xcode.syntax.identifier.variable 125 | Menlo-Regular - 11.0 126 | xcode.syntax.identifier.variable.system 127 | Menlo-Regular - 11.0 128 | xcode.syntax.keyword 129 | Menlo-Regular - 11.0 130 | xcode.syntax.number 131 | Menlo-Regular - 11.0 132 | xcode.syntax.plain 133 | Menlo-Regular - 11.0 134 | xcode.syntax.preprocessor 135 | Menlo-Regular - 11.0 136 | xcode.syntax.string 137 | Menlo-Regular - 11.0 138 | xcode.syntax.url 139 | Menlo-Regular - 11.0 140 | 141 | 142 | 143 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -e 4 | 5 | script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)" 6 | target_dir=~/Library/Developer/Xcode/UserData/FontAndColorThemes 7 | 8 | mkdir -p "$target_dir" 9 | cp "$script_dir"/*.xccolortheme "$target_dir" 10 | --------------------------------------------------------------------------------