Created
February 27, 2011 03:26
-
-
Save vreon/845878 to your computer and use it in GitHub Desktop.
molokai color theme for xterm
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
! Molokai theme | |
*xterm*background: #101010 | |
*xterm*foreground: #d0d0d0 | |
*xterm*cursorColor: #d0d0d0 | |
*xterm*color0: #101010 | |
*xterm*color1: #960050 | |
*xterm*color2: #66aa11 | |
*xterm*color3: #c47f2c | |
*xterm*color4: #30309b | |
*xterm*color5: #7e40a5 | |
*xterm*color6: #3579a8 | |
*xterm*color7: #9999aa | |
*xterm*color8: #303030 | |
*xterm*color9: #ff0090 | |
*xterm*color10: #80ff00 | |
*xterm*color11: #ffba68 | |
*xterm*color12: #5f5fee | |
*xterm*color13: #bb88dd | |
*xterm*color14: #4eb4fa | |
*xterm*color15: #d0d0d0 |
Being pretty lazy myself ;), thanks for sharing!
Much wow, many colors.
@vreon, I just added your theme to https://github.com/xterm-x11/Xresources-files/tree/main/themes as https://github.com/xterm-x11/Xresources-files/blob/main/themes/Molokai_by_Jesse_Dubay.Xresources. I hope you're okay with this republication. If you want to add any license info, let me know. Cheers, Max
@vreon, I just added your theme to https://github.com/xterm-x11/Xresources-files/tree/main/themes as https://github.com/xterm-x11/Xresources-files/blob/main/themes/Molokai_by_Jesse_Dubay.Xresources. I hope you're okay with this republication. If you want to add any license info, let me know. Cheers, Max
These are a bunch of Files not Found. In case you want to update.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's kind of hidden up there, huh? :)
Actually, your comment prompted me to do a little research -- it appears .Xdefaults is deprecated in favor of .Xresources [1]. I've updated the gist accordingly.