From 8d2d93ffeb28a172ae250d1d732ce4b2a13b9abf Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 5 Mar 2017 22:16:06 -0800 Subject: [PATCH] Set cursor color for URxvt --- urxvt/.config/Xresources/URxvt.conf | 1 + x11/.config/Xresources/theme.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/urxvt/.config/Xresources/URxvt.conf b/urxvt/.config/Xresources/URxvt.conf index fe90720..95baa31 100644 --- a/urxvt/.config/Xresources/URxvt.conf +++ b/urxvt/.config/Xresources/URxvt.conf @@ -79,3 +79,4 @@ URxvt.color14: URxvt_color14 URxvt.color15: URxvt_color15 URxvt.highlightColor: URxvt_highlightColor URxvt.highlightTextColor: URxvt_highlightTextColor +URxct.cursorColor: URXvt_cursorColor diff --git a/x11/.config/Xresources/theme.conf b/x11/.config/Xresources/theme.conf index 031bb75..6c63116 100644 --- a/x11/.config/Xresources/theme.conf +++ b/x11/.config/Xresources/theme.conf @@ -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