From d400a29e7a903f60f5547dae9f30450556f9115d Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Sat, 8 Nov 2025 08:20:44 -0800 Subject: replace high contrast scheme with regular scheme --- dot-config/nvim/plugin/colorscheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot-config/nvim/plugin') diff --git a/dot-config/nvim/plugin/colorscheme.lua b/dot-config/nvim/plugin/colorscheme.lua index 48ca70b..1897468 100644 --- a/dot-config/nvim/plugin/colorscheme.lua +++ b/dot-config/nvim/plugin/colorscheme.lua @@ -20,4 +20,4 @@ require("github-theme").setup({ }, }) -vim.cmd("colorscheme github_dark_high_contrast") +vim.cmd("colorscheme github_dark") -- cgit v1.3