aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
Diffstat (limited to 'helix-term')
-rw-r--r--helix-term/src/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/config.rs b/helix-term/src/config.rs
index e9151fd0..7021c06c 100644
--- a/helix-term/src/config.rs
+++ b/helix-term/src/config.rs
@@ -41,6 +41,7 @@ impl<'de> Deserialize<'de> for Config {
Ok(Self {
global: GlobalConfig {
lsp_progress: config.lsp_progress.unwrap_or(true),
+ theme: None,
},
keymaps: config
.keys