recently i changed my terminal theme a bit, and came up with a smooth grayscale and red pallete. the red is to look better on e-ink displays that also have one colour, normally red. but i don't have that monitor, yet.
the theme is defined on my Xresources file, here it is:
! URxvt settings Rxvt.scrollBar: false URxvt*font: xft:JuliaMono:size=11 URxvt*boldFont: xft:JuliaMono:bold:size=11 URxvt*italicFont: xft:JuliaMono:italic:size=11 URxvt.iso14755: false URxvt.iso14755_52: false URxvt.geometry: 120x42 URxvt*metaSendsEscape: true *.background: #000000 *.foreground: #dddddd *.cursorColor: #888888 *fadeColor: #222222 URxvt*color0: #ffffff URxvt*.color8: #ffffff URxvt*.color1: #aaaaaa ! compressed files URxvt*.color9: #888888 ! types URxvt*.color2: #662222 URxvt*.color10: #772222 ! statements URxvt*.color3: #cc0000 URxvt*.color11: #ee0000 ! directories URxvt*.color12: #ffffff ! some things URxvt*.color5: #eeeeee ! strings URxvt*.color13: #aaaaaa URxvt*.color6: #222222 ! base functions URxvt*.color14: #555555 ! crontab comments URxvt*.color4: #333333 ! comments URxvt*.color7: #333333 URxvt*.color15: #333333
i intend to create a light version soon.