diff options
author | Matthew Wozniak <matt@woz.blue> | 2024-01-03 00:28:29 -0500 |
---|---|---|
committer | Matthew Wozniak <matt@woz.blue> | 2024-01-03 00:28:29 -0500 |
commit | 394ec5f86ee9d54c600d050353e343dd53c6fb22 (patch) | |
tree | a3c8c8ecf437eb884c3036078d40ecdcde808e87 /after/plugin | |
parent | 3acd7480f0b2fa14e01f675d5e307f7cf81e1b9f (diff) | |
download | nvim-394ec5f86ee9d54c600d050353e343dd53c6fb22.tar.gz nvim-394ec5f86ee9d54c600d050353e343dd53c6fb22.zip |
habamax for gui
Diffstat (limited to 'after/plugin')
-rw-r--r-- | after/plugin/cfg.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/plugin/cfg.vim b/after/plugin/cfg.vim index 8fac0a4..14aa4e4 100644 --- a/after/plugin/cfg.vim +++ b/after/plugin/cfg.vim @@ -18,5 +18,5 @@ set noshowmode if !has('gui_running') colorscheme dim else - colorscheme seoul256 + colorscheme habamax endif |