diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-12-18 20:29:38 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-18 20:29:38 -0500 |
commit | c5107954b2e111ac752c2af5c3096690f4d917ec (patch) | |
tree | 93528c94b85eca9ef12e0b874ebfe54bb73b011c | |
parent | 6863c0608a4fb807c9f74a94e60d7d08a80fd7d1 (diff) |
cursorColor removed
-rw-r--r-- | config.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 }, |