billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=5b3cd9149c4ee31f3c87af09dfc9b3fb2becb20f

commit 5b3cd9149c4ee31f3c87af09dfc9b3fb2becb20f
Author: Boris Faure <[email protected]>
Date:   Sat Nov 14 22:16:35 2020 +0100

    config: ensure config->colorscheme is set. Closes T8855
---
 src/bin/config.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/config.c b/src/bin/config.c
index 1417354..7a9ef6b 100644
--- a/src/bin/config.c
+++ b/src/bin/config.c
@@ -605,6 +605,7 @@ config_new(void)
         config->shine = 255;
         config->hide_cursor = 5.0;
         config->group_all = EINA_FALSE;
+        config_compute_color_scheme(config);
      }
    return config;
 }

-- 


Reply via email to