aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-03-05 22:16:06 -0800
committerGravatar Tom Willemse2017-03-05 22:16:06 -0800
commit8d2d93ffeb28a172ae250d1d732ce4b2a13b9abf (patch)
treedd8fac453b9badec23528e07a1988c447ddac7ce
parentb97f5eac65379ed2438b93b31072f580f9528f3c (diff)
downloadnew-dotfiles-8d2d93ffeb28a172ae250d1d732ce4b2a13b9abf.tar.gz
new-dotfiles-8d2d93ffeb28a172ae250d1d732ce4b2a13b9abf.zip
Set cursor color for URxvt
-rw-r--r--urxvt/.config/Xresources/URxvt.conf1
-rw-r--r--x11/.config/Xresources/theme.conf1
2 files changed, 2 insertions, 0 deletions
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