Skip to content

Instantly share code, notes, and snippets.

@korymath
Forked from duncdrum/safari-night.sh
Created April 30, 2018 15:40
Show Gist options
  • Save korymath/0d119780c1d730d0acd8cdc860c7dfdb to your computer and use it in GitHub Desktop.
Save korymath/0d119780c1d730d0acd8cdc860c7dfdb to your computer and use it in GitHub Desktop.
dark theme for Texshop
# Safari Reader Night Theme
# by @LogicaEns
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment