From 81ec026bf57eebf8612d880a7e0e166e2edfd20c Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sat, 17 Jun 2023 14:46:20 -0400 Subject: [PATCH] trying --- homeConfig/modules/neovim/config/lazyvim/lua/plugins/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfig/modules/neovim/config/lazyvim/lua/plugins/core.lua b/homeConfig/modules/neovim/config/lazyvim/lua/plugins/core.lua index c16f6fe..f80dcb1 100644 --- a/homeConfig/modules/neovim/config/lazyvim/lua/plugins/core.lua +++ b/homeConfig/modules/neovim/config/lazyvim/lua/plugins/core.lua @@ -9,7 +9,7 @@ return { transparent = true, }, }) - vim.cmd("colorscheme github_dark_high_contrast") + vim.cmd("colorscheme github_dark") end, },