├── .gitignore ├── Amoyly.dvtcolortheme ├── Amoyly_Class_ConsoleWindows_Sample.png ├── Amoyly_Class_Implement_Sample.png ├── Amoyly_Class_Interface_Sample.png ├── LICENSE.md ├── README.md └── _config.yml /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | desktop.ini 3 | -------------------------------------------------------------------------------- /Amoyly.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 1 1 1 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 1 1 1 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Bold - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.317071 0.437736 1 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 1 1 1 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Bold - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 1 1 1 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.153787 0.157608 0.132408 1 27 | DVTConsoleTextInsertionPointColor 28 | 1 1 1 1 29 | DVTConsoleTextSelectionColor 30 | 0.576266 0.81005 1 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.705792 0.8 0.544 1 33 | DVTSourceTextBackground 34 | 0.153 0.157 0.133 1 35 | DVTSourceTextBlockDimBackgroundColor 36 | 0.5 0.5 0.5 1 37 | DVTSourceTextInsertionPointColor 38 | 0.973 0.973 0.941 1 39 | DVTSourceTextInvisiblesColor 40 | 0.5 0.5 0.5 1 41 | DVTSourceTextSelectionColor 42 | 0.496 0.496 0.378 1 43 | DVTSourceTextSyntaxColors 44 | 45 | xcode.syntax.attribute 46 | 0.4 0.851 0.937 1 47 | xcode.syntax.character 48 | 0.682 0.506 1 1 49 | xcode.syntax.comment 50 | 0.459 0.443 0.369 1 51 | xcode.syntax.comment.doc 52 | 0.459 0.443 0.369 1 53 | xcode.syntax.comment.doc.keyword 54 | 0.459 0.443 0.369 1 55 | xcode.syntax.identifier.class 56 | 0.651 0.886 0.18 1 57 | xcode.syntax.identifier.class.system 58 | 0.4 0.851 0.937 1 59 | xcode.syntax.identifier.constant 60 | 0.651 0.886 0.18 1 61 | xcode.syntax.identifier.constant.system 62 | 0.4 0.851 0.937 1 63 | xcode.syntax.identifier.function 64 | 0.412806 0.805246 0.191297 1 65 | xcode.syntax.identifier.function.system 66 | 0.4 0.851 0.937 1 67 | xcode.syntax.identifier.macro 68 | 0.992 0.592 0.122 1 69 | xcode.syntax.identifier.macro.system 70 | 0.992 0.592 0.122 1 71 | xcode.syntax.identifier.type 72 | 0.651 0.886 0.18 1 73 | xcode.syntax.identifier.type.system 74 | 0.4 0.851 0.937 1 75 | xcode.syntax.identifier.variable 76 | 0.651 0.886 0.18 1 77 | xcode.syntax.identifier.variable.system 78 | 0.4 0.851 0.937 1 79 | xcode.syntax.keyword 80 | 0.976 0.149 0.447 1 81 | xcode.syntax.number 82 | 0.682 0.506 1 1 83 | xcode.syntax.plain 84 | 0.952946 0.949117 0.937631 1 85 | xcode.syntax.preprocessor 86 | 1 0.707603 0.375876 1 87 | xcode.syntax.string 88 | 0.902 0.859 0.455 1 89 | xcode.syntax.url 90 | 0.459 0.443 0.369 1 91 | 92 | DVTSourceTextSyntaxFonts 93 | 94 | xcode.syntax.attribute 95 | Monaco - 14.0 96 | xcode.syntax.character 97 | Monaco - 14.0 98 | xcode.syntax.comment 99 | Monaco - 14.0 100 | xcode.syntax.comment.doc 101 | Monaco - 14.0 102 | xcode.syntax.comment.doc.keyword 103 | Monaco - 14.0 104 | xcode.syntax.identifier.class 105 | Monaco - 14.0 106 | xcode.syntax.identifier.class.system 107 | Monaco - 14.0 108 | xcode.syntax.identifier.constant 109 | Monaco - 14.0 110 | xcode.syntax.identifier.constant.system 111 | Monaco - 14.0 112 | xcode.syntax.identifier.function 113 | Monaco - 14.0 114 | xcode.syntax.identifier.function.system 115 | Monaco - 14.0 116 | xcode.syntax.identifier.macro 117 | Monaco - 14.0 118 | xcode.syntax.identifier.macro.system 119 | Monaco - 14.0 120 | xcode.syntax.identifier.type 121 | Monaco - 14.0 122 | xcode.syntax.identifier.type.system 123 | Monaco - 14.0 124 | xcode.syntax.identifier.variable 125 | Monaco - 14.0 126 | xcode.syntax.identifier.variable.system 127 | Monaco - 14.0 128 | xcode.syntax.keyword 129 | Monaco - 14.0 130 | xcode.syntax.number 131 | Monaco - 14.0 132 | xcode.syntax.plain 133 | Monaco - 14.0 134 | xcode.syntax.preprocessor 135 | Monaco - 14.0 136 | xcode.syntax.string 137 | Monaco - 14.0 138 | xcode.syntax.url 139 | Monaco - 14.0 140 | 141 | 142 | 143 | -------------------------------------------------------------------------------- /Amoyly_Class_ConsoleWindows_Sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Br1an6/Amoyly-Xcode-Themes/be9f2699ee108fe19996d006adcd2bf579d27bba/Amoyly_Class_ConsoleWindows_Sample.png -------------------------------------------------------------------------------- /Amoyly_Class_Implement_Sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Br1an6/Amoyly-Xcode-Themes/be9f2699ee108fe19996d006adcd2bf579d27bba/Amoyly_Class_Implement_Sample.png -------------------------------------------------------------------------------- /Amoyly_Class_Interface_Sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Br1an6/Amoyly-Xcode-Themes/be9f2699ee108fe19996d006adcd2bf579d27bba/Amoyly_Class_Interface_Sample.png -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Brian Yuan-An Liu 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 | # Amoyly Xcode Themes 2 | A sexy, elegant, and comfortable-reading theme 3 | 4 | ## Installation 5 | *** 6 | The preferred installation method for this Color Schemes is done using the Package (Plug-ins) Manager Alcatraz. Custom Color Schemes for Xcode are stored in the ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ folder. 7 | 8 | ## Installation using Alcatraz 9 | *** 10 | Now available on [Alcatraz](https://github.com/supermarin/Alcatraz). Once you have Alcatraz installed, installing the theme is done in Xcode's menu Window -> Package Manager simply by clicking on the Color Scheme you want to add to Xcode. You may need to restart Xcode to see the new themes. 11 | 12 | ## Manual Installation 13 | 14 | ### In Terminal 15 | ``` 16 | git clone https://github.com/Br1an6/Amoyly-Xcode-Themes.git 17 | 18 | cd Amoyly-Xcode-Themes/ 19 | 20 | mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ 21 | 22 | cp *.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ 23 | 24 | cd .. 25 | 26 | rm -rf Amoyly-Xcode-Themes/ 27 | ``` 28 | ### Class 29 | ![alt tag](https://raw.githubusercontent.com/Br1an6/Amoyly-Xcode-Themes/master/Amoyly_Class_Implement_Sample.png) 30 | ![alt tag](https://raw.githubusercontent.com/Br1an6/Amoyly-Xcode-Themes/master/Amoyly_Class_Interface_Sample.png) 31 | ### Console 32 | ![alt tag](https://raw.githubusercontent.com/Br1an6/Amoyly-Xcode-Themes/master/Amoyly_Class_ConsoleWindows_Sample.png) 33 | 34 | License 35 | ------- 36 | 37 | This software is licensed under the MIT license 38 | © 2015-2017 Amoyly Xcode Themes contributors 39 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-midnight --------------------------------------------------------------------------------