Created
May 24, 2014 21:00
-
-
Save gu-mi/8e1dc27ebe62ecbe387f to your computer and use it in GitHub Desktop.
TeXShop color scheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# solarized light color scheme for my TexShop setup | |
defaults write TeXShop background_R 0.99 | |
defaults write TeXShop background_G 0.96 | |
defaults write TeXShop background_B 0.89 | |
defaults write TeXShop commandred 0.0 | |
defaults write TeXShop commandgreen 0.0 | |
defaults write TeXShop commandblue 1.0 | |
defaults write TeXShop commentred 0.58 | |
defaults write TeXShop commentgreen 0.63 | |
defaults write TeXShop commentblue 0.63 | |
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 0.83 | |
defaults write TeXShop indexgreen 0.21 | |
defaults write TeXShop indexblue 0.51 | |
defaults write TeXShop markerred 0.165 | |
defaults write TeXShop markergreen 0.63 | |
defaults write TeXShop markerblue 0.596 | |
defaults write TeXShop insertionpoint_R 0.40 | |
defaults write TeXShop insertionpoint_G 0.48 | |
defaults write TeXShop insertionpoint_B 0.51 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment