Last active
May 16, 2018 06:17
-
-
Save farseerfc/5772210 to your computer and use it in GitHub Desktop.
Molokai theme for termite
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
# Molokai theme | |
[colors] | |
background= #101010 | |
foreground= #d0d0d0 | |
#foreground= #66ff66 | |
#highlight = #505050 | |
cursor = #66ff66 | |
color0= #101010 | |
color1= #960050 | |
color2= #66aa11 | |
color3= #c47f2c | |
color4= #30309b | |
color5= #7e40a5 | |
color6= #3579a8 | |
color7= #9999aa | |
color8= #303030 | |
color9= #ff0090 | |
color10= #80ff00 | |
color11= #ffba68 | |
color12= #5f5fee | |
color13= #bb88dd | |
color14= #4eb4fa | |
color15= #d0d0d0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perfect, thank you!