From 7a010d0500ec2086c324bb4460de79c2bea4a921 Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Fri, 19 Jun 2020 23:30:55 -0400 Subject: [PATCH] fix cursor color --- .Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index 22dc038..76b78cc 100644 --- a/.Xresources +++ b/.Xresources @@ -50,7 +50,7 @@ xterm*foreground: #d3d3d3 xterm*background: #000000 -xterm*cursorColor: #ff0000 +xterm*cursorColor: #CC3214 !xterm*cursorColor: #57fd76 !xterm*cursorColor: yellow !xterm*cursorColor: orange