Last active
June 26, 2026 01:58
-
-
Save Kinark/345b50f02a59cb5a096e6350d7cb9864 to your computer and use it in GitHub Desktop.
Kinarkcula XCode Theme. To be put in `~/Library/Developer/Xcode/UserData/FontAndColorThemes/`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>DVTConsoleDebuggerInputTextColor</key> | |
| <string>0.972549 0.972549 0.94902 1</string> | |
| <key>DVTConsoleDebuggerInputTextFont</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Regular - 15.0</string> | |
| <key>DVTConsoleDebuggerOutputTextColor</key> | |
| <string>0.972549 0.972549 0.94902 1</string> | |
| <key>DVTConsoleDebuggerOutputTextFont</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Regular - 15.0</string> | |
| <key>DVTConsoleDebuggerPromptTextColor</key> | |
| <string>0.313725 0.980392 0.482353 1</string> | |
| <key>DVTConsoleDebuggerPromptTextFont</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Italic - 15.0</string> | |
| <key>DVTConsoleExectuableInputTextColor</key> | |
| <string>0.972549 0.972549 0.94902 1</string> | |
| <key>DVTConsoleExectuableInputTextFont</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Regular - 15.0</string> | |
| <key>DVTConsoleExectuableOutputTextColor</key> | |
| <string>0.972549 0.972549 0.94902 1</string> | |
| <key>DVTConsoleExectuableOutputTextFont</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Regular - 15.0</string> | |
| <key>DVTConsoleTextBackgroundColor</key> | |
| <string>0.461874 0.164706 1 0.0498738</string> | |
| <key>DVTConsoleTextInsertionPointColor</key> | |
| <string>0.737255 0.231373 1 1</string> | |
| <key>DVTConsoleTextSelectionColor</key> | |
| <string>0.266667 0.278431 0.352941 0.50773</string> | |
| <key>DVTFontAndColorVersion</key> | |
| <integer>1</integer> | |
| <key>DVTLineSpacing</key> | |
| <real>1.1000000238418579</real> | |
| <key>DVTMarkupTextBackgroundColor</key> | |
| <string>0.188245 0.192381 0.226996 1</string> | |
| <key>DVTMarkupTextBorderColor</key> | |
| <string>0.253186 0.25699 0.288836 1</string> | |
| <key>DVTMarkupTextCodeFont</key> | |
| <string>Monaco - 11.0</string> | |
| <key>DVTMarkupTextEmphasisColor</key> | |
| <string>0.877929 0.872979 0.878041 1</string> | |
| <key>DVTMarkupTextEmphasisFont</key> | |
| <string>.SFNS-RegularItalic - 11.0</string> | |
| <key>DVTMarkupTextInlineCodeColor</key> | |
| <string>0.877929 0.872979 0.878041 0.7</string> | |
| <key>DVTMarkupTextLinkColor</key> | |
| <string>0.384314 0.447059 0.643137 1</string> | |
| <key>DVTMarkupTextLinkFont</key> | |
| <string>.SFNS-Regular - 11.0</string> | |
| <key>DVTMarkupTextNormalColor</key> | |
| <string>0.877929 0.872979 0.878041 1</string> | |
| <key>DVTMarkupTextNormalFont</key> | |
| <string>.SFNS-Regular - 11.0</string> | |
| <key>DVTMarkupTextOtherHeadingColor</key> | |
| <string>0.877929 0.872979 0.878041 0.5</string> | |
| <key>DVTMarkupTextOtherHeadingFont</key> | |
| <string>.SFNS-Regular - 15.4</string> | |
| <key>DVTMarkupTextPrimaryHeadingColor</key> | |
| <string>0.877929 0.872979 0.878041 1</string> | |
| <key>DVTMarkupTextPrimaryHeadingFont</key> | |
| <string>.SFNS-Regular - 26.4</string> | |
| <key>DVTMarkupTextSecondaryHeadingColor</key> | |
| <string>0.877929 0.872979 0.878041 1</string> | |
| <key>DVTMarkupTextSecondaryHeadingFont</key> | |
| <string>.SFNS-Regular - 19.8</string> | |
| <key>DVTMarkupTextStrongColor</key> | |
| <string>0.877929 0.872979 0.878041 1</string> | |
| <key>DVTMarkupTextStrongFont</key> | |
| <string>.SFNS-Bold - 11.0</string> | |
| <key>DVTScrollbarMarkerAnalyzerColor</key> | |
| <string>0.403922 0.372549 1 1</string> | |
| <key>DVTScrollbarMarkerBreakpointColor</key> | |
| <string>0.290196 0.290196 0.968627 1</string> | |
| <key>DVTScrollbarMarkerDiffColor</key> | |
| <string>0.556863 0.556863 0.556863 1</string> | |
| <key>DVTScrollbarMarkerDiffConflictColor</key> | |
| <string>0.968627 0.290196 0.290196 1</string> | |
| <key>DVTScrollbarMarkerErrorColor</key> | |
| <string>0.968627 0.290196 0.290196 1</string> | |
| <key>DVTScrollbarMarkerRuntimeIssueColor</key> | |
| <string>0.643137 0.509804 1 1</string> | |
| <key>DVTScrollbarMarkerWarningColor</key> | |
| <string>0.937255 0.717647 0.34902 1</string> | |
| <key>DVTSourceTextBackground</key> | |
| <string>0.186564 0 0.304206 0.0511788</string> | |
| <key>DVTSourceTextBlockDimBackgroundColor</key> | |
| <string>0.5 0.5 0.5 1</string> | |
| <key>DVTSourceTextCurrentLineHighlightColor</key> | |
| <string>0.364706 0.0352941 0.431373 0.291954</string> | |
| <key>DVTSourceTextInsertionPointColor</key> | |
| <string>0.737255 0.231373 1 1</string> | |
| <key>DVTSourceTextInvisiblesColor</key> | |
| <string>0.409621 0.274936 0.509231 0.577932</string> | |
| <key>DVTSourceTextSelectionColor</key> | |
| <string>0.468482 0.00840111 0.56761 0.360915</string> | |
| <key>DVTSourceTextSyntaxColors</key> | |
| <dict> | |
| <key>xcode.syntax.attribute</key> | |
| <string>0.545098 0.913725 0.992157 1</string> | |
| <key>xcode.syntax.character</key> | |
| <string>0.741176 0.576471 0.976471 1</string> | |
| <key>xcode.syntax.comment</key> | |
| <string>0.384314 0.447059 0.643137 1</string> | |
| <key>xcode.syntax.comment.doc</key> | |
| <string>0.384314 0.447059 0.643137 1</string> | |
| <key>xcode.syntax.comment.doc.keyword</key> | |
| <string>0.384314 0.447059 0.643137 1</string> | |
| <key>xcode.syntax.declaration.other</key> | |
| <string>0.254902 0.631373 0.752941 1</string> | |
| <key>xcode.syntax.declaration.type</key> | |
| <string>0.362946 0.846428 0.998966 1</string> | |
| <key>xcode.syntax.identifier.class</key> | |
| <string>0.313725 0.980392 0.482353 1</string> | |
| <key>xcode.syntax.identifier.class.system</key> | |
| <string>0.545098 0.913725 0.992157 1</string> | |
| <key>xcode.syntax.identifier.constant</key> | |
| <string>0.313725 0.980392 0.482353 1</string> | |
| <key>xcode.syntax.identifier.constant.system</key> | |
| <string>0.545098 0.913725 0.992157 1</string> | |
| <key>xcode.syntax.identifier.function</key> | |
| <string>0.313725 0.980392 0.482353 1</string> | |
| <key>xcode.syntax.identifier.function.system</key> | |
| <string>0.545098 0.913725 0.992157 1</string> | |
| <key>xcode.syntax.identifier.macro</key> | |
| <string>0.945098 0.980392 0.54902 1</string> | |
| <key>xcode.syntax.identifier.macro.system</key> | |
| <string>0.945098 0.980392 0.54902 1</string> | |
| <key>xcode.syntax.identifier.type</key> | |
| <string>0.313725 0.980392 0.482353 1</string> | |
| <key>xcode.syntax.identifier.type.system</key> | |
| <string>0.545098 0.913725 0.992157 1</string> | |
| <key>xcode.syntax.identifier.variable</key> | |
| <string>0.313725 0.980392 0.482353 1</string> | |
| <key>xcode.syntax.identifier.variable.system</key> | |
| <string>0.545098 0.913725 0.992157 1</string> | |
| <key>xcode.syntax.keyword</key> | |
| <string>1 0.47451 0.776471 1</string> | |
| <key>xcode.syntax.mark</key> | |
| <string>0.572549 0.631373 0.694118 1</string> | |
| <key>xcode.syntax.markup.code</key> | |
| <string>0.665 0.052 0.569 1</string> | |
| <key>xcode.syntax.number</key> | |
| <string>0.741176 0.576471 0.976471 1</string> | |
| <key>xcode.syntax.plain</key> | |
| <string>0.877929 0.872979 0.878041 1</string> | |
| <key>xcode.syntax.preprocessor</key> | |
| <string>0.945098 0.980392 0.54902 1</string> | |
| <key>xcode.syntax.regex</key> | |
| <string>0.989117 0.41558 0.365684 1</string> | |
| <key>xcode.syntax.regex.capturename</key> | |
| <string>0.405383 0.717051 0.642088 1</string> | |
| <key>xcode.syntax.regex.charname</key> | |
| <string>0.632318 0.402193 0.901151 1</string> | |
| <key>xcode.syntax.regex.number</key> | |
| <string>0.814983 0.749393 0.412334 1</string> | |
| <key>xcode.syntax.regex.other</key> | |
| <string>1 1 1 0.85</string> | |
| <key>xcode.syntax.string</key> | |
| <string>0.818459 0.333333 0.333333 1</string> | |
| <key>xcode.syntax.url</key> | |
| <string>0.586396 0.422498 1 1</string> | |
| </dict> | |
| <key>DVTSourceTextSyntaxFonts</key> | |
| <dict> | |
| <key>xcode.syntax.attribute</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Regular - 15.5</string> | |
| <key>xcode.syntax.character</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Regular - 15.5</string> | |
| <key>xcode.syntax.comment</key> | |
| <string>MonoLisaTextVariable-Ligatured-Italic - 14.5</string> | |
| <key>xcode.syntax.comment.doc</key> | |
| <string>MonoLisaTextVariable-LigaturedRegular-Medium - 15.5</string> | |
| <key>xcode.syntax.comment.doc.keyword</key> | |
| <string>MonoLisaTextVariable-LigaturedItalic-SemiBold - 15.0</string> | |
| <key>xcode.syntax.declaration.other</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Italic - 15.5</string> | |
| <key>xcode.syntax.declaration.type</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Italic - 15.5</string> | |
| <key>xcode.syntax.identifier.class</key> | |
| <string>MonoLisaCodeVariable-LigaturedRegular-SemiBold - 15.0</string> | |
| <key>xcode.syntax.identifier.class.system</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Italic - 15.5</string> | |
| <key>xcode.syntax.identifier.constant</key> | |
| <string>MonoLisaCodeVariable-LigaturedRegular-SemiBold - 15.0</string> | |
| <key>xcode.syntax.identifier.constant.system</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Italic - 15.5</string> | |
| <key>xcode.syntax.identifier.function</key> | |
| <string>MonoLisaCodeVariable-LigaturedRegular-SemiBold - 15.0</string> | |
| <key>xcode.syntax.identifier.function.system</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Italic - 15.5</string> | |
| <key>xcode.syntax.identifier.macro</key> | |
| <string>MonoLisaCodeVariable-LigaturedItalic-Hairline - 15.0</string> | |
| <key>xcode.syntax.identifier.macro.system</key> | |
| <string>MonoLisaCodeVariable-LigaturedItalic-Hairline - 15.5</string> | |
| <key>xcode.syntax.identifier.type</key> | |
| <string>MonoLisaCodeVariable-LigaturedRegular-SemiBold - 15.0</string> | |
| <key>xcode.syntax.identifier.type.system</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Italic - 15.5</string> | |
| <key>xcode.syntax.identifier.variable</key> | |
| <string>MonoLisaCodeVariable-LigaturedRegular-SemiBold - 15.0</string> | |
| <key>xcode.syntax.identifier.variable.system</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Italic - 15.5</string> | |
| <key>xcode.syntax.keyword</key> | |
| <string>MonoLisaCodeVariable-LigaturedItalic-Light - 15.0</string> | |
| <key>xcode.syntax.mark</key> | |
| <string>MonoLisaTextVariable-LigaturedRegular-Thin - 15.0</string> | |
| <key>xcode.syntax.markup.code</key> | |
| <string>MonoLisaCodeVariable-LigaturedRegular-Medium - 16.5</string> | |
| <key>xcode.syntax.number</key> | |
| <string>MonoLisaCodeLigaturedThin-Regular - 15.5</string> | |
| <key>xcode.syntax.plain</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Regular - 15.0</string> | |
| <key>xcode.syntax.preprocessor</key> | |
| <string>MonoLisaCodeVariable-Ligatured-Regular - 15.5</string> | |
| <key>xcode.syntax.regex</key> | |
| <string>MonoLisaCodeVariable-LigaturedItalic-Hairline - 15.0</string> | |
| <key>xcode.syntax.regex.capturename</key> | |
| <string>MonoLisaCodeVariable-LigaturedItalic-Hairline - 15.0</string> | |
| <key>xcode.syntax.regex.charname</key> | |
| <string>MonoLisaCodeVariable-LigaturedItalic-Hairline - 15.0</string> | |
| <key>xcode.syntax.regex.number</key> | |
| <string>MonoLisaCodeVariable-LigaturedItalic-Hairline - 15.0</string> | |
| <key>xcode.syntax.regex.other</key> | |
| <string>MonoLisaCodeVariable-LigaturedItalic-Hairline - 15.0</string> | |
| <key>xcode.syntax.string</key> | |
| <string>MonoLisaCodeVariable-LigaturedItalic-SemiBold - 15.0</string> | |
| <key>xcode.syntax.url</key> | |
| <string>MonoLisaCodeVariable-LigaturedItalic-SemiBold - 15.0</string> | |
| </dict> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment