Last active
September 16, 2025 06:51
-
-
Save bigmountainstudio/db36622c799888c5f5d342a672b238d6 to your computer and use it in GitHub Desktop.
Xcode Theme: BigMountainStudio (Light)
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
| <!-- Add this file to: ~/Library/Developer/Xcode/UserData/FontAndColorThemes (Create folder if does not exist)--> | |
| <?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 0 0 1</string> | |
| <key>DVTConsoleDebuggerInputTextFont</key> | |
| <string>SFMono-Bold - 9.0</string> | |
| <key>DVTConsoleDebuggerOutputTextColor</key> | |
| <string>0 0 0 1</string> | |
| <key>DVTConsoleDebuggerOutputTextFont</key> | |
| <string>SFMono-Medium - 9.0</string> | |
| <key>DVTConsoleDebuggerPromptTextColor</key> | |
| <string>0.317071 0.437736 1 1</string> | |
| <key>DVTConsoleDebuggerPromptTextFont</key> | |
| <string>SFMono-Bold - 9.0</string> | |
| <key>DVTConsoleExectuableInputTextColor</key> | |
| <string>0 0 0 1</string> | |
| <key>DVTConsoleExectuableInputTextFont</key> | |
| <string>SFMono-Medium - 9.0</string> | |
| <key>DVTConsoleExectuableOutputTextColor</key> | |
| <string>0 0 0 1</string> | |
| <key>DVTConsoleExectuableOutputTextFont</key> | |
| <string>SFMono-Bold - 9.0</string> | |
| <key>DVTConsoleTextBackgroundColor</key> | |
| <string>1 1 1 1</string> | |
| <key>DVTConsoleTextInsertionPointColor</key> | |
| <string>0 0 0 1</string> | |
| <key>DVTConsoleTextSelectionColor</key> | |
| <string>0.642038 0.802669 0.999195 1</string> | |
| <key>DVTFontAndColorVersion</key> | |
| <integer>1</integer> | |
| <key>DVTFontSizeModifier</key> | |
| <integer>-3</integer> | |
| <key>DVTLineSpacing</key> | |
| <real>1.1000000238418579</real> | |
| <key>DVTMarkupTextBackgroundColor</key> | |
| <string>0.96 0.96 0.96 1</string> | |
| <key>DVTMarkupTextBorderColor</key> | |
| <string>0.8832 0.8832 0.8832 1</string> | |
| <key>DVTMarkupTextCodeFont</key> | |
| <string>SFMono-Regular - 7.0</string> | |
| <key>DVTMarkupTextEmphasisColor</key> | |
| <string>0 0 0 1</string> | |
| <key>DVTMarkupTextEmphasisFont</key> | |
| <string>.SFNS-RegularItalic - 10.0</string> | |
| <key>DVTMarkupTextInlineCodeColor</key> | |
| <string>0 0 0 0.7</string> | |
| <key>DVTMarkupTextLinkColor</key> | |
| <string>0.055 0.055 1 1</string> | |
| <key>DVTMarkupTextLinkFont</key> | |
| <string>.SFNS-Regular - 10.0</string> | |
| <key>DVTMarkupTextNormalColor</key> | |
| <string>0 0 0 1</string> | |
| <key>DVTMarkupTextNormalFont</key> | |
| <string>.SFNS-Regular - 10.0</string> | |
| <key>DVTMarkupTextOtherHeadingColor</key> | |
| <string>0 0 0 0.5</string> | |
| <key>DVTMarkupTextOtherHeadingFont</key> | |
| <string>.SFNS-Regular - 14.0</string> | |
| <key>DVTMarkupTextPrimaryHeadingColor</key> | |
| <string>0 0 0 1</string> | |
| <key>DVTMarkupTextPrimaryHeadingFont</key> | |
| <string>.SFNS-Regular - 24.0</string> | |
| <key>DVTMarkupTextSecondaryHeadingColor</key> | |
| <string>0 0 0 1</string> | |
| <key>DVTMarkupTextSecondaryHeadingFont</key> | |
| <string>.SFNS-Regular - 18.0</string> | |
| <key>DVTMarkupTextStrongColor</key> | |
| <string>0 0 0 1</string> | |
| <key>DVTMarkupTextStrongFont</key> | |
| <string>.SFNS-Bold - 10.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>1 1 1 1</string> | |
| <key>DVTSourceTextBlockDimBackgroundColor</key> | |
| <string>0.424672 0.424672 0.424672 1</string> | |
| <key>DVTSourceTextCurrentLineHighlightColor</key> | |
| <string>0.909804 0.94902 1 1</string> | |
| <key>DVTSourceTextInsertionPointColor</key> | |
| <string>0 0 0 1</string> | |
| <key>DVTSourceTextInvisiblesColor</key> | |
| <string>0.8 0.8 0.8 1</string> | |
| <key>DVTSourceTextSelectionColor</key> | |
| <string>0.945527 0.949301 0.904557 1</string> | |
| <key>DVTSourceTextSyntaxColors</key> | |
| <dict> | |
| <key>xcode.syntax.attribute</key> | |
| <string>0.481937 0.170137 0.367676 1</string> | |
| <key>xcode.syntax.character</key> | |
| <string>0.481937 0.170137 0.367676 1</string> | |
| <key>xcode.syntax.comment</key> | |
| <string>0.368627 0.368627 0.368627 1</string> | |
| <key>xcode.syntax.comment.doc</key> | |
| <string>0.437499 0.383622 0.333635 1</string> | |
| <key>xcode.syntax.comment.doc.keyword</key> | |
| <string>0.206205 0.413906 0.274635 1</string> | |
| <key>xcode.syntax.declaration.other</key> | |
| <string>0.0543899 0.326839 0.394465 1</string> | |
| <key>xcode.syntax.declaration.type</key> | |
| <string>0.216947 0.450083 0.458668 1</string> | |
| <key>xcode.syntax.identifier.class</key> | |
| <string>0.616815 0.157725 0.0271296 1</string> | |
| <key>xcode.syntax.identifier.class.system</key> | |
| <string>0.616815 0.157725 0.0271296 1</string> | |
| <key>xcode.syntax.identifier.constant</key> | |
| <string>0.481937 0.170137 0.367676 1</string> | |
| <key>xcode.syntax.identifier.constant.system</key> | |
| <string>0.481937 0.170137 0.367676 1</string> | |
| <key>xcode.syntax.identifier.function</key> | |
| <string>0.0543899 0.326839 0.394465 1</string> | |
| <key>xcode.syntax.identifier.function.system</key> | |
| <string>0.0543899 0.326839 0.394465 1</string> | |
| <key>xcode.syntax.identifier.macro</key> | |
| <string>0.206205 0.413906 0.274635 1</string> | |
| <key>xcode.syntax.identifier.macro.system</key> | |
| <string>0.206205 0.413906 0.274635 1</string> | |
| <key>xcode.syntax.identifier.type</key> | |
| <string>0.616815 0.157725 0.0271296 1</string> | |
| <key>xcode.syntax.identifier.type.system</key> | |
| <string>0.616815 0.157725 0.0271296 1</string> | |
| <key>xcode.syntax.identifier.variable</key> | |
| <string>0 0 0 1</string> | |
| <key>xcode.syntax.identifier.variable.system</key> | |
| <string>0.645969 0.387487 0.0685561 1</string> | |
| <key>xcode.syntax.keyword</key> | |
| <string>0.53894 0 0.0349029 1</string> | |
| <key>xcode.syntax.mark</key> | |
| <string>0.271155 0.276365 0.103396 1</string> | |
| <key>xcode.syntax.markup.code</key> | |
| <string>0.481937 0.170137 0.367676 1</string> | |
| <key>xcode.syntax.number</key> | |
| <string>0.481937 0.170137 0.367676 1</string> | |
| <key>xcode.syntax.plain</key> | |
| <string>0 0 0 1</string> | |
| <key>xcode.syntax.preprocessor</key> | |
| <string>0.206205 0.413906 0.274635 1</string> | |
| <key>xcode.syntax.regex</key> | |
| <string>0.398811 0.385872 0.0525117 1</string> | |
| <key>xcode.syntax.regex.capturename</key> | |
| <string>0.481937 0.170137 0.367676 1</string> | |
| <key>xcode.syntax.regex.charname</key> | |
| <string>0.481937 0.170137 0.367676 1</string> | |
| <key>xcode.syntax.regex.number</key> | |
| <string>0.481937 0.170137 0.367676 1</string> | |
| <key>xcode.syntax.regex.other</key> | |
| <string>0 0 0 1</string> | |
| <key>xcode.syntax.string</key> | |
| <string>0.398811 0.385872 0.0525117 1</string> | |
| <key>xcode.syntax.url</key> | |
| <string>0.0543899 0.326839 0.394465 1</string> | |
| </dict> | |
| <key>DVTSourceTextSyntaxFonts</key> | |
| <dict> | |
| <key>xcode.syntax.attribute</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.character</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.comment</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.comment.doc</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.comment.doc.keyword</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.declaration.other</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.declaration.type</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.class</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.class.system</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.constant</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.constant.system</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.function</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.function.system</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.macro</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.macro.system</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.type</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.type.system</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.variable</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.identifier.variable.system</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.keyword</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.mark</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.markup.code</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.number</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.plain</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.preprocessor</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.regex</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.regex.capturename</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.regex.charname</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.regex.number</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.regex.other</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.string</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| <key>xcode.syntax.url</key> | |
| <string>Menlo-Regular - 11.0</string> | |
| </dict> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment