Skip to content

Instantly share code, notes, and snippets.

@morris821028
Created October 4, 2015 01:07
Show Gist options
  • Save morris821028/12b7cb5ba3dfae8468b5 to your computer and use it in GitHub Desktop.
Save morris821028/12b7cb5ba3dfae8468b5 to your computer and use it in GitHub Desktop.
Mac TexShop Monokai-ish dark color scheme
# Monokai-ish dark 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment