iA Writer inspired theme for TexShop.app
This file contains 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
#! /bin/bash | |
defaults write TeXShop background_R 0.9647058824 | |
defaults write TeXShop background_G 0.9647058824 | |
defaults write TeXShop background_B 0.9647058824 | |
defaults write TeXShop commandred 0.08235294118 | |
defaults write TeXShop commandgreen 0.7098039216 | |
defaults write TeXShop commandblue 0.9137254902 | |
defaults write TeXShop commentred 0.7529411765 | |
defaults write TeXShop commentgreen 0.7411764706 | |
defaults write TeXShop commentblue 0.7294117647 | |
defaults write TeXShop foreground_R 0.2588235294 | |
defaults write TeXShop foreground_G 0.2588235294 | |
defaults write TeXShop foreground_B 0.2588235294 | |
defaults write TeXShop indexred 1.00 | |
defaults write TeXShop indexgreen 1.00 | |
defaults write TeXShop indexblue 0.00 | |
defaults write TeXShop insertionpoint_R 0.08235294118 | |
defaults write TeXShop insertionpoint_G 0.7098039216 | |
defaults write TeXShop insertionpoint_B 0.9137254902 | |
defaults write TeXShop markerred 0.00 | |
defaults write TeXShop markergreen 0.00 | |
defaults write TeXShop markerblue 0.00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment