From 49378219db0aac6b7e320cb1fb9f1e63483697fc Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 3 Jun 2024 06:17:24 -0400 Subject: [PATCH] fixed color theme --- .../utils/modules/neovim/config/lazyvim/lua/plugins/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/modules/utils/modules/neovim/config/lazyvim/lua/plugins/core.lua b/src/user/modules/utils/modules/neovim/config/lazyvim/lua/plugins/core.lua index 4e3c8f8..69edb85 100644 --- a/src/user/modules/utils/modules/neovim/config/lazyvim/lua/plugins/core.lua +++ b/src/user/modules/utils/modules/neovim/config/lazyvim/lua/plugins/core.lua @@ -26,7 +26,7 @@ return { transparency = true, }, }) - vim.cmd("colorscheme onedark_dark") + vim.cmd("colorscheme onedark") end, },