Skip to content

Instantly share code, notes, and snippets.

@ksmzn
ksmzn / solarize_dark.sh
Last active June 22, 2017 16:51
Solarized dark color scheme for TeXShop
#!/bin/sh
# solarized dark color scheme
# ref https://github.com/altercation/solarized/issues/167
# Improve color scheme for TeXShop
# background = solarized base03 = 0 43 54
defaults write TeXShop background_R 0.00
defaults write TeXShop background_G 0.169
defaults write TeXShop background_B 0.212