├── .gitignore ├── LICENSE ├── Oceanic Next.dvtcolortheme ├── README.md └── Screenshots ├── Objective-C.png └── Swift.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .AppleDouble 3 | .LSOverride 4 | 5 | # Icon must end with two \r 6 | Icon 7 | 8 | 9 | # Thumbnails 10 | ._* 11 | 12 | # Files that might appear in the root of a volume 13 | .DocumentRevisions-V100 14 | .fseventsd 15 | .Spotlight-V100 16 | .TemporaryItems 17 | .Trashes 18 | .VolumeIcon.icns 19 | 20 | # Directories potentially created on remote AFP share 21 | .AppleDB 22 | .AppleDesktop 23 | Network Trash Folder 24 | Temporary Items 25 | .apdisk 26 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 David Rodrigues 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 | 23 | -------------------------------------------------------------------------------- /Oceanic Next.dvtcolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.770437 0.783913 0.778299 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Regular - 11.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.770437 0.783913 0.778299 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 11.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.312027 0.64763 0.64188 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Regular - 11.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.770437 0.783913 0.778299 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 11.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.770437 0.783913 0.778299 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Regular - 11.0 25 | DVTConsoleTextBackgroundColor 26 | 0.082745 0.126137 0.153519 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.701143 0.722397 0.764669 1 29 | DVTConsoleTextSelectionColor 30 | 0.243745 0.284649 0.325657 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.708155 0.741288 0.405974 1 33 | DVTSourceTextBackground 34 | 0.082745 0.126137 0.153519 1 35 | DVTSourceTextBlockDimBackgroundColor 36 | 0.5 0.5 0.5 1 37 | DVTSourceTextInsertionPointColor 38 | 0.701143 0.722397 0.764669 1 39 | DVTSourceTextInvisiblesColor 40 | 0.323425 0.374859 0.418466 1 41 | DVTSourceTextSelectionColor 42 | 0.243745 0.284649 0.325657 1 43 | DVTSourceTextSyntaxColors 44 | 45 | xcode.syntax.attribute 46 | 0.833125 0.503323 0.228129 1 47 | xcode.syntax.character 48 | 0.961064 0.489363 0.27364 1 49 | xcode.syntax.comment 50 | 0.323425 0.374859 0.418466 1 51 | xcode.syntax.comment.doc 52 | 0.323425 0.374859 0.418466 1 53 | xcode.syntax.comment.doc.keyword 54 | 0.71825 0.49488 0.723116 1 55 | xcode.syntax.identifier.class 56 | 0.970447 0.742743 0.317597 1 57 | xcode.syntax.identifier.class.system 58 | 0.970447 0.742743 0.317597 1 59 | xcode.syntax.identifier.constant 60 | 0.770437 0.783913 0.778299 1 61 | xcode.syntax.identifier.constant.system 62 | 0.719338 0.737817 0.727984 1 63 | xcode.syntax.identifier.function 64 | 0.970447 0.742743 0.317597 1 65 | xcode.syntax.identifier.function.system 66 | 0.331338 0.524022 0.75472 1 67 | xcode.syntax.identifier.macro 68 | 0.312027 0.64763 0.64188 1 69 | xcode.syntax.identifier.macro.system 70 | 0.312027 0.64763 0.64188 1 71 | xcode.syntax.identifier.type 72 | 0.895935 0.277028 0.331144 1 73 | xcode.syntax.identifier.type.system 74 | 0.833125 0.503323 0.228129 1 75 | xcode.syntax.identifier.variable 76 | 0.895935 0.277028 0.331144 1 77 | xcode.syntax.identifier.variable.system 78 | 0.895935 0.277028 0.331144 1 79 | xcode.syntax.keyword 80 | 0.71825 0.49488 0.723116 1 81 | xcode.syntax.number 82 | 0.961064 0.489363 0.27364 1 83 | xcode.syntax.plain 84 | 0.770437 0.783913 0.778299 1 85 | xcode.syntax.preprocessor 86 | 0.895935 0.277028 0.331144 1 87 | xcode.syntax.string 88 | 0.536033 0.742805 0.509051 1 89 | xcode.syntax.url 90 | 0.265343 0.443584 0.699769 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 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Oceanic Next 2 | 3 | A colorful and vibrant Xcode theme, ported from the excellent [Oceanic Next Theme](https://github.com/voronianski/oceanic-next-theme). 4 | 5 | **Objective-C** 6 | ![screen](Screenshots/Objective-C.png) 7 | 8 | **Swift** 9 | ![screen](Screenshots/Swift.png) 10 | 11 | ## Installation 12 | 13 | **Alcatraz** 14 | 15 | 1. Select "Color Themes" → Search "Oceanic Next" → Install → Enjoy 16 | 17 | **Manually** 18 | 19 | 1. Drag the theme to the Xcode's FontAndColorThemes folder (~/Library/Developer/Xcode/UserData/FontAndColorThemes); you may need to create this folder 20 | 2. Restart Xcode 21 | 3. Enjoy 22 | 23 | ## License 24 | 25 | [MIT](http://www.opensource.org/licenses/MIT). 26 | -------------------------------------------------------------------------------- /Screenshots/Objective-C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmcrodrigues/Oceanic-Next-Xcode-Theme/794876b580d02e836caf9e5ec84902a3e81d59a2/Screenshots/Objective-C.png -------------------------------------------------------------------------------- /Screenshots/Swift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmcrodrigues/Oceanic-Next-Xcode-Theme/794876b580d02e836caf9e5ec84902a3e81d59a2/Screenshots/Swift.png --------------------------------------------------------------------------------