molokai color theme for xterm
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 | |
*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 |
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.
Being pretty lazy myself ;), thanks for sharing!
Nice.
Is it a port of the Monokai textmate theme?
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do you install this thing? Where do you put it and what must it be named for xterm to pick it up?
EDIT: Oh, I see it's called .Xdefaults. Doh!