summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-08 22:44:15 +0200
committerDave Davenport <qball@blame.services>2021-06-08 22:44:15 +0200
commitdc46457f71b15da58050bf2dd897eda255aeacf5 (patch)
treea3538d6e987f584b57283fb3a128aae037d3f05f /config
parent1a9dac80a9a39d5f71f204710c1b07057d805ead (diff)
Remove deprecated theme options
* color_window * color_urgent * color_active * color_normal
Diffstat (limited to 'config')
-rw-r--r--config/config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/config.c b/config/config.c
index 2c91f6d4..b5f40d2e 100644
--- a/config/config.c
+++ b/config/config.c
@@ -140,10 +140,6 @@ Settings config = {
.window_format = "{w} {c} {t}",
.click_to_exit = TRUE,
.theme = NULL,
- .color_normal = NULL,
- .color_active = NULL,
- .color_urgent = NULL,
- .color_window = NULL,
.plugin_path = PLUGIN_PATH,
.max_history_size = 25,
.combi_hide_mode_prefix = FALSE,