Set cursor color for URxvt

This commit is contained in:
Tom Willemse 2017-03-05 22:16:06 -08:00
parent b97f5eac65
commit 8d2d93ffeb
2 changed files with 2 additions and 0 deletions

View file

@ -79,3 +79,4 @@ URxvt.color14: URxvt_color14
URxvt.color15: URxvt_color15
URxvt.highlightColor: URxvt_highlightColor
URxvt.highlightTextColor: URxvt_highlightTextColor
URxct.cursorColor: URXvt_cursorColor

View file

@ -31,6 +31,7 @@
!! URxvt colors
#define URxvt_background bgdefault
#define URxvt_foreground fgdefault
#define URXvt_cursorColor fgblue
! BG Black
#define URxvt_color0 bgdim
! BG Red