-
-
Save dther/9f70ce4945b4404359bfb3756248140b to your computer and use it in GitHub Desktop.
Jellybeans color palette for rxvt and xfce4-terminal
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
# for xfce4-terminal, put the file on | |
# $XDG_CONFIG_DIR/xfce4/terminal/terminalrc | |
ColorBackground=#121212 | |
ColorForeground=#d7d7d7 | |
ColorCursor=#d7d7d7 | |
ColorPalette=#393939;#ca674a;#96a967;#d3a94a;#5778c1;#9c35ac;#6eb5f3;#a9a9a9;#535551;#ea2828;#87dd32;#f7e44d;#6f9bca;#a97ca4;#32dddd;#e9e9e7 |
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
# Adjust Rxvt to suit your terminal emulator | |
# Created with | |
# ITERM_COLOR_MULTIPLIER=2.5 ./itermcolors2Xdefaults.rb Jellybeans.itermcolors | |
# https://github.com/richo/jellybeans.vim/blob/c7ff7e9555881a5671fcc8753b381ba142b5ea82/Xdefaults/jellybeans.Xdefaults | |
Rxvt*color0: #393939 | |
Rxvt*color1: #ca674a | |
Rxvt*color2: #96a967 | |
Rxvt*color3: #d3a94a | |
Rxvt*color4: #5778c1 | |
Rxvt*color5: #9c35ac | |
Rxvt*color6: #6eb5f3 | |
Rxvt*color7: #a9a9a9 | |
Rxvt*color8: #535551 | |
Rxvt*color9: #ea2828 | |
Rxvt*color10: #87dd32 | |
Rxvt*color11: #f7e44d | |
Rxvt*color12: #6f9bca | |
Rxvt*color13: #a97ca4 | |
Rxvt*color14: #32dddd | |
Rxvt*color15: #e9e9e7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment