Last active
February 21, 2017 08:51
-
-
Save jmcantrell/363617b2173952040119 to your computer and use it in GitHub Desktop.
minecraft theme for xterm https://git.io/vMvrm
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
| ! minecraft colors | |
| #define ink_sac #191919 | |
| #define rose_red #993333 | |
| #define cactus_green #667f33 | |
| #define cocoa_beans #665c33 | |
| #define lapis_lazuli #334cb2 | |
| #define purple_dye #7f3fb2 | |
| #define cyan_dye #4c7f99 | |
| #define light_gray_dye #999999 | |
| #define gray_dye #4c4c4c | |
| #define pink_dye #f27fa5 | |
| #define lime_dye #7fcc19 | |
| #define dandelion_yellow #e5e533 | |
| #define light_blue_dye #6699d8 | |
| #define magenta_dye #b24cd8 | |
| #define orange_dye #d87f33 | |
| #define bone_meal #ffffff | |
| ! dark/light pairs | |
| ! black | |
| XTerm*color0: ink_sac | |
| XTerm*color8: gray_dye | |
| ! red | |
| XTerm*color1: rose_red | |
| XTerm*color9: pink_dye | |
| ! green | |
| XTerm*color2: cactus_green | |
| XTerm*color10: lime_dye | |
| ! yellow | |
| XTerm*color3: orange_dye | |
| XTerm*color11: dandelion_yellow | |
| ! blue | |
| XTerm*color4: lapis_lazuli | |
| XTerm*color12: light_blue_dye | |
| ! magenta | |
| XTerm*color5: purple_dye | |
| XTerm*color13: magenta_dye | |
| ! cyan | |
| XTerm*color6: cocoa_beans | |
| XTerm*color14: cyan_dye | |
| ! white | |
| XTerm*color7: light_gray_dye | |
| XTerm*color15: bone_meal | |
| ! vim:set ft=xdefaults: |
Author
Author
How it looks in vim (with vim-noctu):
Author
Install:
mkdir -p ~/.Xresources.d
curl -o ~/.Xresources.d/xterm-minecraft https://git.io/vMvrm
echo "#include .Xresources.d/xterm-minecraft" >>~/.Xresources
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This is a screenshot from my xterm: