From 2a7db9b257514ace79b50b15e08c03ebc60c9959 Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Wed, 7 Oct 2020 21:32:29 -0700 Subject: [PATCH] [root-config] default /ui/default-colors to true --- src/root-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root-config.json b/src/root-config.json index 87dff472..ca2655c0 100644 --- a/src/root-config.json +++ b/src/root-config.json @@ -3,7 +3,7 @@ "ui" : { "clock-format": "%a %b %d %H:%M:%S %Z", "dim-text": false, - "default-colors": false, + "default-colors": true, "keymap": "default", "theme": "default" }