diff options
| author | phajw <dscr@duck.com> | 2023-10-09 09:56:25 -0400 |
|---|---|---|
| committer | phajw <dscr@duck.com> | 2023-10-09 09:56:25 -0400 |
| commit | 284387dc4896fb226848cd2e49f568f329585fc2 (patch) | |
| tree | 2a6bfa5e30d6e15df6c42456f649c3bb51ee1265 /lua/config/editor.lua | |
| parent | 367836c01323c22cd3fa07bc88f5195014a2cf52 (diff) | |
| download | neovim-284387dc4896fb226848cd2e49f568f329585fc2.tar.gz neovim-284387dc4896fb226848cd2e49f568f329585fc2.zip | |
Change theme
Diffstat (limited to 'lua/config/editor.lua')
| -rw-r--r-- | lua/config/editor.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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"; | |||
| 29 | option.termguicolors = true; | 29 | option.termguicolors = true; |
| 30 | 30 | ||
| 31 | -- Setup Editor Theme | 31 | -- Setup Editor Theme |
| 32 | vim.cmd.colorscheme("gruvbox") | 32 | vim.cmd.colorscheme("zephyr") |
| 33 | vim.cmd([[ | 33 | vim.cmd([[ |
| 34 | highlight GitGutterAdd ctermbg=none | 34 | highlight GitGutterAdd ctermbg=none |
| 35 | highlight GitGutterAdd guibg=none | 35 | highlight GitGutterAdd guibg=none |
