Skip to content

Instantly share code, notes, and snippets.

@pablox-cl
Last active February 14, 2021 05:43
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save pablox-cl/6567581 to your computer and use it in GitHub Desktop.
Save pablox-cl/6567581 to your computer and use it in GitHub Desktop.
Jellybeans color palette for rxvt and xfce4-terminal
# 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
# 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