From e7154372adc95d637ccd911c2f8601d9ff2eac1f Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 23 Dec 2020 14:39:31 +0000 Subject: [PATCH] Fixing missing quotation mark (#222) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 1d6670e..309efe9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -70,7 +70,7 @@ following in `~/.SpaceVim.d/init.toml`: ```toml [options] colorscheme = "dracula" - colorscheme_bg = "dark + colorscheme_bg = "dark" [[custom_plugins]] repo = "dracula/vim" name = "dracula"