aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/lua
diff options
context:
space:
mode:
Diffstat (limited to 'Common/nvim/lua')
-rwxr-xr-xCommon/nvim/lua/basic.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/Common/nvim/lua/basic.lua b/Common/nvim/lua/basic.lua
index 57088dc..7baa151 100755
--- a/Common/nvim/lua/basic.lua
+++ b/Common/nvim/lua/basic.lua
@@ -96,7 +96,8 @@ vim.cmd [[ highlight ColorColumn ctermbg=16 ]]
-- Colorscheme
-- default
-vim.cmd [[ colorscheme morning ]]
+vim.cmd [[ colorscheme default ]]
+vim.cmd [[ set background=light ]]
-- Workaround for gutter color
vim.cmd [[