Skip to content

Instantly share code, notes, and snippets.

@lapis-zero09
Last active July 7, 2016 06:10
Show Gist options
  • Save lapis-zero09/7f973b2d80d2486510f9 to your computer and use it in GitHub Desktop.
Save lapis-zero09/7f973b2d80d2486510f9 to your computer and use it in GitHub Desktop.
TeXshop color scheme
# background = 39 40 34 (#272822)
defaults write TeXShop background_R 0.15
defaults write TeXShop background_G 0.16
defaults write TeXShop background_B 0.13
# commands = 102 217 239 (#66D9EF)
defaults write TeXShop commandred 0.4
defaults write TeXShop commandgreen 0.85
defaults write TeXShop commandblue 0.94
# comments = 117 113 94 (#75715E)
defaults write TeXShop commentred 0.46
defaults write TeXShop commentgreen 0.44
defaults write TeXShop commentblue 0.36
# foreground = 248 248 242 (#F8F8F2)
defaults write TeXShop foreground_R 0.97
defaults write TeXShop foreground_G 0.97
defaults write TeXShop foreground_B 0.95
# 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
# Safari Reader Night Theme
# 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
# 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
# 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 base2 = 238 232 213
#defaults write TeXShop foreground_R 0.933
#defaults write TeXShop foreground_G 0.91
#defaults write TeXShop foreground_B 0.835
# 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
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
# background = solarized base3 = 253 246 227
defaults write TeXShop background_R 0.99
defaults write TeXShop background_G 0.96
defaults write TeXShop background_B 0.89
# 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 base1 = 147 161 161
defaults write TeXShop commentred 0.58
defaults write TeXShop commentgreen 0.63
defaults write TeXShop commentblue 0.63
# foreground = solarized base00 = 101 123 131
defaults write TeXShop foreground_R 0.40
defaults write TeXShop foreground_G 0.48
defaults write TeXShop foreground_B 0.51
# 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 base00 = 101 123 131
defaults write TeXShop insertionpoint_R 0.40
defaults write TeXShop insertionpoint_G 0.48
defaults write TeXShop insertionpoint_B 0.51
defaults write TeXShop background_R 1.0
defaults write TeXShop background_G 1.0
defaults write TeXShop background_B 1.0
defaults write TeXShop commandred 0.0
defaults write TeXShop commandgreen 0.0
defaults write TeXShop commandblue 1.0
defaults write TeXShop commentred 1.0
defaults write TeXShop commentgreen 0.0
defaults write TeXShop commentblue 0.0
defaults write TeXShop foreground_R 0.00
defaults write TeXShop foreground_G 0.00
defaults write TeXShop foreground_B 0.00
defaults write TeXShop indexred 1.00
defaults write TeXShop indexgreen 1.00
defaults write TeXShop indexblue 0.00
defaults write TeXShop insertionpoint_R 0.00
defaults write TeXShop insertionpoint_G 0.00
defaults write TeXShop insertionpoint_B 0.00
defaults write TeXShop markerred 0.02
defaults write TeXShop markergreen 0.51
defaults write TeXShop markerblue 0.13
@lapis-zero09
Copy link
Author

defaults write TeXShop FixLineNumberScroll NO
defaults write TeXShop SourceScrollElasticity NO
defaults write TeXShop FixPreviewBlur YES

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment