Skip to content

Instantly share code, notes, and snippets.

@cmanteuffel
Created November 30, 2016 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmanteuffel/ff53c0ac251089369a310eeaec301fb7 to your computer and use it in GitHub Desktop.
Save cmanteuffel/ff53c0ac251089369a310eeaec301fb7 to your computer and use it in GitHub Desktop.
iA Writer inspired theme for TexShop.app
#! /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