-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTexShopColor_safari_dark.command
executable file
·59 lines (47 loc) · 2.04 KB
/
TexShopColor_safari_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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# --------------------------------------------------------------------------------------------
# chang TextShop default Color Schem
# help : http://thelivingpearl.com/2013/01/04/bringing-colors-to-texshop/
# color style : https://github.com/altercation/solarized/issues/167
# --------------------------------------------------------------------------------------------
# Safari Reader Night Theme
defaults write TeXShop SourceInterlineSpace 9.0
# background = 39 40 34 (#272822)
defaults write TeXShop background_R 0.05
defaults write TeXShop background_G 0.06
defaults write TeXShop background_B 0.03
# commands = 102 217 239 (#66D9EF)
defaults write TeXShop commandred 0.3
defaults write TeXShop commandgreen 0.70
defaults write TeXShop commandblue 0.93
# comments = 117 113 94 (#75715E)
defaults write TeXShop commentred 0.46
defaults write TeXShop commentgreen 0.44
defaults write TeXShop commentblue 0.36
# comments = 128 255 0 (LDP)
defaults write TeXShop commentred 0.50
defaults write TeXShop commentgreen 1.0
defaults write TeXShop commentblue 0.0
# foreground = 248 248 242 (#F8F8F2)
defaults write TeXShop foreground_R 0.71
defaults write TeXShop foreground_G 0.71
defaults write TeXShop foreground_B 0.71
# index = 253 151 31 (#FD971F)
defaults write TeXShop indexred 0.99
defaults write TeXShop indexgreen 0.59
defaults write TeXShop indexblue 0.12
# marker = 73 72 62 (#E6DB74)
defaults write TeXShop markerred 0.90
defaults write TeXShop markergreen 0.86
defaults write TeXShop markerblue 0.45
# insertionpoint = 248 248 240 (#F8F8F0)
defaults write TeXShop insertionpoint_R 0.97
defaults write TeXShop insertionpoint_G 0.97
defaults write TeXShop insertionpoint_B 0.94
# highlighted background = 73 72 62 (#49483e)
defaults write TeXShop highlightContentRed 0.27
defaults write TeXShop highlightContentGreen 0.29
defaults write TeXShop highlightContentBlue 0.24
# highlighted brace color = 249 38 114 (#f92672)
defaults write TeXShop highlightBracesRed 0.98
defaults write TeXShop highlightBracesGreen 0.15
defaults write TeXShop highlightBracesBlue 0.45