Set cursor color for URxvt
This commit is contained in:
parent
b97f5eac65
commit
8d2d93ffeb
2 changed files with 2 additions and 0 deletions
|
@ -79,3 +79,4 @@ URxvt.color14: URxvt_color14
|
||||||
URxvt.color15: URxvt_color15
|
URxvt.color15: URxvt_color15
|
||||||
URxvt.highlightColor: URxvt_highlightColor
|
URxvt.highlightColor: URxvt_highlightColor
|
||||||
URxvt.highlightTextColor: URxvt_highlightTextColor
|
URxvt.highlightTextColor: URxvt_highlightTextColor
|
||||||
|
URxct.cursorColor: URXvt_cursorColor
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
!! URxvt colors
|
!! URxvt colors
|
||||||
#define URxvt_background bgdefault
|
#define URxvt_background bgdefault
|
||||||
#define URxvt_foreground fgdefault
|
#define URxvt_foreground fgdefault
|
||||||
|
#define URXvt_cursorColor fgblue
|
||||||
! BG Black
|
! BG Black
|
||||||
#define URxvt_color0 bgdim
|
#define URxvt_color0 bgdim
|
||||||
! BG Red
|
! BG Red
|
||||||
|
|
Loading…
Reference in a new issue