Kurbis

Tech blog

Terminal color resources

November 20, 2013

Color resources, with meaning and default values, for terminals, such as, Xterm and Rxvt unicode.

!black
*color0:  #251f1f
*color8:  #5e5e5e
!red
*color1:  #eb4509
*color9:  #eb4509
!green
*color2:  #94e76b
*color10: #95e76b
!yellow
*color3:  #ffac18
*color11: #ffac18
!blue
*color4:  #46aede
*color12: #46aede
!magenta
*color5:  #e32c57
*color13: #e32c57
!cyan
*color6:  #d6dbac
*color14: #d6dbac
!white
*color7:  #efefef
*color15: #efefef

In my configuration for Rxvt unicode, I have changed only the following line:

URxvt*color14: Cyan3

Tags: linux