Dusk-Xcode-Theme

Xcode更新后,发现常用的 Dusk 主题不见了,故保存一下。

如何使用

1、复制代码保存为 Dusk.xccolortheme,拷贝该文件到 Xcode 的主题配置文件夹,路径为 ~/Library/Developer/Xcode/UserData/FontAndColorThemes/

>该目录默认不存在,如果你想让它出现,可以提前在偏好设置的Fonts & Color中添改任意一个。

>请显示隐藏文件,终端命令:defaults write com.apple.finder AppleShowAllFiles -bool true killall Finder

2、重启 Xcode 在主题选项中选择 Dusk

代码

<!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>1 1 1 1</string>

<key>DVTConsoleDebuggerInputTextFont</key>

<string>SFMono-Bold - 13.0</string>

<key>DVTConsoleDebuggerOutputTextColor</key>

<string>1 1 1 1</string>

<key>DVTConsoleDebuggerOutputTextFont</key>

<string>SFMono-Regular - 13.0</string>

<key>DVTConsoleDebuggerPromptTextColor</key>

<string>0.255 0.714 0.27 1</string>

<key>DVTConsoleDebuggerPromptTextFont</key>

<string>SFMono-Bold - 13.0</string>

<key>DVTConsoleExectuableInputTextColor</key>

<string>1 1 1 1</string>

<key>DVTConsoleExectuableInputTextFont</key>

<string>SFMono-Regular - 13.0</string>

<key>DVTConsoleExectuableOutputTextColor</key>

<string>1 1 1 1</string>

<key>DVTConsoleExectuableOutputTextFont</key>

<string>SFMono-Bold - 13.0</string>

<key>DVTConsoleTextBackgroundColor</key>

<string>0.118 0.125 0.157 1</string>

<key>DVTConsoleTextInsertionPointColor</key>

<string>1 1 1 1</string>

<key>DVTConsoleTextSelectionColor</key>

<string>0.397 0.397 0.302 1</string>

<key>DVTDebuggerInstructionPointerColor</key>

<string>0.12 0.31 0.34 1</string>

<key>DVTFontSizeModifier</key>

<integer>2</integer>

<key>DVTLineSpacing</key>

<real>1.1000000238418579</real>

<key>DVTMarkupTextBackgroundColor</key>

<string>0.18856 0.195 0.22444 1</string>

<key>DVTMarkupTextBorderColor</key>

<string>0.253475 0.2594 0.286485 1</string>

<key>DVTMarkupTextCodeFont</key>

<string>SFMono-Regular - 12.0</string>

<key>DVTMarkupTextEmphasisColor</key>

<string>1 1 1 1</string>

<key>DVTMarkupTextEmphasisFont</key>

<string>.AppleSystemUIFontItalic - 12.0</string>

<key>DVTMarkupTextInlineCodeColor</key>

<string>1 1 1 0.7</string>

<key>DVTMarkupTextLinkColor</key>

<string>0.33 0.247124 0.894195 1</string>

<key>DVTMarkupTextLinkFont</key>

<string>.AppleSystemUIFont - 12.0</string>

<key>DVTMarkupTextNormalColor</key>

<string>1 1 1 1</string>

<key>DVTMarkupTextNormalFont</key>

<string>.AppleSystemUIFont - 12.0</string>

<key>DVTMarkupTextOtherHeadingColor</key>

<string>1 1 1 0.5</string>

<key>DVTMarkupTextOtherHeadingFont</key>

<string>.AppleSystemUIFont - 16.0</string>

<key>DVTMarkupTextPrimaryHeadingColor</key>

<string>1 1 1 1</string>

<key>DVTMarkupTextPrimaryHeadingFont</key>

<string>.AppleSystemUIFont - 26.0</string>

<key>DVTMarkupTextSecondaryHeadingColor</key>

<string>1 1 1 1</string>

<key>DVTMarkupTextSecondaryHeadingFont</key>

<string>.AppleSystemUIFont - 20.0</string>

<key>DVTMarkupTextStrongColor</key>

<string>1 1 1 1</string>

<key>DVTMarkupTextStrongFont</key>

<string>.AppleSystemUIFontBold - 12.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.118 0.125 0.157 1</string>

<key>DVTSourceTextBlockDimBackgroundColor</key>

<string>0.5 0.5 0.5 1</string>

<key>DVTSourceTextCurrentLineHighlightColor</key>

<string>0.175116 0.175595 0.178208 1</string>

<key>DVTSourceTextInsertionPointColor</key>

<string>1 1 1 1</string>

<key>DVTSourceTextInvisiblesColor</key>

<string>0.5 0.5 0.5 1</string>

<key>DVTSourceTextSelectionColor</key>

<string>0.329921 0.33234 0.289423 1</string>

<key>DVTSourceTextSyntaxColors</key>

<dict>

<key>xcode.syntax.attribute</key>

<string>0.335 0.456 0.488 1</string>

<key>xcode.syntax.character</key>

<string>0.469 0.426 0.77 1</string>

<key>xcode.syntax.comment</key>

<string>0.255 0.714 0.27 1</string>

<key>xcode.syntax.comment.doc</key>

<string>0.255 0.714 0.27 1</string>

<key>xcode.syntax.comment.doc.keyword</key>

<string>0.255 0.714 0.27 1</string>

<key>xcode.syntax.identifier.class</key>

<string>0.512 0.754 0.343 1</string>

<key>xcode.syntax.identifier.class.system</key>

<string>0 0.626 0.746 1</string>

<key>xcode.syntax.identifier.constant</key>

<string>0.512 0.754 0.343 1</string>

<key>xcode.syntax.identifier.constant.system</key>

<string>0 0.626 0.746 1</string>

<key>xcode.syntax.identifier.function</key>

<string>0.512 0.754 0.343 1</string>

<key>xcode.syntax.identifier.function.system</key>

<string>0 0.626 0.746 1</string>

<key>xcode.syntax.identifier.macro</key>

<string>0.778 0.488 0.284 1</string>

<key>xcode.syntax.identifier.macro.system</key>

<string>0.778 0.488 0.284 1</string>

<key>xcode.syntax.identifier.type</key>

<string>0.512 0.754 0.343 1</string>

<key>xcode.syntax.identifier.type.system</key>

<string>0 0.626 0.746 1</string>

<key>xcode.syntax.identifier.variable</key>

<string>0.512 0.754 0.343 1</string>

<key>xcode.syntax.identifier.variable.system</key>

<string>0 0.626 0.746 1</string>

<key>xcode.syntax.keyword</key>

<string>0.698 0.095 0.536 1</string>

<key>xcode.syntax.number</key>

<string>0.469 0.426 0.77 1</string>

<key>xcode.syntax.plain</key>

<string>1 1 1 1</string>

<key>xcode.syntax.preprocessor</key>

<string>0.778 0.488 0.284 1</string>

<key>xcode.syntax.string</key>

<string>0.859 0.171 0.219 1</string>

<key>xcode.syntax.url</key>

<string>0.255 0.333 0.819 1</string>

</dict>

<key>DVTSourceTextSyntaxFonts</key>

<dict>

<key>xcode.syntax.attribute</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.character</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.comment</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.comment.doc</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.comment.doc.keyword</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.class</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.class.system</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.constant</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.constant.system</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.function</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.function.system</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.macro</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.macro.system</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.type</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.type.system</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.variable</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.identifier.variable.system</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.keyword</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.number</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.plain</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.preprocessor</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.string</key>

<string>SFMono-Regular - 20.0</string>

<key>xcode.syntax.url</key>

<string>SFMono-Regular - 20.0</string>

</dict>

</dict>

</plist>

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 213,558评论 6 492
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,002评论 3 387
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 159,036评论 0 349
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,024评论 1 285
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,144评论 6 385
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,255评论 1 292
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,295评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,068评论 0 268
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,478评论 1 305
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,789评论 2 327
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 38,965评论 1 341
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,649评论 4 336
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,267评论 3 318
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,982评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,223评论 1 267
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,800评论 2 365
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,847评论 2 351

推荐阅读更多精彩内容

  • 一、Python简介和环境搭建以及pip的安装 4课时实验课主要内容 【Python简介】: Python 是一个...
    _小老虎_阅读 5,735评论 0 10
  • mean to add the formatted="false" attribute?.[ 46% 47325/...
    ProZoom阅读 2,694评论 0 3
  • 首先演员我就不多讲了,这是一个我比较欣赏的演员,顾长官一出场就给人一种英气逼人的感觉,虽然现在我还是没有看完整部剧...
    游弋恶灵阅读 2,789评论 2 6
  • 是否因为我们经历了太多事情,你就可以伤害我; 是否因为我们彼此相爱,你就可以无视我的态度; 是否因为我们已经分开,...
    刘氏00阅读 147评论 0 0
  • 江湖盛传从2019年1月1日起会实施代购电商法。 因为在2015年卢布大跳水的时候,曾经做过一段时间的代购,所以微...
    豆豆在俄罗斯阅读 190评论 0 2