TexShop modify Syntax colors

TexShop modify Syntax colors

The command should be excuted in 'terminal' in Mac.

defaults write TexShop commentred 0.1 
images

Refer to :
How to change syntax coloring in TeXShop

If you are a heavy user of TeXShop you probably already used the preferences to setup your preferred color schema for the editor. But have you noticed that you can't change the syntax coloring from the GUI preferences? At least [ I haven't found how to do that ]. Here is how you can change RGB channel of the syntax coloring:

defaults write TeXShop commandred 0.8  
defaults write TeXShop commandgreen 0.0  
defaults write TeXShop commandblue 1.0    

You can substitute command with any of the following keywords:

background  
command  
comment  
foreground  
index  
insert_point  
marker

I hope this has been helpful! 😃

posted on 2018-07-05 05:30  Quinn-Yann  阅读(166)  评论(0编辑  收藏  举报