├── Images ├── Dark_Side_Xcode.png ├── Light_Side_Xcode.png ├── Star_Wars_Xcode_Theme_Colors.png └── Star_Wars_Xcode_Theme_Header.png ├── LICENSE ├── README.md ├── Star Wars Dark Side.xccolortheme └── Star Wars Light Side.xccolortheme /Images/Dark_Side_Xcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mouredev/StarWarsXcodeTheme/817b05c8fb3058877fb33dadc4f1e557f9367cca/Images/Dark_Side_Xcode.png -------------------------------------------------------------------------------- /Images/Light_Side_Xcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mouredev/StarWarsXcodeTheme/817b05c8fb3058877fb33dadc4f1e557f9367cca/Images/Light_Side_Xcode.png -------------------------------------------------------------------------------- /Images/Star_Wars_Xcode_Theme_Colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mouredev/StarWarsXcodeTheme/817b05c8fb3058877fb33dadc4f1e557f9367cca/Images/Star_Wars_Xcode_Theme_Colors.png -------------------------------------------------------------------------------- /Images/Star_Wars_Xcode_Theme_Header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mouredev/StarWarsXcodeTheme/817b05c8fb3058877fb33dadc4f1e557f9367cca/Images/Star_Wars_Xcode_Theme_Header.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Brais Moure 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 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![Star Wars Xcode theme](./Images/Star_Wars_Xcode_Theme_Header.png) 2 | 3 | # Star Wars: A Dark(side) or Light(side) theme for [Xcode](https://developer.apple.com/xcode/) 4 | [![Web](https://img.shields.io/badge/website-MoureDev.com-blue.svg?style=for-the-badge)](http://mouredev.com/) 5 | [![Twitter](https://img.shields.io/badge/twitter-@MoureDev-blue.svg?style=for-the-badge)](https://twitter.com/MoureDev) 6 | [![npm](https://img.shields.io/npm/l/express.svg?style=for-the-badge)](https://github.com/mouredev/StarWarsXcodeTheme/blob/master/LICENSE) 7 | 8 | ![Star Wars Xcode theme](./Images/Star_Wars_Xcode_Theme_Colors.png) 9 | 10 | ## Dark(side) theme 11 | Use `Star Wars Dark Side.xccolortheme` file. 12 | 13 | ![Star Wars Xcode theme Light side](./Images/Dark_Side_Xcode.png) 14 | 15 | ## Light(side) theme 16 | Use `Star Wars Light Side.xccolortheme` file. 17 | 18 | ![Star Wars Xcode theme Light side](./Images/Light_Side_Xcode.png) 19 | 20 | ## Requirements 21 | 22 | * **Download** and install [Xcode](https://developer.apple.com/xcode/). 23 | * **Download** the **AWESOME** [Fira Code: monospaced font with programming ligatures](https://github.com/tonsky/FiraCode) and install `Fira Code Retina` font. 24 | 25 | ## Installation 26 | 27 | ### Using Git 28 | 29 | > 1. **Clone** the repo: 30 | `$ git clone https://github.com/mouredev/StarWarsXcodeTheme.git`. 31 | 32 | > 2. **Create** the custom Xcode themes folder: `$ mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/`. 33 | 34 | > 3. **Copy** (or move) the `*.xccolortheme` files into. 35 | 36 | ### Manually 37 | 38 | > 1. **Download** the project [Star Wars Xcode theme master](https://github.com/mouredev/StarWarsXcodeTheme/archive/master.zip) master .zip. 39 | 40 | > 2. **Unzip** it. 41 | 42 | > 3. **Create** the custom Xcode themes folder: `~/Library/Developer/Xcode/UserData/FontAndColorThemes/`. 43 | 44 | > 4. **Copy** (or move) the `*.xccolortheme` files into. 45 | 46 | ## Activation 47 | 48 | > 1. **Open** Xcode. 49 | 50 | > 2. **Go** to `Xcode > Preferences > Fonts & Colors`. 51 | 52 | > 3. **Choose your side**: `Star Wars Dark Side.xccolortheme` for **Dark** side || `Star Wars Light Side.xccolortheme` for **Light** side. 53 | 54 | > 4. **Enjoy**. 55 | 56 | ## Author 57 | 58 | *Created with love || rage by Brais Moure. 59 | Website: [https://mouredev.com](https://mouredev.com). 60 | Twitter: [@MoureDev](https://twitter.com/MoureDev).* 61 | 62 | ## Credits 63 | *Stickers taken from the official [Star Wars App](http://www.starwars.com/games-apps/star-wars-app). 64 | Star Wars is property of The Walt Disney Company & Lucasfilm Ltd. All rights reserved.* 65 | 66 | ## License 67 | [MIT License](https://github.com/mouredev/StarWarsXcodeTheme/blob/master/LICENSE) 68 | 69 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /Star Wars Dark Side.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 1 1 1 1 7 | DVTConsoleDebuggerInputTextFont 8 | FiraCode-Retina - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 1 1 1 1 11 | DVTConsoleDebuggerOutputTextFont 12 | FiraCode-Retina - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.996078 0.792157 0.313725 1 15 | DVTConsoleDebuggerPromptTextFont 16 | FiraCode-Retina - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 1 1 1 1 19 | DVTConsoleExectuableInputTextFont 20 | FiraCode-Retina - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 1 1 1 1 23 | DVTConsoleExectuableOutputTextFont 24 | FiraCode-Retina - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.129412 0.129412 0.129412 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.996078 0.792157 0.313725 1 29 | DVTConsoleTextSelectionColor 30 | 0.258824 0.258824 0.258824 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.454902 0.45098 0.411765 1 33 | DVTLineSpacing 34 | 1.1000000238418579 35 | DVTMarkupTextBackgroundColor 36 | 0.220706 0.235137 0.264 1 37 | DVTMarkupTextBorderColor 38 | 0.283049 0.296326 0.32288 1 39 | DVTMarkupTextCodeFont 40 | Monaco - 13.0 41 | DVTMarkupTextEmphasisColor 42 | 0.65098 0.698039 0.752941 1 43 | DVTMarkupTextEmphasisFont 44 | .SFNSText-Italic - 13.0 45 | DVTMarkupTextInlineCodeColor 46 | 0.65098 0.698039 0.752941 0.7 47 | DVTMarkupTextLinkColor 48 | 0.823529 0.580392 0.364706 1 49 | DVTMarkupTextLinkFont 50 | .SFNSText - 13.0 51 | DVTMarkupTextNormalColor 52 | 0.65098 0.698039 0.752941 1 53 | DVTMarkupTextNormalFont 54 | .SFNSText - 13.0 55 | DVTMarkupTextOtherHeadingColor 56 | 0.65098 0.698039 0.752941 0.5 57 | DVTMarkupTextOtherHeadingFont 58 | .SFNSText - 18.2 59 | DVTMarkupTextPrimaryHeadingColor 60 | 0.65098 0.698039 0.752941 1 61 | DVTMarkupTextPrimaryHeadingFont 62 | .SFNSDisplay - 31.2 63 | DVTMarkupTextSecondaryHeadingColor 64 | 0.65098 0.698039 0.752941 1 65 | DVTMarkupTextSecondaryHeadingFont 66 | .SFNSDisplay - 23.4 67 | DVTMarkupTextStrongColor 68 | 0.65098 0.698039 0.752941 1 69 | DVTMarkupTextStrongFont 70 | .SFNSText-Bold - 13.0 71 | DVTSourceTextBackground 72 | 0.129412 0.129412 0.129412 1 73 | DVTSourceTextBlockDimBackgroundColor 74 | 0.5 0.5 0.5 1 75 | DVTSourceTextCurrentLineHighlightColor 76 | 0.192157 0.192157 0.192157 1 77 | DVTSourceTextInsertionPointColor 78 | 0.996078 0.792157 0.313725 1 79 | DVTSourceTextInvisiblesColor 80 | 0.458824 0.458824 0.458824 1 81 | DVTSourceTextSelectionColor 82 | 0.258824 0.258824 0.258824 1 83 | DVTSourceTextSyntaxColors 84 | 85 | xcode.syntax.attribute 86 | 0.980392 0.647059 0.290196 1 87 | xcode.syntax.character 88 | 0.862745 0.258824 0.360784 1 89 | xcode.syntax.comment 90 | 0.996078 0.792157 0.313725 1 91 | xcode.syntax.comment.doc 92 | 1 0.819608 0.25098 1 93 | xcode.syntax.comment.doc.keyword 94 | 0.980392 0.682353 0.243137 1 95 | xcode.syntax.identifier.class 96 | 0.662745 0.423529 0.239216 1 97 | xcode.syntax.identifier.class.system 98 | 0.662745 0.423529 0.239216 1 99 | xcode.syntax.identifier.constant 100 | 0.682353 0.737255 0.607843 1 101 | xcode.syntax.identifier.constant.system 102 | 0.682353 0.737255 0.607843 1 103 | xcode.syntax.identifier.function 104 | 0.439216 0.784314 0.788235 1 105 | xcode.syntax.identifier.function.system 106 | 0.439216 0.784314 0.788235 1 107 | xcode.syntax.identifier.macro 108 | 0.207843 0.643137 0.580392 1 109 | xcode.syntax.identifier.macro.system 110 | 0.207843 0.643137 0.580392 1 111 | xcode.syntax.identifier.type 112 | 0.898039 0.756863 0.486275 1 113 | xcode.syntax.identifier.type.system 114 | 0.898039 0.756863 0.486275 1 115 | xcode.syntax.identifier.variable 116 | 0.607843 0.8 0.482353 1 117 | xcode.syntax.identifier.variable.system 118 | 0.607843 0.8 0.482353 1 119 | xcode.syntax.keyword 120 | 0.882353 0.486275 0.447059 1 121 | xcode.syntax.number 122 | 0.027451 0.662745 0.847059 1 123 | xcode.syntax.plain 124 | 1 1 1 1 125 | xcode.syntax.preprocessor 126 | 0.796078 0.768627 0.6 1 127 | xcode.syntax.string 128 | 0.862745 0.258824 0.360784 1 129 | xcode.syntax.url 130 | 0.980392 0.647059 0.290196 1 131 | 132 | DVTSourceTextSyntaxFonts 133 | 134 | xcode.syntax.attribute 135 | FiraCode-Retina - 11.0 136 | xcode.syntax.character 137 | FiraCode-Retina - 11.0 138 | xcode.syntax.comment 139 | FiraCode-Retina - 11.0 140 | xcode.syntax.comment.doc 141 | FiraCode-Retina - 11.0 142 | xcode.syntax.comment.doc.keyword 143 | FiraCode-Retina - 11.0 144 | xcode.syntax.identifier.class 145 | FiraCode-Retina - 11.0 146 | xcode.syntax.identifier.class.system 147 | FiraCode-Retina - 11.0 148 | xcode.syntax.identifier.constant 149 | FiraCode-Retina - 11.0 150 | xcode.syntax.identifier.constant.system 151 | FiraCode-Retina - 11.0 152 | xcode.syntax.identifier.function 153 | FiraCode-Retina - 11.0 154 | xcode.syntax.identifier.function.system 155 | FiraCode-Retina - 11.0 156 | xcode.syntax.identifier.macro 157 | FiraCode-Retina - 11.0 158 | xcode.syntax.identifier.macro.system 159 | FiraCode-Retina - 11.0 160 | xcode.syntax.identifier.type 161 | FiraCode-Retina - 11.0 162 | xcode.syntax.identifier.type.system 163 | FiraCode-Retina - 11.0 164 | xcode.syntax.identifier.variable 165 | FiraCode-Retina - 11.0 166 | xcode.syntax.identifier.variable.system 167 | FiraCode-Retina - 11.0 168 | xcode.syntax.keyword 169 | FiraCode-Retina - 11.0 170 | xcode.syntax.number 171 | FiraCode-Retina - 11.0 172 | xcode.syntax.plain 173 | FiraCode-Retina - 11.0 174 | xcode.syntax.preprocessor 175 | FiraCode-Retina - 11.0 176 | xcode.syntax.string 177 | FiraCode-Retina - 11.0 178 | xcode.syntax.url 179 | FiraCode-Retina - 11.0 180 | 181 | 182 | 183 | -------------------------------------------------------------------------------- /Star Wars Light Side.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.129412 0.129412 0.129412 1 7 | DVTConsoleDebuggerInputTextFont 8 | FiraCode-Retina - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.129412 0.129412 0.129412 1 11 | DVTConsoleDebuggerOutputTextFont 12 | FiraCode-Retina - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.996078 0.792157 0.313725 1 15 | DVTConsoleDebuggerPromptTextFont 16 | FiraCode-Retina - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.129412 0.129412 0.129412 1 19 | DVTConsoleExectuableInputTextFont 20 | FiraCode-Retina - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.129412 0.129412 0.129412 1 23 | DVTConsoleExectuableOutputTextFont 24 | FiraCode-Retina - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 1 1 1 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.996078 0.792157 0.313725 1 29 | DVTConsoleTextSelectionColor 30 | 0.933333 0.882353 0.756863 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.454902 0.45098 0.411765 1 33 | DVTLineSpacing 34 | 1.1000000238418579 35 | DVTMarkupTextBackgroundColor 36 | 0.220706 0.235137 0.264 1 37 | DVTMarkupTextBorderColor 38 | 0.283049 0.296326 0.32288 1 39 | DVTMarkupTextCodeFont 40 | Monaco - 13.0 41 | DVTMarkupTextEmphasisColor 42 | 0.65098 0.698039 0.752941 1 43 | DVTMarkupTextEmphasisFont 44 | .SFNSText-Italic - 13.0 45 | DVTMarkupTextInlineCodeColor 46 | 0.65098 0.698039 0.752941 0.7 47 | DVTMarkupTextLinkColor 48 | 0.823529 0.580392 0.364706 1 49 | DVTMarkupTextLinkFont 50 | .SFNSText - 13.0 51 | DVTMarkupTextNormalColor 52 | 0.65098 0.698039 0.752941 1 53 | DVTMarkupTextNormalFont 54 | .SFNSText - 13.0 55 | DVTMarkupTextOtherHeadingColor 56 | 0.65098 0.698039 0.752941 0.5 57 | DVTMarkupTextOtherHeadingFont 58 | .SFNSText - 18.2 59 | DVTMarkupTextPrimaryHeadingColor 60 | 0.65098 0.698039 0.752941 1 61 | DVTMarkupTextPrimaryHeadingFont 62 | .SFNSDisplay - 31.2 63 | DVTMarkupTextSecondaryHeadingColor 64 | 0.65098 0.698039 0.752941 1 65 | DVTMarkupTextSecondaryHeadingFont 66 | .SFNSDisplay - 23.4 67 | DVTMarkupTextStrongColor 68 | 0.65098 0.698039 0.752941 1 69 | DVTMarkupTextStrongFont 70 | .SFNSText-Bold - 13.0 71 | DVTSourceTextBackground 72 | 1 0.999974 0.999991 1 73 | DVTSourceTextBlockDimBackgroundColor 74 | 0.5 0.5 0.5 1 75 | DVTSourceTextCurrentLineHighlightColor 76 | 0.956863 0.909804 0.815686 1 77 | DVTSourceTextInsertionPointColor 78 | 0.996078 0.792157 0.313725 1 79 | DVTSourceTextInvisiblesColor 80 | 0.458824 0.458824 0.458824 1 81 | DVTSourceTextSelectionColor 82 | 0.933333 0.882353 0.756863 1 83 | DVTSourceTextSyntaxColors 84 | 85 | xcode.syntax.attribute 86 | 0.980392 0.647059 0.290196 1 87 | xcode.syntax.character 88 | 0.862745 0.258824 0.360784 1 89 | xcode.syntax.comment 90 | 0.996078 0.792157 0.313725 1 91 | xcode.syntax.comment.doc 92 | 1 0.819608 0.25098 1 93 | xcode.syntax.comment.doc.keyword 94 | 0.980392 0.682353 0.243137 1 95 | xcode.syntax.identifier.class 96 | 0.662745 0.423529 0.239216 1 97 | xcode.syntax.identifier.class.system 98 | 0.662745 0.423529 0.239216 1 99 | xcode.syntax.identifier.constant 100 | 0.682353 0.737255 0.607843 1 101 | xcode.syntax.identifier.constant.system 102 | 0.682353 0.737255 0.607843 1 103 | xcode.syntax.identifier.function 104 | 0.439216 0.784314 0.788235 1 105 | xcode.syntax.identifier.function.system 106 | 0.439216 0.784314 0.788235 1 107 | xcode.syntax.identifier.macro 108 | 0.207843 0.643137 0.580392 1 109 | xcode.syntax.identifier.macro.system 110 | 0.207843 0.643137 0.580392 1 111 | xcode.syntax.identifier.type 112 | 0.898039 0.756863 0.486275 1 113 | xcode.syntax.identifier.type.system 114 | 0.898039 0.756863 0.486275 1 115 | xcode.syntax.identifier.variable 116 | 0.607843 0.8 0.482353 1 117 | xcode.syntax.identifier.variable.system 118 | 0.607843 0.8 0.482353 1 119 | xcode.syntax.keyword 120 | 0.882353 0.486275 0.447059 1 121 | xcode.syntax.number 122 | 0.027451 0.662745 0.847059 1 123 | xcode.syntax.plain 124 | 0.129412 0.129412 0.129412 1 125 | xcode.syntax.preprocessor 126 | 0.796078 0.768627 0.6 1 127 | xcode.syntax.string 128 | 0.862745 0.258824 0.360784 1 129 | xcode.syntax.url 130 | 0.980392 0.647059 0.290196 1 131 | 132 | DVTSourceTextSyntaxFonts 133 | 134 | xcode.syntax.attribute 135 | FiraCode-Retina - 11.0 136 | xcode.syntax.character 137 | FiraCode-Retina - 11.0 138 | xcode.syntax.comment 139 | FiraCode-Retina - 11.0 140 | xcode.syntax.comment.doc 141 | FiraCode-Retina - 11.0 142 | xcode.syntax.comment.doc.keyword 143 | FiraCode-Retina - 11.0 144 | xcode.syntax.identifier.class 145 | FiraCode-Retina - 11.0 146 | xcode.syntax.identifier.class.system 147 | FiraCode-Retina - 11.0 148 | xcode.syntax.identifier.constant 149 | FiraCode-Retina - 11.0 150 | xcode.syntax.identifier.constant.system 151 | FiraCode-Retina - 11.0 152 | xcode.syntax.identifier.function 153 | FiraCode-Retina - 11.0 154 | xcode.syntax.identifier.function.system 155 | FiraCode-Retina - 11.0 156 | xcode.syntax.identifier.macro 157 | FiraCode-Retina - 11.0 158 | xcode.syntax.identifier.macro.system 159 | FiraCode-Retina - 11.0 160 | xcode.syntax.identifier.type 161 | FiraCode-Retina - 11.0 162 | xcode.syntax.identifier.type.system 163 | FiraCode-Retina - 11.0 164 | xcode.syntax.identifier.variable 165 | FiraCode-Retina - 11.0 166 | xcode.syntax.identifier.variable.system 167 | FiraCode-Retina - 11.0 168 | xcode.syntax.keyword 169 | FiraCode-Retina - 11.0 170 | xcode.syntax.number 171 | FiraCode-Retina - 11.0 172 | xcode.syntax.plain 173 | FiraCode-Retina - 11.0 174 | xcode.syntax.preprocessor 175 | FiraCode-Retina - 11.0 176 | xcode.syntax.string 177 | FiraCode-Retina - 11.0 178 | xcode.syntax.url 179 | FiraCode-Retina - 11.0 180 | 181 | 182 | 183 | --------------------------------------------------------------------------------