From c5107954b2e111ac752c2af5c3096690f4d917ec Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 18 Dec 2018 20:29:38 -0500 Subject: [PATCH] cursorColor removed --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index 6585bcd..53ce8fb 100644 --- a/config.h +++ b/config.h @@ -170,7 +170,6 @@ ResourcePref resources[] = { { "color15", STRING, &colorname[15] }, { "background", STRING, &colorname[256] }, { "foreground", STRING, &colorname[257] }, - { "cursorColor", STRING, &colorname[258] }, { "termname", STRING, &termname }, { "shell", STRING, &shell }, { "xfps", INTEGER, &xfps },