├── .gitignore ├── LICENSE ├── README.md ├── package-lock.json ├── package.json ├── snapshot.afphoto ├── snapshot.png ├── src ├── Template.xccolortheme ├── index.js └── vsc │ ├── darker.json │ ├── default.json │ ├── lighter.json │ ├── ocean.json │ └── palenight.json ├── xcode-themes ├── Material Darker.xccolortheme ├── Material Default.xccolortheme ├── Material Lighter.xccolortheme ├── Material Ocean.xccolortheme └── Material Palenight.xccolortheme └── yarn.lock /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | /node_modules/ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Nemo Sun 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 | ![Design](snapshot.png) 2 | 3 | # xcode-material-theme 4 | 5 | > A Material Theme for Xcode inspired by [vsc-material-theme](https://github.com/equinusocio/vsc-material-theme). 6 | 7 | ## Installation 8 | 9 | Copy the `*.xccolortheme` file into the following directory: 10 | 11 | `~/Library/Developer/Xcode/UserData/FontAndColorThemes` 12 | 13 | * Restart Xcode. 14 | * Go to preferences and select the theme. 15 | 16 | ## Official Portings 17 | 18 | - [Windows Terminal](https://github.com/julianlatest/material-windows-terminal) (by [@julianlatest](https://github.com/julianlatest)) 19 | - [Vim and NeoVim](https://github.com/kaicataldo/material.vim) (by [@kaicataldo](https://github.com/kaicataldo)) 20 | - [Vim](https://github.com/hzchirs/vim-material) (thanks to [@hzchirs](https://github.com/hzchirs)). 21 | - [Terminal OSX](https://gist.github.com/mvaneijgen/4c56701215847dd5ddcf) (thanks to [@mvaneijgen](https://github.com/mvaneijgen)). 22 | - [iTerm2](https://gist.github.com/Revod/3f3115f8d4b90fc986fd4b61441c2567) (by [@Revod](https://github.com/Revod)) and [iTerm2 Palenight](https://github.com/JonathanSpeek/palenight-iterm2) (by [@jonathanspeek](https://github.com/jonathanspeek)). 23 | - [Hyper](https://github.com/equinusocio/hyper-material-theme). 24 | - [ConEmu](https://gist.github.com/rajadain/b306b2ba71bd58a1df41) (thanks to [@rajadain](https://github.com/rajadain)). 25 | - [Slack App](https://slack.com/) ( #263238,#2e3a40,#80CBC4,#FFFFFF,#13191C,#ffffff,#50fa7b,#FF5555 ) 26 | - [Nylas N1](https://github.com/jackiehluo/n1-material) (thanks to [@jackiehluo](https://github.com/jackiehluo)) 27 | - [Base16](https://github.com/ntpeters/base16-materialtheme-scheme) (by [@ntpeters](https://github.com/ntpeters)) 28 | - [Bear Notes](https://github.com/r3volution11/material-theme-bear-notes) (by [@r3volution11](https://github.com/r3volution11)) 29 | - [Mattermost](https://gist.github.com/k1r8r0wn/47cfa776a6fa4e9bf3fa40df0fb76c2c) (by [@k1r8r0wn](https://github.com/k1r8r0wn)) 30 | - [Material Theme to GitHub](https://github.com/CharlieEtienne/material-github) 31 | 32 | ## License 33 | 34 | [MIT](./LICENSE) © [PleaseDont](https://github.com/PleaseDont) 35 | -------------------------------------------------------------------------------- /package-lock.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "xcode-material-theme", 3 | "version": "3.0", 4 | "lockfileVersion": 2, 5 | "requires": true, 6 | "packages": { 7 | "": { 8 | "version": "3.0", 9 | "license": "MIT", 10 | "devDependencies": { 11 | "float": "^1.0.2", 12 | "hex-and-rgba": "^1.3.2", 13 | "jsonfile": "^5.0.0", 14 | "mustache": "^3.0.1" 15 | } 16 | }, 17 | "node_modules/float": { 18 | "version": "1.0.2", 19 | "resolved": "https://registry.npm.taobao.org/float/download/float-1.0.2.tgz", 20 | "integrity": "sha1-aPnc1135PQ7P8Cix4CoAXR98HJU=", 21 | "dev": true 22 | }, 23 | "node_modules/graceful-fs": { 24 | "version": "4.2.5", 25 | "resolved": "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.5.tgz", 26 | "integrity": "sha1-vBiGSmyfx7MD8uKr25FVrRePvik=", 27 | "dev": true, 28 | "optional": true 29 | }, 30 | "node_modules/hex-and-rgba": { 31 | "version": "1.4.2", 32 | "resolved": "https://registry.npm.taobao.org/hex-and-rgba/download/hex-and-rgba-1.4.2.tgz", 33 | "integrity": "sha1-5T0H36rZ9p5lLXc1cijFw6VPaFk=", 34 | "dev": true, 35 | "bin": { 36 | "ahextorgba": "bin/ahextorgba.js", 37 | "hex-and-rgba": "bin/hex-and-rgba.js", 38 | "hexandrgba": "bin/hex-and-rgba.js", 39 | "hextorgba": "bin/hextorgba.js", 40 | "rgbatoahex": "bin/rgbatoahex.js", 41 | "rgbatohex": "bin/rgbatohex.js" 42 | }, 43 | "engines": { 44 | "deno": ">= 1.0", 45 | "node": ">= 7.6" 46 | } 47 | }, 48 | "node_modules/jsonfile": { 49 | "version": "5.0.0", 50 | "resolved": "https://registry.npm.taobao.org/jsonfile/download/jsonfile-5.0.0.tgz?cache=0&sync_timestamp=1604161912962&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjsonfile%2Fdownload%2Fjsonfile-5.0.0.tgz", 51 | "integrity": "sha1-5rcY9z2kINYSgjmW/fFKA/b/aSI=", 52 | "dev": true, 53 | "dependencies": { 54 | "graceful-fs": "^4.1.6", 55 | "universalify": "^0.1.2" 56 | }, 57 | "optionalDependencies": { 58 | "graceful-fs": "^4.1.6" 59 | } 60 | }, 61 | "node_modules/mustache": { 62 | "version": "3.2.1", 63 | "resolved": "https://registry.npm.taobao.org/mustache/download/mustache-3.2.1.tgz", 64 | "integrity": "sha1-ieeKnSB9ePJ5mx6Vdkolv3GigyI=", 65 | "dev": true, 66 | "bin": { 67 | "mustache": "bin/mustache" 68 | }, 69 | "engines": { 70 | "npm": ">=1.4.0" 71 | } 72 | }, 73 | "node_modules/universalify": { 74 | "version": "0.1.2", 75 | "resolved": "https://registry.npm.taobao.org/universalify/download/universalify-0.1.2.tgz?cache=0&sync_timestamp=1603179970052&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Funiversalify%2Fdownload%2Funiversalify-0.1.2.tgz", 76 | "integrity": "sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=", 77 | "dev": true, 78 | "engines": { 79 | "node": ">= 4.0.0" 80 | } 81 | } 82 | }, 83 | "dependencies": { 84 | "float": { 85 | "version": "1.0.2", 86 | "resolved": "https://registry.npm.taobao.org/float/download/float-1.0.2.tgz", 87 | "integrity": "sha1-aPnc1135PQ7P8Cix4CoAXR98HJU=", 88 | "dev": true 89 | }, 90 | "graceful-fs": { 91 | "version": "4.2.5", 92 | "resolved": "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.5.tgz", 93 | "integrity": "sha1-vBiGSmyfx7MD8uKr25FVrRePvik=", 94 | "dev": true, 95 | "optional": true 96 | }, 97 | "hex-and-rgba": { 98 | "version": "1.4.2", 99 | "resolved": "https://registry.npm.taobao.org/hex-and-rgba/download/hex-and-rgba-1.4.2.tgz", 100 | "integrity": "sha1-5T0H36rZ9p5lLXc1cijFw6VPaFk=", 101 | "dev": true 102 | }, 103 | "jsonfile": { 104 | "version": "5.0.0", 105 | "resolved": "https://registry.npm.taobao.org/jsonfile/download/jsonfile-5.0.0.tgz?cache=0&sync_timestamp=1604161912962&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjsonfile%2Fdownload%2Fjsonfile-5.0.0.tgz", 106 | "integrity": "sha1-5rcY9z2kINYSgjmW/fFKA/b/aSI=", 107 | "dev": true, 108 | "requires": { 109 | "graceful-fs": "^4.1.6", 110 | "universalify": "^0.1.2" 111 | } 112 | }, 113 | "mustache": { 114 | "version": "3.2.1", 115 | "resolved": "https://registry.npm.taobao.org/mustache/download/mustache-3.2.1.tgz", 116 | "integrity": "sha1-ieeKnSB9ePJ5mx6Vdkolv3GigyI=", 117 | "dev": true 118 | }, 119 | "universalify": { 120 | "version": "0.1.2", 121 | "resolved": "https://registry.npm.taobao.org/universalify/download/universalify-0.1.2.tgz?cache=0&sync_timestamp=1603179970052&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Funiversalify%2Fdownload%2Funiversalify-0.1.2.tgz", 122 | "integrity": "sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=", 123 | "dev": true 124 | } 125 | } 126 | } 127 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "xcode-material-theme", 3 | "version": "3.0", 4 | "description": "Material Theme for Xcode", 5 | "main": "index.js", 6 | "scripts": { 7 | "build": "rm -rf ./xcode-themes && mkdir ./xcode-themes && node src/index" 8 | }, 9 | "repository": { 10 | "type": "git", 11 | "url": "git+https://github.com/PleaseDont/xcode-material-theme.git" 12 | }, 13 | "keywords": [ 14 | "Xcode", 15 | "Material", 16 | "Theme" 17 | ], 18 | "author": "Vincent", 19 | "license": "MIT", 20 | "bugs": { 21 | "url": "https://github.com/PleaseDont/xcode-material-theme/issues" 22 | }, 23 | "homepage": "https://github.com/PleaseDont/xcode-material-theme#readme", 24 | "devDependencies": { 25 | "float": "^1.0.2", 26 | "hex-and-rgba": "^1.3.2", 27 | "jsonfile": "^5.0.0", 28 | "mustache": "^3.0.1" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /snapshot.afphoto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PleaseDont/xcode-material-theme/bc3ddd224860867305c560ae8088e8f2d1f559b3/snapshot.afphoto -------------------------------------------------------------------------------- /snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PleaseDont/xcode-material-theme/bc3ddd224860867305c560ae8088e8f2d1f559b3/snapshot.png -------------------------------------------------------------------------------- /src/Template.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | {{scheme.foreground}} 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 14.0 9 | DVTConsoleDebuggerOutputTextColor 10 | {{scheme.foreground}} 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 14.0 13 | DVTConsoleDebuggerPromptTextColor 14 | {{scheme.base.purple}} 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 14.0 17 | DVTConsoleExectuableInputTextColor 18 | {{scheme.foreground}} 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 14.0 21 | DVTConsoleExectuableOutputTextColor 22 | {{scheme.foreground}} 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 14.0 25 | DVTConsoleTextBackgroundColor 26 | {{scheme.background}} 27 | DVTConsoleTextInsertionPointColor 28 | {{scheme.caret}} 29 | DVTConsoleTextSelectionColor 30 | {{scheme.selection}} 31 | DVTDebuggerInstructionPointerColor 32 | {{scheme.invisibles}} 33 | DVTFontAndColorVersion 34 | 3 35 | DVTLineSpacing 36 | 1.1000000238418579 37 | DVTMarkupTextBackgroundColor 38 | 0.121569 0.12549 0.160784 1 39 | DVTMarkupTextBorderColor 40 | 0.253475 0.2594 0.286485 1 41 | DVTMarkupTextCodeFont 42 | SFMono-Regular - 10.0 43 | DVTMarkupTextEmphasisColor 44 | 1 1 1 1 45 | DVTMarkupTextEmphasisFont 46 | .AppleSystemUIFontItalic - 10.0 47 | DVTMarkupTextInlineCodeColor 48 | 1 1 1 0.7 49 | DVTMarkupTextLinkColor 50 | 0.388818 0.284081 0.798397 1 51 | DVTMarkupTextLinkFont 52 | .AppleSystemUIFont - 10.0 53 | DVTMarkupTextNormalColor 54 | 1 1 1 1 55 | DVTMarkupTextNormalFont 56 | .AppleSystemUIFont - 10.0 57 | DVTMarkupTextOtherHeadingColor 58 | 1 1 1 0.5 59 | DVTMarkupTextOtherHeadingFont 60 | .AppleSystemUIFont - 14.0 61 | DVTMarkupTextPrimaryHeadingColor 62 | 1 1 1 1 63 | DVTMarkupTextPrimaryHeadingFont 64 | .AppleSystemUIFont - 24.0 65 | DVTMarkupTextSecondaryHeadingColor 66 | 1 1 1 1 67 | DVTMarkupTextSecondaryHeadingFont 68 | .AppleSystemUIFont - 18.0 69 | DVTMarkupTextStrongColor 70 | 1 1 1 1 71 | DVTMarkupTextStrongFont 72 | .AppleSystemUIFontBold - 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 | {{scheme.background}} 89 | DVTSourceTextBlockDimBackgroundColor 90 | 0.5 0.5 0.5 1 91 | DVTSourceTextCurrentLineHighlightColor 92 | {{scheme.lineHighlight}} 93 | DVTSourceTextInsertionPointColor 94 | {{scheme.caret}} 95 | DVTSourceTextInvisiblesColor 96 | {{scheme.invisibles}} 97 | DVTSourceTextSelectionColor 98 | {{scheme.selection}} 99 | DVTSourceTextSyntaxColors 100 | 101 | xcode.syntax.attribute 102 | {{scheme.base.violet}} 103 | xcode.syntax.character 104 | {{scheme.base.orange}} 105 | xcode.syntax.comment 106 | {{scheme.comments}} 107 | xcode.syntax.comment.doc 108 | {{scheme.comments}} 109 | xcode.syntax.comment.doc.keyword 110 | {{scheme.comments}} 111 | xcode.syntax.declaration.other 112 | {{scheme.base.blue}} 113 | xcode.syntax.declaration.type 114 | {{scheme.base.cyan}} 115 | xcode.syntax.identifier.class 116 | {{scheme.base.yellow}} 117 | xcode.syntax.identifier.class.system 118 | {{scheme.base.yellow}} 119 | xcode.syntax.identifier.constant 120 | {{scheme.base.red}} 121 | xcode.syntax.identifier.constant.system 122 | {{scheme.base.red}} 123 | xcode.syntax.identifier.function 124 | {{scheme.base.blue}} 125 | xcode.syntax.identifier.function.system 126 | {{scheme.base.blue}} 127 | xcode.syntax.identifier.macro 128 | {{scheme.base.violet}} 129 | xcode.syntax.identifier.macro.system 130 | {{scheme.base.violet}} 131 | xcode.syntax.identifier.type 132 | {{scheme.base.yellow}} 133 | xcode.syntax.identifier.type.system 134 | {{scheme.base.yellow}} 135 | xcode.syntax.identifier.variable 136 | {{scheme.base.orange}} 137 | xcode.syntax.identifier.variable.system 138 | {{scheme.base.pink}} 139 | xcode.syntax.keyword 140 | {{scheme.base.purple}} 141 | xcode.syntax.mark 142 | 0.329412 0.431373 0.478431 1 143 | xcode.syntax.markup.code 144 | 0.665 0.052 0.569 1 145 | xcode.syntax.number 146 | {{scheme.base.pink}} 147 | xcode.syntax.plain 148 | {{scheme.foreground}} 149 | xcode.syntax.preprocessor 150 | {{scheme.base.violet}} 151 | xcode.syntax.string 152 | {{scheme.base.green}} 153 | xcode.syntax.url 154 | {{scheme.base.green}} 155 | 156 | DVTSourceTextSyntaxFonts 157 | 158 | xcode.syntax.attribute 159 | Menlo-Regular - 14.0 160 | xcode.syntax.character 161 | Menlo-Regular - 14.0 162 | xcode.syntax.comment 163 | Menlo-Regular - 14.0 164 | xcode.syntax.comment.doc 165 | Menlo-Regular - 14.0 166 | xcode.syntax.comment.doc.keyword 167 | Menlo-Bold - 14.0 168 | xcode.syntax.declaration.other 169 | Menlo-Regular - 14.0 170 | xcode.syntax.declaration.type 171 | Menlo-Regular - 14.0 172 | xcode.syntax.identifier.class 173 | Menlo-Regular - 14.0 174 | xcode.syntax.identifier.class.system 175 | Menlo-Regular - 14.0 176 | xcode.syntax.identifier.constant 177 | Menlo-Regular - 14.0 178 | xcode.syntax.identifier.constant.system 179 | Menlo-Regular - 14.0 180 | xcode.syntax.identifier.function 181 | Menlo-Regular - 14.0 182 | xcode.syntax.identifier.function.system 183 | Menlo-Regular - 14.0 184 | xcode.syntax.identifier.macro 185 | Menlo-Regular - 14.0 186 | xcode.syntax.identifier.macro.system 187 | Menlo-Regular - 14.0 188 | xcode.syntax.identifier.type 189 | Menlo-Regular - 14.0 190 | xcode.syntax.identifier.type.system 191 | Menlo-Regular - 14.0 192 | xcode.syntax.identifier.variable 193 | Menlo-Regular - 14.0 194 | xcode.syntax.identifier.variable.system 195 | Menlo-Regular - 14.0 196 | xcode.syntax.keyword 197 | Menlo-Regular - 14.0 198 | xcode.syntax.mark 199 | Menlo-Bold - 14.0 200 | xcode.syntax.markup.code 201 | Menlo-Regular - 14.0 202 | xcode.syntax.number 203 | Menlo-Regular - 14.0 204 | xcode.syntax.plain 205 | Menlo-Regular - 14.0 206 | xcode.syntax.preprocessor 207 | Menlo-Regular - 14.0 208 | xcode.syntax.string 209 | Menlo-Regular - 14.0 210 | xcode.syntax.url 211 | Menlo-Regular - 14.0 212 | 213 | 214 | 215 | -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- 1 | // VSC version 2.6.2 2 | 3 | const fs = require("fs"); 4 | const path = require("path"); 5 | const jsonfile = require("jsonfile"); 6 | const hexToRgba = require("hex-and-rgba").hexToRgba; 7 | const mustache = require("mustache"); 8 | const f = require("float"); 9 | 10 | const files = [ 11 | { 12 | src: "default.json", 13 | des: "Material Default.xccolortheme", 14 | }, 15 | { 16 | src: "lighter.json", 17 | des: "Material Lighter.xccolortheme", 18 | }, 19 | { 20 | src: "darker.json", 21 | des: "Material Darker.xccolortheme", 22 | }, 23 | { 24 | src: "ocean.json", 25 | des: "Material Ocean.xccolortheme", 26 | }, 27 | { 28 | src: "palenight.json", 29 | des: "Material Palenight.xccolortheme", 30 | }, 31 | ]; 32 | const templete = fs.readFileSync("src/Template.xccolortheme", "utf-8"); 33 | 34 | for (file of files) { 35 | let srcp = path.join("src/vsc", file.src); 36 | let dest = path.join("xcode-themes", file.des); 37 | 38 | if (!fs.existsSync(srcp)) { 39 | console.log('☠️ - File "%s" not exist!', srcp); 40 | continue; 41 | } 42 | 43 | let variant = jsonfile.readFileSync(srcp); 44 | for (key in variant.scheme) { 45 | if (key != "base") { 46 | variant.scheme[key] = hex2Rgba(variant.scheme, key); 47 | } 48 | } 49 | for (key in variant.scheme.base) { 50 | variant.scheme.base[key] = hex2Rgba(variant.scheme.base, key); 51 | } 52 | 53 | let theme = mustache.render(templete, variant); 54 | fs.writeFileSync(dest, theme); 55 | console.log('😁 - "%s" succeed!', dest); 56 | } 57 | 58 | function hex2Rgba(object, key) { 59 | let rgba = []; 60 | if (key == "lineHighlight") { 61 | rgba = hexToRgba(object[key] + "50"); 62 | } else { 63 | rgba = hexToRgba(object[key]); 64 | } 65 | 66 | let arr = []; 67 | arr[0] = f.round(rgba[0] / 255, 6); 68 | arr[1] = f.round(rgba[1] / 255, 6); 69 | arr[2] = f.round(rgba[2] / 255, 6); 70 | arr[3] = f.round(rgba[3], 6); 71 | return arr.join(" "); 72 | } 73 | -------------------------------------------------------------------------------- /src/vsc/darker.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "material.theme.darker", 3 | "name": "Material-Theme-Darker", 4 | "type": "dark", 5 | "scheme": { 6 | "background": "#212121", 7 | "comments": "#545454", 8 | "caret": "#FFCC00", 9 | "foreground": "#EEFFFF", 10 | "invisibles": "#65737E", 11 | "lineHighlight": "#000000", 12 | "selection": "#61616150", 13 | "base": { 14 | "white": "#FFFFFF", 15 | "black": "#000000", 16 | "red": "#F07178", 17 | "orange": "#F78C6C", 18 | "yellow": "#FFCB6B", 19 | "green": "#C3E88D", 20 | "cyan": "#89DDFF", 21 | "blue": "#82AAFF", 22 | "paleblue": "#B2CCD6", 23 | "purple": "#C792EA", 24 | "brown": "#916B53", 25 | "pink": "#FF9CAC", 26 | "violet": "#BB80B3" 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /src/vsc/default.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "material.theme.default", 3 | "name": "Material-Theme-Default", 4 | "type": "dark", 5 | "scheme": { 6 | "background": "#263238", 7 | "comments": "#546E7A", 8 | "caret": "#FFCC00", 9 | "foreground": "#EEFFFF", 10 | "invisibles": "#65737E", 11 | "lineHighlight": "#000000", 12 | "selection": "#80CBC420", 13 | "base": { 14 | "white": "#FFFFFF", 15 | "black": "#000000", 16 | "red": "#F07178", 17 | "orange": "#F78C6C", 18 | "yellow": "#FFCB6B", 19 | "green": "#C3E88D", 20 | "cyan": "#89DDFF", 21 | "blue": "#82AAFF", 22 | "paleblue": "#B2CCD6", 23 | "purple": "#C792EA", 24 | "brown": "#916B53", 25 | "pink": "#FF9CAC", 26 | "violet": "#BB80B3" 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /src/vsc/lighter.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "material.theme.lighter", 3 | "name": "Material-Theme-Lighter", 4 | "type": "light", 5 | "scheme": { 6 | "background": "#FAFAFA", 7 | "comments": "#90A4AE", 8 | "caret": "#272727", 9 | "foreground": "#90A4AE", 10 | "invisibles": "#E7EAEC", 11 | "lineHighlight": "#CCD7DA", 12 | "selection": "#80CBC440", 13 | "base": { 14 | "white": "#FFFFFF", 15 | "black": "#000000", 16 | "red": "#E53935", 17 | "orange": "#F76D47", 18 | "yellow": "#E2931D", 19 | "green": "#91B859", 20 | "cyan": "#39ADB5", 21 | "blue": "#6182B8", 22 | "paleblue": "#8796B0", 23 | "purple": "#9C3EDA", 24 | "brown": "#916b53", 25 | "pink": "#FF5370", 26 | "violet": "#945EB8" 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /src/vsc/ocean.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "material.theme.ocean", 3 | "name": "Material-Theme-Ocean", 4 | "type": "dark", 5 | "scheme": { 6 | "background": "#0F111A", 7 | "comments": "#464B5D", 8 | "caret": "#FFCC00", 9 | "foreground": "#A6ACCD", 10 | "invisibles": "#80869E50", 11 | "lineHighlight": "#000000", 12 | "selection": "#717CB450", 13 | "base": { 14 | "white": "#FFFFFF", 15 | "black": "#000000", 16 | "red": "#F07178", 17 | "orange": "#F78C6C", 18 | "yellow": "#FFCB6B", 19 | "green": "#C3E88D", 20 | "cyan": "#89DDFF", 21 | "blue": "#82AAFF", 22 | "paleblue": "#B2CCD6", 23 | "purple": "#C792EA", 24 | "brown": "#916B53", 25 | "pink": "#FF9CAC", 26 | "violet": "#BB80B3" 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /src/vsc/palenight.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "material.theme.palenight", 3 | "name": "Material-Theme-Palenight", 4 | "type": "dark", 5 | "scheme": { 6 | "background": "#292D3E", 7 | "comments": "#676E95", 8 | "caret": "#FFCC00", 9 | "foreground": "#A6ACCD", 10 | "invisibles": "#4E5579", 11 | "lineHighlight": "#000000", 12 | "selection": "#717CB450", 13 | "base": { 14 | "white": "#ffffff", 15 | "black": "#000000", 16 | "red": "#f07178", 17 | "orange": "#F78C6C", 18 | "yellow": "#FFCB6B", 19 | "green": "#C3E88D", 20 | "cyan": "#89DDFF", 21 | "blue": "#82AAFF", 22 | "paleblue": "#B2CCD6", 23 | "purple": "#C792EA", 24 | "brown": "#916B53", 25 | "pink": "#FF9CAC", 26 | "violet": "#BB80B3" 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /xcode-themes/Material Darker.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.933333 1 1 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 14.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.933333 1 1 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 14.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.780392 0.572549 0.917647 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 14.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.933333 1 1 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 14.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.933333 1 1 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 14.0 25 | DVTConsoleTextBackgroundColor 26 | 0.129412 0.129412 0.129412 1 27 | DVTConsoleTextInsertionPointColor 28 | 1 0.8 0 1 29 | DVTConsoleTextSelectionColor 30 | 0.380392 0.380392 0.380392 0.314 31 | DVTDebuggerInstructionPointerColor 32 | 0.396078 0.45098 0.494118 1 33 | DVTFontAndColorVersion 34 | 3 35 | DVTLineSpacing 36 | 1.1000000238418579 37 | DVTMarkupTextBackgroundColor 38 | 0.121569 0.12549 0.160784 1 39 | DVTMarkupTextBorderColor 40 | 0.253475 0.2594 0.286485 1 41 | DVTMarkupTextCodeFont 42 | SFMono-Regular - 10.0 43 | DVTMarkupTextEmphasisColor 44 | 1 1 1 1 45 | DVTMarkupTextEmphasisFont 46 | .AppleSystemUIFontItalic - 10.0 47 | DVTMarkupTextInlineCodeColor 48 | 1 1 1 0.7 49 | DVTMarkupTextLinkColor 50 | 0.388818 0.284081 0.798397 1 51 | DVTMarkupTextLinkFont 52 | .AppleSystemUIFont - 10.0 53 | DVTMarkupTextNormalColor 54 | 1 1 1 1 55 | DVTMarkupTextNormalFont 56 | .AppleSystemUIFont - 10.0 57 | DVTMarkupTextOtherHeadingColor 58 | 1 1 1 0.5 59 | DVTMarkupTextOtherHeadingFont 60 | .AppleSystemUIFont - 14.0 61 | DVTMarkupTextPrimaryHeadingColor 62 | 1 1 1 1 63 | DVTMarkupTextPrimaryHeadingFont 64 | .AppleSystemUIFont - 24.0 65 | DVTMarkupTextSecondaryHeadingColor 66 | 1 1 1 1 67 | DVTMarkupTextSecondaryHeadingFont 68 | .AppleSystemUIFont - 18.0 69 | DVTMarkupTextStrongColor 70 | 1 1 1 1 71 | DVTMarkupTextStrongFont 72 | .AppleSystemUIFontBold - 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.129412 0.129412 0.129412 1 89 | DVTSourceTextBlockDimBackgroundColor 90 | 0.5 0.5 0.5 1 91 | DVTSourceTextCurrentLineHighlightColor 92 | 0 0 0 0.314 93 | DVTSourceTextInsertionPointColor 94 | 1 0.8 0 1 95 | DVTSourceTextInvisiblesColor 96 | 0.396078 0.45098 0.494118 1 97 | DVTSourceTextSelectionColor 98 | 0.380392 0.380392 0.380392 0.314 99 | DVTSourceTextSyntaxColors 100 | 101 | xcode.syntax.attribute 102 | 0.733333 0.501961 0.701961 1 103 | xcode.syntax.character 104 | 0.968627 0.54902 0.423529 1 105 | xcode.syntax.comment 106 | 0.329412 0.329412 0.329412 1 107 | xcode.syntax.comment.doc 108 | 0.329412 0.329412 0.329412 1 109 | xcode.syntax.comment.doc.keyword 110 | 0.329412 0.329412 0.329412 1 111 | xcode.syntax.declaration.other 112 | 0.509804 0.666667 1 1 113 | xcode.syntax.declaration.type 114 | 0.537255 0.866667 1 1 115 | xcode.syntax.identifier.class 116 | 1 0.796078 0.419608 1 117 | xcode.syntax.identifier.class.system 118 | 1 0.796078 0.419608 1 119 | xcode.syntax.identifier.constant 120 | 0.941176 0.443137 0.470588 1 121 | xcode.syntax.identifier.constant.system 122 | 0.941176 0.443137 0.470588 1 123 | xcode.syntax.identifier.function 124 | 0.509804 0.666667 1 1 125 | xcode.syntax.identifier.function.system 126 | 0.509804 0.666667 1 1 127 | xcode.syntax.identifier.macro 128 | 0.733333 0.501961 0.701961 1 129 | xcode.syntax.identifier.macro.system 130 | 0.733333 0.501961 0.701961 1 131 | xcode.syntax.identifier.type 132 | 1 0.796078 0.419608 1 133 | xcode.syntax.identifier.type.system 134 | 1 0.796078 0.419608 1 135 | xcode.syntax.identifier.variable 136 | 0.968627 0.54902 0.423529 1 137 | xcode.syntax.identifier.variable.system 138 | 1 0.611765 0.67451 1 139 | xcode.syntax.keyword 140 | 0.780392 0.572549 0.917647 1 141 | xcode.syntax.mark 142 | 0.329412 0.431373 0.478431 1 143 | xcode.syntax.markup.code 144 | 0.665 0.052 0.569 1 145 | xcode.syntax.number 146 | 1 0.611765 0.67451 1 147 | xcode.syntax.plain 148 | 0.933333 1 1 1 149 | xcode.syntax.preprocessor 150 | 0.733333 0.501961 0.701961 1 151 | xcode.syntax.string 152 | 0.764706 0.909804 0.552941 1 153 | xcode.syntax.url 154 | 0.764706 0.909804 0.552941 1 155 | 156 | DVTSourceTextSyntaxFonts 157 | 158 | xcode.syntax.attribute 159 | Menlo-Regular - 14.0 160 | xcode.syntax.character 161 | Menlo-Regular - 14.0 162 | xcode.syntax.comment 163 | Menlo-Regular - 14.0 164 | xcode.syntax.comment.doc 165 | Menlo-Regular - 14.0 166 | xcode.syntax.comment.doc.keyword 167 | Menlo-Bold - 14.0 168 | xcode.syntax.declaration.other 169 | Menlo-Regular - 14.0 170 | xcode.syntax.declaration.type 171 | Menlo-Regular - 14.0 172 | xcode.syntax.identifier.class 173 | Menlo-Regular - 14.0 174 | xcode.syntax.identifier.class.system 175 | Menlo-Regular - 14.0 176 | xcode.syntax.identifier.constant 177 | Menlo-Regular - 14.0 178 | xcode.syntax.identifier.constant.system 179 | Menlo-Regular - 14.0 180 | xcode.syntax.identifier.function 181 | Menlo-Regular - 14.0 182 | xcode.syntax.identifier.function.system 183 | Menlo-Regular - 14.0 184 | xcode.syntax.identifier.macro 185 | Menlo-Regular - 14.0 186 | xcode.syntax.identifier.macro.system 187 | Menlo-Regular - 14.0 188 | xcode.syntax.identifier.type 189 | Menlo-Regular - 14.0 190 | xcode.syntax.identifier.type.system 191 | Menlo-Regular - 14.0 192 | xcode.syntax.identifier.variable 193 | Menlo-Regular - 14.0 194 | xcode.syntax.identifier.variable.system 195 | Menlo-Regular - 14.0 196 | xcode.syntax.keyword 197 | Menlo-Regular - 14.0 198 | xcode.syntax.mark 199 | Menlo-Bold - 14.0 200 | xcode.syntax.markup.code 201 | Menlo-Regular - 14.0 202 | xcode.syntax.number 203 | Menlo-Regular - 14.0 204 | xcode.syntax.plain 205 | Menlo-Regular - 14.0 206 | xcode.syntax.preprocessor 207 | Menlo-Regular - 14.0 208 | xcode.syntax.string 209 | Menlo-Regular - 14.0 210 | xcode.syntax.url 211 | Menlo-Regular - 14.0 212 | 213 | 214 | 215 | -------------------------------------------------------------------------------- /xcode-themes/Material Default.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.933333 1 1 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 14.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.933333 1 1 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 14.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.780392 0.572549 0.917647 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 14.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.933333 1 1 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 14.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.933333 1 1 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 14.0 25 | DVTConsoleTextBackgroundColor 26 | 0.14902 0.196078 0.219608 1 27 | DVTConsoleTextInsertionPointColor 28 | 1 0.8 0 1 29 | DVTConsoleTextSelectionColor 30 | 0.501961 0.796078 0.768627 0.125 31 | DVTDebuggerInstructionPointerColor 32 | 0.396078 0.45098 0.494118 1 33 | DVTFontAndColorVersion 34 | 3 35 | DVTLineSpacing 36 | 1.1000000238418579 37 | DVTMarkupTextBackgroundColor 38 | 0.121569 0.12549 0.160784 1 39 | DVTMarkupTextBorderColor 40 | 0.253475 0.2594 0.286485 1 41 | DVTMarkupTextCodeFont 42 | SFMono-Regular - 10.0 43 | DVTMarkupTextEmphasisColor 44 | 1 1 1 1 45 | DVTMarkupTextEmphasisFont 46 | .AppleSystemUIFontItalic - 10.0 47 | DVTMarkupTextInlineCodeColor 48 | 1 1 1 0.7 49 | DVTMarkupTextLinkColor 50 | 0.388818 0.284081 0.798397 1 51 | DVTMarkupTextLinkFont 52 | .AppleSystemUIFont - 10.0 53 | DVTMarkupTextNormalColor 54 | 1 1 1 1 55 | DVTMarkupTextNormalFont 56 | .AppleSystemUIFont - 10.0 57 | DVTMarkupTextOtherHeadingColor 58 | 1 1 1 0.5 59 | DVTMarkupTextOtherHeadingFont 60 | .AppleSystemUIFont - 14.0 61 | DVTMarkupTextPrimaryHeadingColor 62 | 1 1 1 1 63 | DVTMarkupTextPrimaryHeadingFont 64 | .AppleSystemUIFont - 24.0 65 | DVTMarkupTextSecondaryHeadingColor 66 | 1 1 1 1 67 | DVTMarkupTextSecondaryHeadingFont 68 | .AppleSystemUIFont - 18.0 69 | DVTMarkupTextStrongColor 70 | 1 1 1 1 71 | DVTMarkupTextStrongFont 72 | .AppleSystemUIFontBold - 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.14902 0.196078 0.219608 1 89 | DVTSourceTextBlockDimBackgroundColor 90 | 0.5 0.5 0.5 1 91 | DVTSourceTextCurrentLineHighlightColor 92 | 0 0 0 0.314 93 | DVTSourceTextInsertionPointColor 94 | 1 0.8 0 1 95 | DVTSourceTextInvisiblesColor 96 | 0.396078 0.45098 0.494118 1 97 | DVTSourceTextSelectionColor 98 | 0.501961 0.796078 0.768627 0.125 99 | DVTSourceTextSyntaxColors 100 | 101 | xcode.syntax.attribute 102 | 0.733333 0.501961 0.701961 1 103 | xcode.syntax.character 104 | 0.968627 0.54902 0.423529 1 105 | xcode.syntax.comment 106 | 0.329412 0.431373 0.478431 1 107 | xcode.syntax.comment.doc 108 | 0.329412 0.431373 0.478431 1 109 | xcode.syntax.comment.doc.keyword 110 | 0.329412 0.431373 0.478431 1 111 | xcode.syntax.declaration.other 112 | 0.509804 0.666667 1 1 113 | xcode.syntax.declaration.type 114 | 0.537255 0.866667 1 1 115 | xcode.syntax.identifier.class 116 | 1 0.796078 0.419608 1 117 | xcode.syntax.identifier.class.system 118 | 1 0.796078 0.419608 1 119 | xcode.syntax.identifier.constant 120 | 0.941176 0.443137 0.470588 1 121 | xcode.syntax.identifier.constant.system 122 | 0.941176 0.443137 0.470588 1 123 | xcode.syntax.identifier.function 124 | 0.509804 0.666667 1 1 125 | xcode.syntax.identifier.function.system 126 | 0.509804 0.666667 1 1 127 | xcode.syntax.identifier.macro 128 | 0.733333 0.501961 0.701961 1 129 | xcode.syntax.identifier.macro.system 130 | 0.733333 0.501961 0.701961 1 131 | xcode.syntax.identifier.type 132 | 1 0.796078 0.419608 1 133 | xcode.syntax.identifier.type.system 134 | 1 0.796078 0.419608 1 135 | xcode.syntax.identifier.variable 136 | 0.968627 0.54902 0.423529 1 137 | xcode.syntax.identifier.variable.system 138 | 1 0.611765 0.67451 1 139 | xcode.syntax.keyword 140 | 0.780392 0.572549 0.917647 1 141 | xcode.syntax.mark 142 | 0.329412 0.431373 0.478431 1 143 | xcode.syntax.markup.code 144 | 0.665 0.052 0.569 1 145 | xcode.syntax.number 146 | 1 0.611765 0.67451 1 147 | xcode.syntax.plain 148 | 0.933333 1 1 1 149 | xcode.syntax.preprocessor 150 | 0.733333 0.501961 0.701961 1 151 | xcode.syntax.string 152 | 0.764706 0.909804 0.552941 1 153 | xcode.syntax.url 154 | 0.764706 0.909804 0.552941 1 155 | 156 | DVTSourceTextSyntaxFonts 157 | 158 | xcode.syntax.attribute 159 | Menlo-Regular - 14.0 160 | xcode.syntax.character 161 | Menlo-Regular - 14.0 162 | xcode.syntax.comment 163 | Menlo-Regular - 14.0 164 | xcode.syntax.comment.doc 165 | Menlo-Regular - 14.0 166 | xcode.syntax.comment.doc.keyword 167 | Menlo-Bold - 14.0 168 | xcode.syntax.declaration.other 169 | Menlo-Regular - 14.0 170 | xcode.syntax.declaration.type 171 | Menlo-Regular - 14.0 172 | xcode.syntax.identifier.class 173 | Menlo-Regular - 14.0 174 | xcode.syntax.identifier.class.system 175 | Menlo-Regular - 14.0 176 | xcode.syntax.identifier.constant 177 | Menlo-Regular - 14.0 178 | xcode.syntax.identifier.constant.system 179 | Menlo-Regular - 14.0 180 | xcode.syntax.identifier.function 181 | Menlo-Regular - 14.0 182 | xcode.syntax.identifier.function.system 183 | Menlo-Regular - 14.0 184 | xcode.syntax.identifier.macro 185 | Menlo-Regular - 14.0 186 | xcode.syntax.identifier.macro.system 187 | Menlo-Regular - 14.0 188 | xcode.syntax.identifier.type 189 | Menlo-Regular - 14.0 190 | xcode.syntax.identifier.type.system 191 | Menlo-Regular - 14.0 192 | xcode.syntax.identifier.variable 193 | Menlo-Regular - 14.0 194 | xcode.syntax.identifier.variable.system 195 | Menlo-Regular - 14.0 196 | xcode.syntax.keyword 197 | Menlo-Regular - 14.0 198 | xcode.syntax.mark 199 | Menlo-Bold - 14.0 200 | xcode.syntax.markup.code 201 | Menlo-Regular - 14.0 202 | xcode.syntax.number 203 | Menlo-Regular - 14.0 204 | xcode.syntax.plain 205 | Menlo-Regular - 14.0 206 | xcode.syntax.preprocessor 207 | Menlo-Regular - 14.0 208 | xcode.syntax.string 209 | Menlo-Regular - 14.0 210 | xcode.syntax.url 211 | Menlo-Regular - 14.0 212 | 213 | 214 | 215 | -------------------------------------------------------------------------------- /xcode-themes/Material Lighter.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.564706 0.643137 0.682353 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 14.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.564706 0.643137 0.682353 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 14.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.611765 0.243137 0.854902 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 14.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.564706 0.643137 0.682353 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 14.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.564706 0.643137 0.682353 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 14.0 25 | DVTConsoleTextBackgroundColor 26 | 0.980392 0.980392 0.980392 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.152941 0.152941 0.152941 1 29 | DVTConsoleTextSelectionColor 30 | 0.501961 0.796078 0.768627 0.251 31 | DVTDebuggerInstructionPointerColor 32 | 0.905882 0.917647 0.92549 1 33 | DVTFontAndColorVersion 34 | 3 35 | DVTLineSpacing 36 | 1.1000000238418579 37 | DVTMarkupTextBackgroundColor 38 | 0.121569 0.12549 0.160784 1 39 | DVTMarkupTextBorderColor 40 | 0.253475 0.2594 0.286485 1 41 | DVTMarkupTextCodeFont 42 | SFMono-Regular - 10.0 43 | DVTMarkupTextEmphasisColor 44 | 1 1 1 1 45 | DVTMarkupTextEmphasisFont 46 | .AppleSystemUIFontItalic - 10.0 47 | DVTMarkupTextInlineCodeColor 48 | 1 1 1 0.7 49 | DVTMarkupTextLinkColor 50 | 0.388818 0.284081 0.798397 1 51 | DVTMarkupTextLinkFont 52 | .AppleSystemUIFont - 10.0 53 | DVTMarkupTextNormalColor 54 | 1 1 1 1 55 | DVTMarkupTextNormalFont 56 | .AppleSystemUIFont - 10.0 57 | DVTMarkupTextOtherHeadingColor 58 | 1 1 1 0.5 59 | DVTMarkupTextOtherHeadingFont 60 | .AppleSystemUIFont - 14.0 61 | DVTMarkupTextPrimaryHeadingColor 62 | 1 1 1 1 63 | DVTMarkupTextPrimaryHeadingFont 64 | .AppleSystemUIFont - 24.0 65 | DVTMarkupTextSecondaryHeadingColor 66 | 1 1 1 1 67 | DVTMarkupTextSecondaryHeadingFont 68 | .AppleSystemUIFont - 18.0 69 | DVTMarkupTextStrongColor 70 | 1 1 1 1 71 | DVTMarkupTextStrongFont 72 | .AppleSystemUIFontBold - 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.980392 0.980392 0.980392 1 89 | DVTSourceTextBlockDimBackgroundColor 90 | 0.5 0.5 0.5 1 91 | DVTSourceTextCurrentLineHighlightColor 92 | 0.8 0.843137 0.854902 0.314 93 | DVTSourceTextInsertionPointColor 94 | 0.152941 0.152941 0.152941 1 95 | DVTSourceTextInvisiblesColor 96 | 0.905882 0.917647 0.92549 1 97 | DVTSourceTextSelectionColor 98 | 0.501961 0.796078 0.768627 0.251 99 | DVTSourceTextSyntaxColors 100 | 101 | xcode.syntax.attribute 102 | 0.580392 0.368627 0.721569 1 103 | xcode.syntax.character 104 | 0.968627 0.427451 0.278431 1 105 | xcode.syntax.comment 106 | 0.564706 0.643137 0.682353 1 107 | xcode.syntax.comment.doc 108 | 0.564706 0.643137 0.682353 1 109 | xcode.syntax.comment.doc.keyword 110 | 0.564706 0.643137 0.682353 1 111 | xcode.syntax.declaration.other 112 | 0.380392 0.509804 0.721569 1 113 | xcode.syntax.declaration.type 114 | 0.223529 0.678431 0.709804 1 115 | xcode.syntax.identifier.class 116 | 0.886275 0.576471 0.113725 1 117 | xcode.syntax.identifier.class.system 118 | 0.886275 0.576471 0.113725 1 119 | xcode.syntax.identifier.constant 120 | 0.898039 0.223529 0.207843 1 121 | xcode.syntax.identifier.constant.system 122 | 0.898039 0.223529 0.207843 1 123 | xcode.syntax.identifier.function 124 | 0.380392 0.509804 0.721569 1 125 | xcode.syntax.identifier.function.system 126 | 0.380392 0.509804 0.721569 1 127 | xcode.syntax.identifier.macro 128 | 0.580392 0.368627 0.721569 1 129 | xcode.syntax.identifier.macro.system 130 | 0.580392 0.368627 0.721569 1 131 | xcode.syntax.identifier.type 132 | 0.886275 0.576471 0.113725 1 133 | xcode.syntax.identifier.type.system 134 | 0.886275 0.576471 0.113725 1 135 | xcode.syntax.identifier.variable 136 | 0.968627 0.427451 0.278431 1 137 | xcode.syntax.identifier.variable.system 138 | 1 0.32549 0.439216 1 139 | xcode.syntax.keyword 140 | 0.611765 0.243137 0.854902 1 141 | xcode.syntax.mark 142 | 0.329412 0.431373 0.478431 1 143 | xcode.syntax.markup.code 144 | 0.665 0.052 0.569 1 145 | xcode.syntax.number 146 | 1 0.32549 0.439216 1 147 | xcode.syntax.plain 148 | 0.564706 0.643137 0.682353 1 149 | xcode.syntax.preprocessor 150 | 0.580392 0.368627 0.721569 1 151 | xcode.syntax.string 152 | 0.568627 0.721569 0.34902 1 153 | xcode.syntax.url 154 | 0.568627 0.721569 0.34902 1 155 | 156 | DVTSourceTextSyntaxFonts 157 | 158 | xcode.syntax.attribute 159 | Menlo-Regular - 14.0 160 | xcode.syntax.character 161 | Menlo-Regular - 14.0 162 | xcode.syntax.comment 163 | Menlo-Regular - 14.0 164 | xcode.syntax.comment.doc 165 | Menlo-Regular - 14.0 166 | xcode.syntax.comment.doc.keyword 167 | Menlo-Bold - 14.0 168 | xcode.syntax.declaration.other 169 | Menlo-Regular - 14.0 170 | xcode.syntax.declaration.type 171 | Menlo-Regular - 14.0 172 | xcode.syntax.identifier.class 173 | Menlo-Regular - 14.0 174 | xcode.syntax.identifier.class.system 175 | Menlo-Regular - 14.0 176 | xcode.syntax.identifier.constant 177 | Menlo-Regular - 14.0 178 | xcode.syntax.identifier.constant.system 179 | Menlo-Regular - 14.0 180 | xcode.syntax.identifier.function 181 | Menlo-Regular - 14.0 182 | xcode.syntax.identifier.function.system 183 | Menlo-Regular - 14.0 184 | xcode.syntax.identifier.macro 185 | Menlo-Regular - 14.0 186 | xcode.syntax.identifier.macro.system 187 | Menlo-Regular - 14.0 188 | xcode.syntax.identifier.type 189 | Menlo-Regular - 14.0 190 | xcode.syntax.identifier.type.system 191 | Menlo-Regular - 14.0 192 | xcode.syntax.identifier.variable 193 | Menlo-Regular - 14.0 194 | xcode.syntax.identifier.variable.system 195 | Menlo-Regular - 14.0 196 | xcode.syntax.keyword 197 | Menlo-Regular - 14.0 198 | xcode.syntax.mark 199 | Menlo-Bold - 14.0 200 | xcode.syntax.markup.code 201 | Menlo-Regular - 14.0 202 | xcode.syntax.number 203 | Menlo-Regular - 14.0 204 | xcode.syntax.plain 205 | Menlo-Regular - 14.0 206 | xcode.syntax.preprocessor 207 | Menlo-Regular - 14.0 208 | xcode.syntax.string 209 | Menlo-Regular - 14.0 210 | xcode.syntax.url 211 | Menlo-Regular - 14.0 212 | 213 | 214 | 215 | -------------------------------------------------------------------------------- /xcode-themes/Material Ocean.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.65098 0.67451 0.803922 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 14.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.65098 0.67451 0.803922 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 14.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.780392 0.572549 0.917647 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 14.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.65098 0.67451 0.803922 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 14.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.65098 0.67451 0.803922 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 14.0 25 | DVTConsoleTextBackgroundColor 26 | 0.058824 0.066667 0.101961 1 27 | DVTConsoleTextInsertionPointColor 28 | 1 0.8 0 1 29 | DVTConsoleTextSelectionColor 30 | 0.443137 0.486275 0.705882 0.314 31 | DVTDebuggerInstructionPointerColor 32 | 0.501961 0.52549 0.619608 0.314 33 | DVTFontAndColorVersion 34 | 3 35 | DVTLineSpacing 36 | 1.1000000238418579 37 | DVTMarkupTextBackgroundColor 38 | 0.121569 0.12549 0.160784 1 39 | DVTMarkupTextBorderColor 40 | 0.253475 0.2594 0.286485 1 41 | DVTMarkupTextCodeFont 42 | SFMono-Regular - 10.0 43 | DVTMarkupTextEmphasisColor 44 | 1 1 1 1 45 | DVTMarkupTextEmphasisFont 46 | .AppleSystemUIFontItalic - 10.0 47 | DVTMarkupTextInlineCodeColor 48 | 1 1 1 0.7 49 | DVTMarkupTextLinkColor 50 | 0.388818 0.284081 0.798397 1 51 | DVTMarkupTextLinkFont 52 | .AppleSystemUIFont - 10.0 53 | DVTMarkupTextNormalColor 54 | 1 1 1 1 55 | DVTMarkupTextNormalFont 56 | .AppleSystemUIFont - 10.0 57 | DVTMarkupTextOtherHeadingColor 58 | 1 1 1 0.5 59 | DVTMarkupTextOtherHeadingFont 60 | .AppleSystemUIFont - 14.0 61 | DVTMarkupTextPrimaryHeadingColor 62 | 1 1 1 1 63 | DVTMarkupTextPrimaryHeadingFont 64 | .AppleSystemUIFont - 24.0 65 | DVTMarkupTextSecondaryHeadingColor 66 | 1 1 1 1 67 | DVTMarkupTextSecondaryHeadingFont 68 | .AppleSystemUIFont - 18.0 69 | DVTMarkupTextStrongColor 70 | 1 1 1 1 71 | DVTMarkupTextStrongFont 72 | .AppleSystemUIFontBold - 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.058824 0.066667 0.101961 1 89 | DVTSourceTextBlockDimBackgroundColor 90 | 0.5 0.5 0.5 1 91 | DVTSourceTextCurrentLineHighlightColor 92 | 0 0 0 0.314 93 | DVTSourceTextInsertionPointColor 94 | 1 0.8 0 1 95 | DVTSourceTextInvisiblesColor 96 | 0.501961 0.52549 0.619608 0.314 97 | DVTSourceTextSelectionColor 98 | 0.443137 0.486275 0.705882 0.314 99 | DVTSourceTextSyntaxColors 100 | 101 | xcode.syntax.attribute 102 | 0.733333 0.501961 0.701961 1 103 | xcode.syntax.character 104 | 0.968627 0.54902 0.423529 1 105 | xcode.syntax.comment 106 | 0.27451 0.294118 0.364706 1 107 | xcode.syntax.comment.doc 108 | 0.27451 0.294118 0.364706 1 109 | xcode.syntax.comment.doc.keyword 110 | 0.27451 0.294118 0.364706 1 111 | xcode.syntax.declaration.other 112 | 0.509804 0.666667 1 1 113 | xcode.syntax.declaration.type 114 | 0.537255 0.866667 1 1 115 | xcode.syntax.identifier.class 116 | 1 0.796078 0.419608 1 117 | xcode.syntax.identifier.class.system 118 | 1 0.796078 0.419608 1 119 | xcode.syntax.identifier.constant 120 | 0.941176 0.443137 0.470588 1 121 | xcode.syntax.identifier.constant.system 122 | 0.941176 0.443137 0.470588 1 123 | xcode.syntax.identifier.function 124 | 0.509804 0.666667 1 1 125 | xcode.syntax.identifier.function.system 126 | 0.509804 0.666667 1 1 127 | xcode.syntax.identifier.macro 128 | 0.733333 0.501961 0.701961 1 129 | xcode.syntax.identifier.macro.system 130 | 0.733333 0.501961 0.701961 1 131 | xcode.syntax.identifier.type 132 | 1 0.796078 0.419608 1 133 | xcode.syntax.identifier.type.system 134 | 1 0.796078 0.419608 1 135 | xcode.syntax.identifier.variable 136 | 0.968627 0.54902 0.423529 1 137 | xcode.syntax.identifier.variable.system 138 | 1 0.611765 0.67451 1 139 | xcode.syntax.keyword 140 | 0.780392 0.572549 0.917647 1 141 | xcode.syntax.mark 142 | 0.329412 0.431373 0.478431 1 143 | xcode.syntax.markup.code 144 | 0.665 0.052 0.569 1 145 | xcode.syntax.number 146 | 1 0.611765 0.67451 1 147 | xcode.syntax.plain 148 | 0.65098 0.67451 0.803922 1 149 | xcode.syntax.preprocessor 150 | 0.733333 0.501961 0.701961 1 151 | xcode.syntax.string 152 | 0.764706 0.909804 0.552941 1 153 | xcode.syntax.url 154 | 0.764706 0.909804 0.552941 1 155 | 156 | DVTSourceTextSyntaxFonts 157 | 158 | xcode.syntax.attribute 159 | Menlo-Regular - 14.0 160 | xcode.syntax.character 161 | Menlo-Regular - 14.0 162 | xcode.syntax.comment 163 | Menlo-Regular - 14.0 164 | xcode.syntax.comment.doc 165 | Menlo-Regular - 14.0 166 | xcode.syntax.comment.doc.keyword 167 | Menlo-Bold - 14.0 168 | xcode.syntax.declaration.other 169 | Menlo-Regular - 14.0 170 | xcode.syntax.declaration.type 171 | Menlo-Regular - 14.0 172 | xcode.syntax.identifier.class 173 | Menlo-Regular - 14.0 174 | xcode.syntax.identifier.class.system 175 | Menlo-Regular - 14.0 176 | xcode.syntax.identifier.constant 177 | Menlo-Regular - 14.0 178 | xcode.syntax.identifier.constant.system 179 | Menlo-Regular - 14.0 180 | xcode.syntax.identifier.function 181 | Menlo-Regular - 14.0 182 | xcode.syntax.identifier.function.system 183 | Menlo-Regular - 14.0 184 | xcode.syntax.identifier.macro 185 | Menlo-Regular - 14.0 186 | xcode.syntax.identifier.macro.system 187 | Menlo-Regular - 14.0 188 | xcode.syntax.identifier.type 189 | Menlo-Regular - 14.0 190 | xcode.syntax.identifier.type.system 191 | Menlo-Regular - 14.0 192 | xcode.syntax.identifier.variable 193 | Menlo-Regular - 14.0 194 | xcode.syntax.identifier.variable.system 195 | Menlo-Regular - 14.0 196 | xcode.syntax.keyword 197 | Menlo-Regular - 14.0 198 | xcode.syntax.mark 199 | Menlo-Bold - 14.0 200 | xcode.syntax.markup.code 201 | Menlo-Regular - 14.0 202 | xcode.syntax.number 203 | Menlo-Regular - 14.0 204 | xcode.syntax.plain 205 | Menlo-Regular - 14.0 206 | xcode.syntax.preprocessor 207 | Menlo-Regular - 14.0 208 | xcode.syntax.string 209 | Menlo-Regular - 14.0 210 | xcode.syntax.url 211 | Menlo-Regular - 14.0 212 | 213 | 214 | 215 | -------------------------------------------------------------------------------- /xcode-themes/Material Palenight.xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.65098 0.67451 0.803922 1 7 | DVTConsoleDebuggerInputTextFont 8 | Menlo-Bold - 14.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.65098 0.67451 0.803922 1 11 | DVTConsoleDebuggerOutputTextFont 12 | Menlo-Regular - 14.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.780392 0.572549 0.917647 1 15 | DVTConsoleDebuggerPromptTextFont 16 | Menlo-Bold - 14.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.65098 0.67451 0.803922 1 19 | DVTConsoleExectuableInputTextFont 20 | Menlo-Regular - 14.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.65098 0.67451 0.803922 1 23 | DVTConsoleExectuableOutputTextFont 24 | Menlo-Bold - 14.0 25 | DVTConsoleTextBackgroundColor 26 | 0.160784 0.176471 0.243137 1 27 | DVTConsoleTextInsertionPointColor 28 | 1 0.8 0 1 29 | DVTConsoleTextSelectionColor 30 | 0.443137 0.486275 0.705882 0.314 31 | DVTDebuggerInstructionPointerColor 32 | 0.305882 0.333333 0.47451 1 33 | DVTFontAndColorVersion 34 | 3 35 | DVTLineSpacing 36 | 1.1000000238418579 37 | DVTMarkupTextBackgroundColor 38 | 0.121569 0.12549 0.160784 1 39 | DVTMarkupTextBorderColor 40 | 0.253475 0.2594 0.286485 1 41 | DVTMarkupTextCodeFont 42 | SFMono-Regular - 10.0 43 | DVTMarkupTextEmphasisColor 44 | 1 1 1 1 45 | DVTMarkupTextEmphasisFont 46 | .AppleSystemUIFontItalic - 10.0 47 | DVTMarkupTextInlineCodeColor 48 | 1 1 1 0.7 49 | DVTMarkupTextLinkColor 50 | 0.388818 0.284081 0.798397 1 51 | DVTMarkupTextLinkFont 52 | .AppleSystemUIFont - 10.0 53 | DVTMarkupTextNormalColor 54 | 1 1 1 1 55 | DVTMarkupTextNormalFont 56 | .AppleSystemUIFont - 10.0 57 | DVTMarkupTextOtherHeadingColor 58 | 1 1 1 0.5 59 | DVTMarkupTextOtherHeadingFont 60 | .AppleSystemUIFont - 14.0 61 | DVTMarkupTextPrimaryHeadingColor 62 | 1 1 1 1 63 | DVTMarkupTextPrimaryHeadingFont 64 | .AppleSystemUIFont - 24.0 65 | DVTMarkupTextSecondaryHeadingColor 66 | 1 1 1 1 67 | DVTMarkupTextSecondaryHeadingFont 68 | .AppleSystemUIFont - 18.0 69 | DVTMarkupTextStrongColor 70 | 1 1 1 1 71 | DVTMarkupTextStrongFont 72 | .AppleSystemUIFontBold - 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.160784 0.176471 0.243137 1 89 | DVTSourceTextBlockDimBackgroundColor 90 | 0.5 0.5 0.5 1 91 | DVTSourceTextCurrentLineHighlightColor 92 | 0 0 0 0.314 93 | DVTSourceTextInsertionPointColor 94 | 1 0.8 0 1 95 | DVTSourceTextInvisiblesColor 96 | 0.305882 0.333333 0.47451 1 97 | DVTSourceTextSelectionColor 98 | 0.443137 0.486275 0.705882 0.314 99 | DVTSourceTextSyntaxColors 100 | 101 | xcode.syntax.attribute 102 | 0.733333 0.501961 0.701961 1 103 | xcode.syntax.character 104 | 0.968627 0.54902 0.423529 1 105 | xcode.syntax.comment 106 | 0.403922 0.431373 0.584314 1 107 | xcode.syntax.comment.doc 108 | 0.403922 0.431373 0.584314 1 109 | xcode.syntax.comment.doc.keyword 110 | 0.403922 0.431373 0.584314 1 111 | xcode.syntax.declaration.other 112 | 0.509804 0.666667 1 1 113 | xcode.syntax.declaration.type 114 | 0.537255 0.866667 1 1 115 | xcode.syntax.identifier.class 116 | 1 0.796078 0.419608 1 117 | xcode.syntax.identifier.class.system 118 | 1 0.796078 0.419608 1 119 | xcode.syntax.identifier.constant 120 | 0.941176 0.443137 0.470588 1 121 | xcode.syntax.identifier.constant.system 122 | 0.941176 0.443137 0.470588 1 123 | xcode.syntax.identifier.function 124 | 0.509804 0.666667 1 1 125 | xcode.syntax.identifier.function.system 126 | 0.509804 0.666667 1 1 127 | xcode.syntax.identifier.macro 128 | 0.733333 0.501961 0.701961 1 129 | xcode.syntax.identifier.macro.system 130 | 0.733333 0.501961 0.701961 1 131 | xcode.syntax.identifier.type 132 | 1 0.796078 0.419608 1 133 | xcode.syntax.identifier.type.system 134 | 1 0.796078 0.419608 1 135 | xcode.syntax.identifier.variable 136 | 0.968627 0.54902 0.423529 1 137 | xcode.syntax.identifier.variable.system 138 | 1 0.611765 0.67451 1 139 | xcode.syntax.keyword 140 | 0.780392 0.572549 0.917647 1 141 | xcode.syntax.mark 142 | 0.329412 0.431373 0.478431 1 143 | xcode.syntax.markup.code 144 | 0.665 0.052 0.569 1 145 | xcode.syntax.number 146 | 1 0.611765 0.67451 1 147 | xcode.syntax.plain 148 | 0.65098 0.67451 0.803922 1 149 | xcode.syntax.preprocessor 150 | 0.733333 0.501961 0.701961 1 151 | xcode.syntax.string 152 | 0.764706 0.909804 0.552941 1 153 | xcode.syntax.url 154 | 0.764706 0.909804 0.552941 1 155 | 156 | DVTSourceTextSyntaxFonts 157 | 158 | xcode.syntax.attribute 159 | Menlo-Regular - 14.0 160 | xcode.syntax.character 161 | Menlo-Regular - 14.0 162 | xcode.syntax.comment 163 | Menlo-Regular - 14.0 164 | xcode.syntax.comment.doc 165 | Menlo-Regular - 14.0 166 | xcode.syntax.comment.doc.keyword 167 | Menlo-Bold - 14.0 168 | xcode.syntax.declaration.other 169 | Menlo-Regular - 14.0 170 | xcode.syntax.declaration.type 171 | Menlo-Regular - 14.0 172 | xcode.syntax.identifier.class 173 | Menlo-Regular - 14.0 174 | xcode.syntax.identifier.class.system 175 | Menlo-Regular - 14.0 176 | xcode.syntax.identifier.constant 177 | Menlo-Regular - 14.0 178 | xcode.syntax.identifier.constant.system 179 | Menlo-Regular - 14.0 180 | xcode.syntax.identifier.function 181 | Menlo-Regular - 14.0 182 | xcode.syntax.identifier.function.system 183 | Menlo-Regular - 14.0 184 | xcode.syntax.identifier.macro 185 | Menlo-Regular - 14.0 186 | xcode.syntax.identifier.macro.system 187 | Menlo-Regular - 14.0 188 | xcode.syntax.identifier.type 189 | Menlo-Regular - 14.0 190 | xcode.syntax.identifier.type.system 191 | Menlo-Regular - 14.0 192 | xcode.syntax.identifier.variable 193 | Menlo-Regular - 14.0 194 | xcode.syntax.identifier.variable.system 195 | Menlo-Regular - 14.0 196 | xcode.syntax.keyword 197 | Menlo-Regular - 14.0 198 | xcode.syntax.mark 199 | Menlo-Bold - 14.0 200 | xcode.syntax.markup.code 201 | Menlo-Regular - 14.0 202 | xcode.syntax.number 203 | Menlo-Regular - 14.0 204 | xcode.syntax.plain 205 | Menlo-Regular - 14.0 206 | xcode.syntax.preprocessor 207 | Menlo-Regular - 14.0 208 | xcode.syntax.string 209 | Menlo-Regular - 14.0 210 | xcode.syntax.url 211 | Menlo-Regular - 14.0 212 | 213 | 214 | 215 | -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- 1 | # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. 2 | # yarn lockfile v1 3 | 4 | 5 | float@^1.0.2: 6 | version "1.0.2" 7 | resolved "http://registry.npm.taobao.org/float/download/float-1.0.2.tgz#68f9dcd75df93d0ecff028b1e02a005d1f7c1c95" 8 | integrity sha1-aPnc1135PQ7P8Cix4CoAXR98HJU= 9 | 10 | graceful-fs@^4.1.6: 11 | version "4.1.15" 12 | resolved "http://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" 13 | integrity sha1-/7cD4QZuig7qpMi4C6klPu77+wA= 14 | 15 | hex-and-rgba@^1.3.2: 16 | version "1.3.2" 17 | resolved "http://registry.npm.taobao.org/hex-and-rgba/download/hex-and-rgba-1.3.2.tgz#60c7eac060ea9c0487ebcd236b0e94e9357a7d9a" 18 | integrity sha1-YMfqwGDqnASH680jaw6U6TV6fZo= 19 | 20 | jsonfile@^5.0.0: 21 | version "5.0.0" 22 | resolved "http://registry.npm.taobao.org/jsonfile/download/jsonfile-5.0.0.tgz#e6b718f73da420d612823996fdf14a03f6ff6922" 23 | integrity sha1-5rcY9z2kINYSgjmW/fFKA/b/aSI= 24 | dependencies: 25 | universalify "^0.1.2" 26 | optionalDependencies: 27 | graceful-fs "^4.1.6" 28 | 29 | mustache@^3.0.1: 30 | version "3.0.1" 31 | resolved "http://registry.npm.taobao.org/mustache/download/mustache-3.0.1.tgz#873855f23aa8a95b150fb96d9836edbc5a1d248a" 32 | integrity sha1-hzhV8jqoqVsVD7ltmDbtvFodJIo= 33 | 34 | universalify@^0.1.2: 35 | version "0.1.2" 36 | resolved "http://registry.npm.taobao.org/universalify/download/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" 37 | integrity sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY= 38 | --------------------------------------------------------------------------------