-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTexShopColor_solarized_dark.command
executable file
·44 lines (35 loc) · 1.58 KB
/
TexShopColor_solarized_dark.command
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# --------------------------------------------------------------------------------------------
# chang TextShop Color Schem
# help : http://thelivingpearl.com/2013/01/04/bringing-colors-to-texshop/
# color style : https://github.com/altercation/solarized/issues/167
# --------------------------------------------------------------------------------------------
# solarized dark color scheme
defaults write TeXShop SourceInterlineSpace 10.0
# background = solarized base03 = 0 43 54
defaults write TeXShop background_R 0.00
defaults write TeXShop background_G 0.169
defaults write TeXShop background_B 0.212
# commands = solarized red = 220 50 47
defaults write TeXShop commandred 0.86
defaults write TeXShop commandgreen 0.196
defaults write TeXShop commandblue 0.184
# comments = solarized base01 = 88 110 117
defaults write TeXShop commentred 0.345
defaults write TeXShop commentgreen 0.431
defaults write TeXShop commentblue 0.459
# foreground = solarized base0 = 131 148 150
defaults write TeXShop foreground_R 0.514
defaults write TeXShop foreground_G 0.580
defaults write TeXShop foreground_B 0.589
# index = solarized magenta = 211 54 130
defaults write TeXShop indexred 0.83
defaults write TeXShop indexgreen 0.21
defaults write TeXShop indexblue 0.51
# marker = solarized cyan = 42 161 152
defaults write TeXShop markerred 0.165
defaults write TeXShop markergreen 0.63
defaults write TeXShop markerblue 0.596
# insertionpoint = solarized base0 = 131 148 150
defaults write TeXShop insertionpoint_R 0.514
defaults write TeXShop insertionpoint_G 0.580
defaults write TeXShop insertionpoint_B 0.589