Created
January 18, 2012 16:18
-
-
Save tmatilai/1633817 to your computer and use it in GitHub Desktop.
todo.txt colors for dark Solarized 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
# todo.txt colors for dark Solarized color scheme | |
export PRI_A=$RED | |
export PRI_B=$BROWN | |
export PRI_C=$BLUE | |
export PRI_D=$CYAN | |
export PRI_E=$LIGHT_PURPLE | |
export PRI_X=$LIGHT_CYAN | |
export COLOR_DONE=$LIGHT_GREEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment