From c8633e1d37a23aff79bfef23c01e08b936bcb093 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Thu, 26 Dec 2024 17:15:12 +0900 Subject: [PATCH] neovim : theme is changed, for readability --- .config/nvim/lua/plugins/themes.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/nvim/lua/plugins/themes.lua b/.config/nvim/lua/plugins/themes.lua index 42cee98..3db0afe 100644 --- a/.config/nvim/lua/plugins/themes.lua +++ b/.config/nvim/lua/plugins/themes.lua @@ -21,9 +21,9 @@ return { { 'morhetz/gruvbox', config = function() - -- vim.g.gruvbox_contrast_dark='soft' - -- vim.cmd("set background=dark") - -- vim.cmd.colorscheme "gruvbox" + vim.g.gruvbox_contrast_dark='soft' + vim.cmd("set background=dark") + vim.cmd.colorscheme "gruvbox" end }, { @@ -48,7 +48,7 @@ return { { "tomasr/molokai", config = function() - vim.cmd.colorscheme "molokai" + -- vim.cmd.colorscheme "molokai" end }, }