From 284387dc4896fb226848cd2e49f568f329585fc2 Mon Sep 17 00:00:00 2001 From: phajw Date: Mon, 9 Oct 2023 09:56:25 -0400 Subject: Change theme --- lua/config/editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/config/editor.lua') diff --git a/lua/config/editor.lua b/lua/config/editor.lua index 3db21d6..efc5c3e 100644 --- a/lua/config/editor.lua +++ b/lua/config/editor.lua @@ -29,7 +29,7 @@ option.clipboard = "unnamedplus"; option.termguicolors = true; -- Setup Editor Theme - vim.cmd.colorscheme("gruvbox") + vim.cmd.colorscheme("zephyr") vim.cmd([[ highlight GitGutterAdd ctermbg=none highlight GitGutterAdd guibg=none -- cgit v1.2.3