Skip to content

Commit ae351a0

Browse files
committed
修改xcode theme
1 parent a6bc0a5 commit ae351a0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Xcode Theme/CoderWGB Theme.xccolortheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>DVTConsoleDebuggerPromptTextColor</key>
1414
<string>0.255 0.801 0.27 1</string>
1515
<key>DVTConsoleDebuggerPromptTextFont</key>
16-
<string>SFMono-Medium - 14.0</string>
16+
<string>JetBrainsMono-Bold - 14.0</string>
1717
<key>DVTConsoleExectuableInputTextColor</key>
1818
<string>1 1 1 1</string>
1919
<key>DVTConsoleExectuableInputTextFont</key>
@@ -202,7 +202,7 @@
202202
<key>xcode.syntax.number</key>
203203
<string>SFMono-Medium - 18.0</string>
204204
<key>xcode.syntax.plain</key>
205-
<string>SFMono-Medium - 18.0</string>
205+
<string>JetBrainsMono-Bold - 18.0</string>
206206
<key>xcode.syntax.preprocessor</key>
207207
<string>SFMono-Medium - 18.0</string>
208208
<key>xcode.syntax.string</key>

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# WGBToolsConfigRepository
2+
23
# 此库记录平时用到的一些效率工具以及配置
34

45
- [iOS相关](#ios)
@@ -25,7 +26,8 @@ find . "(" -name "*.h" -or -name "*.mm" -or -name "*.m" -or -name "*.swift" ")"
2526
<summary> 配置Xcode主题 </summary>
2627
在./Xcode Theme里是一些收集的主题,其中
2728
CoderWGB Theme.xccolortheme这个是我配置的,类似于sublime的风格, 配置之后肯定不想到了别的电脑上再配置一遍,很浪费时间的,毕竟时间就是命呐 !!! Xcode主题文件的存放路径就在~/Library/Developer/Xcode/UserData/FontAndColorThemes/ ,打开找到对应你自己自定义的主题,拷贝出来即可给到别的电脑上使用,也是这个路径.
28-
当然能用脚本实现更加科学咯,可参考这个项目 <a href="https://github.com/hdoria/xcode-themes">https://github.com/hdoria/xcode-themes</a>
29+
当然能用脚本实现更加科学咯,可参考这个项目 <a href="https://github.com/hdoria/xcode-themes">https://github.com/hdoria/xcode-themes</a><br>
30+
其中CoderWGB theme 需要安装<a href="https://www.jetbrains.com/lp/mono">jetbrains字体</a>
2931
</details>
3032

3133
<details>

0 commit comments

Comments
 (0)