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
<theme> | |
<!-- Extra colors --> | |
<color id="caret_blue" red="0" green="0.741" blue="1.0" alpha="1.0"/> | |
<color id="bg" red="0.988" green="0.988" blue="0.988" alpha="1.0"/> | |
<color id="fg" red="0.235" green="0.235" blue="0.235" alpha="1.0"/> | |
<color id="gray" red="0.5" green="0.5" blue="0.5" alpha="1.0"/> | |
<color id="light_blue" red="0.710" green="0.835" blue="1.0" alpha="1.0"/> | |
<!--Solarize color pallette, see http://ethanschoonover.com/solarized--> | |
<color id="blue" red="0.149" green="0.545" blue="0.824" alpha="1.0"/> |
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
# Use xelatex instead of pdflatex | |
$pdflatex = 'xelatex -synctex=1 -interaction=nonstopmode --shell-escape %O %S'; | |
# Always create PDFs | |
$pdf_mode = 1; | |
# Use Skim.app to preview generated PDFs | |
$pdf_previewer = 'open -a Skim.app %S'; | |
# Use continous mode by default |
NewerOlder