开发者

How to change the caret color in XCode?

开发者 https://www.devze.com 2023-01-08 18:10 出处:网络
I want to change the caret blinking color in XCode, the default is bla开发者_运维知识库ck but now when I have a dark background I would rather have a white caret color.

I want to change the caret blinking color in XCode, the default is bla开发者_运维知识库ck but now when I have a dark background I would rather have a white caret color.

Anyone that know how to change the caret color in XCode?


In XCode 4 developer preview 2 you can set the caret color. Excellent! Go to Preferences -> Fonts & Colors and then change the "Cursor" color to the color you want.


You can change your theme file, where is in ~/Library/Developer/Xcode/UserData/FontAndColorThemes/

The key DVTSourceTextInsertionPointColor means "Cursor color"

like this: DVTSourceTextInsertionPointColor 1 1 1 1

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号