├── .gitignore ├── GitHub (Dark).xccolortheme ├── GitHub (Light).xccolortheme ├── README.md ├── github-dark-full.png └── github-light-full.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /GitHub (Dark).xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.97426 0.980417 0.985546 1 7 | DVTConsoleDebuggerInputTextFont 8 | SFMono-Bold - 12.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.97426 0.980417 0.985546 1 11 | DVTConsoleDebuggerOutputTextFont 12 | SFMono-Medium - 12.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0.327778 0.664732 1 1 15 | DVTConsoleDebuggerPromptTextFont 16 | SFMono-Bold - 12.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.97426 0.980417 0.985546 1 19 | DVTConsoleExectuableInputTextFont 20 | SFMono-Medium - 12.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.97426 0.980417 0.985546 1 23 | DVTConsoleExectuableOutputTextFont 24 | SFMono-Bold - 12.0 25 | DVTConsoleTextBackgroundColor 26 | 0.103206 0.120829 0.136862 1 27 | DVTConsoleTextInsertionPointColor 28 | 1 0.848334 0.179246 1 29 | DVTConsoleTextSelectionColor 30 | 0.0998054 0.163407 0.227577 1 31 | DVTDebuggerInstructionPointerColor 32 | 1 0.848334 0.179246 1 33 | DVTFontAndColorVersion 34 | 1 35 | DVTLineSpacing 36 | 1.1000000238418579 37 | DVTMarkupTextBackgroundColor 38 | 0.96 0.96 0.96 1 39 | DVTMarkupTextBorderColor 40 | 0.8832 0.8832 0.8832 1 41 | DVTMarkupTextCodeFont 42 | SFMono-Regular - 10.0 43 | DVTMarkupTextEmphasisColor 44 | 0 0 0 1 45 | DVTMarkupTextEmphasisFont 46 | .AppleSystemUIFontItalic - 10.0 47 | DVTMarkupTextInlineCodeColor 48 | 0 0 0 0.7 49 | DVTMarkupTextLinkColor 50 | 0.055 0.055 1 1 51 | DVTMarkupTextLinkFont 52 | .AppleSystemUIFont - 10.0 53 | DVTMarkupTextNormalColor 54 | 0 0 0 1 55 | DVTMarkupTextNormalFont 56 | .AppleSystemUIFont - 10.0 57 | DVTMarkupTextOtherHeadingColor 58 | 0 0 0 0.5 59 | DVTMarkupTextOtherHeadingFont 60 | .AppleSystemUIFont - 14.0 61 | DVTMarkupTextPrimaryHeadingColor 62 | 0 0 0 1 63 | DVTMarkupTextPrimaryHeadingFont 64 | .AppleSystemUIFont - 24.0 65 | DVTMarkupTextSecondaryHeadingColor 66 | 0 0 0 1 67 | DVTMarkupTextSecondaryHeadingFont 68 | .AppleSystemUIFont - 18.0 69 | DVTMarkupTextStrongColor 70 | 0 0 0 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.103206 0.120829 0.136862 1 89 | DVTSourceTextBlockDimBackgroundColor 90 | 0.424672 0.424672 0.424672 1 91 | DVTSourceTextCurrentLineHighlightColor 92 | 0.123354 0.141582 0.161764 1 93 | DVTSourceTextInsertionPointColor 94 | 1 0.848334 0.179246 1 95 | DVTSourceTextInvisiblesColor 96 | 0.8 0.8 0.8 1 97 | DVTSourceTextSelectionColor 98 | 0.0998054 0.163407 0.227577 1 99 | DVTSourceTextSyntaxColors 100 | 101 | xcode.syntax.attribute 102 | 1 0.31306 0.429052 1 103 | xcode.syntax.character 104 | 0.505827 0.751984 1 1 105 | xcode.syntax.comment 106 | 0.330215 0.372188 0.414758 1 107 | xcode.syntax.comment.doc 108 | 0.330215 0.372188 0.414758 1 109 | xcode.syntax.comment.doc.keyword 110 | 0.330215 0.372188 0.414758 1 111 | xcode.syntax.declaration.other 112 | 0.66581 0.467472 0.956775 1 113 | xcode.syntax.declaration.type 114 | 0.66581 0.467472 0.956775 1 115 | xcode.syntax.identifier.class 116 | 0.315044 0.921824 0.514779 1 117 | xcode.syntax.identifier.class.system 118 | 0.327778 0.664732 1 1 119 | xcode.syntax.identifier.constant 120 | 0.315044 0.921824 0.514779 1 121 | xcode.syntax.identifier.constant.system 122 | 0.327778 0.664732 1 1 123 | xcode.syntax.identifier.function 124 | 0.315044 0.921824 0.514779 1 125 | xcode.syntax.identifier.function.system 126 | 0.327778 0.664732 1 1 127 | xcode.syntax.identifier.macro 128 | 1 0.580843 0.319639 1 129 | xcode.syntax.identifier.macro.system 130 | 1 0.580843 0.319639 1 131 | xcode.syntax.identifier.type 132 | 0.315044 0.921824 0.514779 1 133 | xcode.syntax.identifier.type.system 134 | 0.327778 0.664732 1 1 135 | xcode.syntax.identifier.variable 136 | 0.315044 0.921824 0.514779 1 137 | xcode.syntax.identifier.variable.system 138 | 0.327778 0.664732 1 1 139 | xcode.syntax.keyword 140 | 1 0.31306 0.429052 1 141 | xcode.syntax.mark 142 | 0.330215 0.372188 0.414758 1 143 | xcode.syntax.markup.code 144 | 1 0.443986 0.778454 1 145 | xcode.syntax.number 146 | 0.330493 0.663861 1 1 147 | xcode.syntax.plain 148 | 0.97426 0.980417 0.985546 1 149 | xcode.syntax.preprocessor 150 | 1 0.580843 0.319639 1 151 | xcode.syntax.string 152 | 0.505827 0.751984 1 1 153 | xcode.syntax.url 154 | 1 0.443986 0.778454 1 155 | 156 | DVTSourceTextSyntaxFonts 157 | 158 | xcode.syntax.attribute 159 | SFMono-Regular - 12.0 160 | xcode.syntax.character 161 | SFMono-Regular - 12.0 162 | xcode.syntax.comment 163 | SFMono-Regular - 12.0 164 | xcode.syntax.comment.doc 165 | SFMono-Regular - 12.0 166 | xcode.syntax.comment.doc.keyword 167 | SFMono-Regular - 12.0 168 | xcode.syntax.declaration.other 169 | SFMono-Regular - 12.0 170 | xcode.syntax.declaration.type 171 | SFMono-Regular - 12.0 172 | xcode.syntax.identifier.class 173 | SFMono-Regular - 12.0 174 | xcode.syntax.identifier.class.system 175 | SFMono-Regular - 12.0 176 | xcode.syntax.identifier.constant 177 | SFMono-Regular - 12.0 178 | xcode.syntax.identifier.constant.system 179 | SFMono-Regular - 12.0 180 | xcode.syntax.identifier.function 181 | SFMono-Regular - 12.0 182 | xcode.syntax.identifier.function.system 183 | SFMono-Regular - 12.0 184 | xcode.syntax.identifier.macro 185 | SFMono-Regular - 12.0 186 | xcode.syntax.identifier.macro.system 187 | SFMono-Regular - 12.0 188 | xcode.syntax.identifier.type 189 | SFMono-Regular - 12.0 190 | xcode.syntax.identifier.type.system 191 | SFMono-Regular - 12.0 192 | xcode.syntax.identifier.variable 193 | SFMono-Regular - 12.0 194 | xcode.syntax.identifier.variable.system 195 | SFMono-Regular - 12.0 196 | xcode.syntax.keyword 197 | SFMono-Regular - 12.0 198 | xcode.syntax.mark 199 | SFMono-Regular - 12.0 200 | xcode.syntax.markup.code 201 | SFMono-Regular - 12.0 202 | xcode.syntax.number 203 | SFMono-Regular - 12.0 204 | xcode.syntax.plain 205 | SFMono-Regular - 12.0 206 | xcode.syntax.preprocessor 207 | SFMono-Regular - 12.0 208 | xcode.syntax.string 209 | SFMono-Regular - 12.0 210 | xcode.syntax.url 211 | SFMono-Regular - 12.0 212 | 213 | 214 | 215 | -------------------------------------------------------------------------------- /GitHub (Light).xccolortheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DVTConsoleDebuggerInputTextColor 6 | 0.103206 0.120829 0.136862 1 7 | DVTConsoleDebuggerInputTextFont 8 | SFMono-Bold - 12.0 9 | DVTConsoleDebuggerOutputTextColor 10 | 0.103206 0.120829 0.136862 1 11 | DVTConsoleDebuggerOutputTextFont 12 | SFMono-Medium - 12.0 13 | DVTConsoleDebuggerPromptTextColor 14 | 0 0.310223 0.836819 1 15 | DVTConsoleDebuggerPromptTextFont 16 | SFMono-Bold - 12.0 17 | DVTConsoleExectuableInputTextColor 18 | 0.103206 0.120829 0.136862 1 19 | DVTConsoleExectuableInputTextFont 20 | SFMono-Medium - 12.0 21 | DVTConsoleExectuableOutputTextColor 22 | 0.103206 0.120829 0.136862 1 23 | DVTConsoleExectuableOutputTextFont 24 | SFMono-Bold - 12.0 25 | DVTConsoleTextBackgroundColor 26 | 0.999889 1 0.99983 1 27 | DVTConsoleTextInsertionPointColor 28 | 0.858824 0.670588 0.0352941 1 29 | DVTConsoleTextSelectionColor 30 | 0.905104 0.946604 0.989229 1 31 | DVTDebuggerInstructionPointerColor 32 | 0.858824 0.670588 0.0352941 1 33 | DVTFontAndColorVersion 34 | 1 35 | DVTLineSpacing 36 | 1.1000000238418579 37 | DVTMarkupTextBackgroundColor 38 | 0.96 0.96 0.96 1 39 | DVTMarkupTextBorderColor 40 | 0.8832 0.8832 0.8832 1 41 | DVTMarkupTextCodeFont 42 | SFMono-Regular - 10.0 43 | DVTMarkupTextEmphasisColor 44 | 0 0 0 1 45 | DVTMarkupTextEmphasisFont 46 | .AppleSystemUIFontItalic - 10.0 47 | DVTMarkupTextInlineCodeColor 48 | 0 0 0 0.7 49 | DVTMarkupTextLinkColor 50 | 0.055 0.055 1 1 51 | DVTMarkupTextLinkFont 52 | .AppleSystemUIFont - 10.0 53 | DVTMarkupTextNormalColor 54 | 0 0 0 1 55 | DVTMarkupTextNormalFont 56 | .AppleSystemUIFont - 10.0 57 | DVTMarkupTextOtherHeadingColor 58 | 0 0 0 0.5 59 | DVTMarkupTextOtherHeadingFont 60 | .AppleSystemUIFont - 14.0 61 | DVTMarkupTextPrimaryHeadingColor 62 | 0 0 0 1 63 | DVTMarkupTextPrimaryHeadingFont 64 | .AppleSystemUIFont - 24.0 65 | DVTMarkupTextSecondaryHeadingColor 66 | 0 0 0 1 67 | DVTMarkupTextSecondaryHeadingFont 68 | .AppleSystemUIFont - 18.0 69 | DVTMarkupTextStrongColor 70 | 0 0 0 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.999889 1 0.99983 1 89 | DVTSourceTextBlockDimBackgroundColor 90 | 0.424672 0.424672 0.424672 1 91 | DVTSourceTextCurrentLineHighlightColor 92 | 0.953673 0.965783 0.976231 1 93 | DVTSourceTextInsertionPointColor 94 | 0.858824 0.670588 0.0352941 1 95 | DVTSourceTextInvisiblesColor 96 | 0.8 0.8 0.8 1 97 | DVTSourceTextSelectionColor 98 | 0.905104 0.946604 0.989229 1 99 | DVTSourceTextSyntaxColors 100 | 101 | xcode.syntax.attribute 102 | 0.884014 0 0.204991 1 103 | xcode.syntax.character 104 | 0 0.133338 0.323955 1 105 | xcode.syntax.comment 106 | 0.333981 0.376065 0.418742 1 107 | xcode.syntax.comment.doc 108 | 0.333981 0.376065 0.418742 1 109 | xcode.syntax.comment.doc.keyword 110 | 0.333981 0.376065 0.418742 1 111 | xcode.syntax.declaration.other 112 | 0.384459 0.138883 0.736562 1 113 | xcode.syntax.declaration.type 114 | 0.384459 0.138883 0.736562 1 115 | xcode.syntax.identifier.class 116 | 0 0.620552 0.155171 1 117 | xcode.syntax.identifier.class.system 118 | 0 0.310223 0.836819 1 119 | xcode.syntax.identifier.constant 120 | 0 0.620552 0.155171 1 121 | xcode.syntax.identifier.constant.system 122 | 0 0.310223 0.836819 1 123 | xcode.syntax.identifier.function 124 | 0 0.620552 0.155171 1 125 | xcode.syntax.identifier.function.system 126 | 0 0.310223 0.836819 1 127 | xcode.syntax.identifier.macro 128 | 1 0.272739 0 1 129 | xcode.syntax.identifier.macro.system 130 | 1 0.272739 0 1 131 | xcode.syntax.identifier.type 132 | 0 0.620552 0.155171 1 133 | xcode.syntax.identifier.type.system 134 | 0 0.310223 0.836819 1 135 | xcode.syntax.identifier.variable 136 | 0 0.620552 0.155171 1 137 | xcode.syntax.identifier.variable.system 138 | 0 0.310223 0.836819 1 139 | xcode.syntax.keyword 140 | 0.884014 0 0.204991 1 141 | xcode.syntax.mark 142 | 0.333981 0.376065 0.418742 1 143 | xcode.syntax.markup.code 144 | 0.849128 0 0.512998 1 145 | xcode.syntax.number 146 | 0 0.27283 0.754948 1 147 | xcode.syntax.plain 148 | 0.103206 0.120829 0.136862 1 149 | xcode.syntax.preprocessor 150 | 1 0.272739 0 1 151 | xcode.syntax.string 152 | 0 0.133338 0.323955 1 153 | xcode.syntax.url 154 | 0.849128 0 0.512998 1 155 | 156 | DVTSourceTextSyntaxFonts 157 | 158 | xcode.syntax.attribute 159 | SFMono-Regular - 12.0 160 | xcode.syntax.character 161 | SFMono-Regular - 12.0 162 | xcode.syntax.comment 163 | SFMono-Regular - 12.0 164 | xcode.syntax.comment.doc 165 | SFMono-Regular - 12.0 166 | xcode.syntax.comment.doc.keyword 167 | SFMono-Regular - 12.0 168 | xcode.syntax.declaration.other 169 | SFMono-Regular - 12.0 170 | xcode.syntax.declaration.type 171 | SFMono-Regular - 12.0 172 | xcode.syntax.identifier.class 173 | SFMono-Regular - 12.0 174 | xcode.syntax.identifier.class.system 175 | SFMono-Regular - 12.0 176 | xcode.syntax.identifier.constant 177 | SFMono-Regular - 12.0 178 | xcode.syntax.identifier.constant.system 179 | SFMono-Regular - 12.0 180 | xcode.syntax.identifier.function 181 | SFMono-Regular - 12.0 182 | xcode.syntax.identifier.function.system 183 | SFMono-Regular - 12.0 184 | xcode.syntax.identifier.macro 185 | SFMono-Regular - 12.0 186 | xcode.syntax.identifier.macro.system 187 | SFMono-Regular - 12.0 188 | xcode.syntax.identifier.type 189 | SFMono-Regular - 12.0 190 | xcode.syntax.identifier.type.system 191 | SFMono-Regular - 12.0 192 | xcode.syntax.identifier.variable 193 | SFMono-Regular - 12.0 194 | xcode.syntax.identifier.variable.system 195 | SFMono-Regular - 12.0 196 | xcode.syntax.keyword 197 | SFMono-Regular - 12.0 198 | xcode.syntax.mark 199 | SFMono-Regular - 12.0 200 | xcode.syntax.markup.code 201 | SFMono-Regular - 12.0 202 | xcode.syntax.number 203 | SFMono-Regular - 12.0 204 | xcode.syntax.plain 205 | SFMono-Regular - 12.0 206 | xcode.syntax.preprocessor 207 | SFMono-Regular - 12.0 208 | xcode.syntax.string 209 | SFMono-Regular - 12.0 210 | xcode.syntax.url 211 | SFMono-Regular - 12.0 212 | 213 | 214 | 215 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # GitHub Xcode Theme 2 | 3 | GitHub (Light) and GitHub (Dark) are Xcode themes based on [themes of the same name](https://github.com/primer/github-vscode-theme) from GitHub for Visual Studio Code. 4 | 5 | To install, create a directory at `~/Library/Developer/Xcode/UserData/FontAndColorThemes/` if it does not already exist and copy `GitHub (Light).xccolortheme` and `GitHub (Dark).xccolortheme` into that directory. 6 | 7 | Or use these Bash commands: 8 | 9 | ```bash 10 | mkdir ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ 11 | cp "GitHub (Light).xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ 12 | cp "GitHub (Dark).xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ 13 | ``` 14 | 15 | ## GitHub (Light) 16 | 17 | ![GitHub (Light) Xcode screenshot](github-light-full.png) 18 | 19 | ## GitHub (Dark) 20 | 21 | ![GitHub (Dark) Xcode screenshot](github-dark-full.png) 22 | -------------------------------------------------------------------------------- /github-dark-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmals/github-xcode-theme/cc4729e6dfeb20212f190700de5bd7a8880815d1/github-dark-full.png -------------------------------------------------------------------------------- /github-light-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmals/github-xcode-theme/cc4729e6dfeb20212f190700de5bd7a8880815d1/github-light-full.png --------------------------------------------------------------------------------