diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-14 17:01:38 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-06-14 17:01:38 +0100 |
commit | 60e091651270548101577f109df671116639bd97 (patch) | |
tree | 85f6fe105de57a1cbc9273fc746e7958a3f047d0 | |
parent | 0183178950575e86a78d857b48cb7db07cb0e1c7 (diff) |
millionth change of colours in vim
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -436,7 +436,7 @@ let g:gruvbox_number_column='bg0' let g:gruvbox_invert_signs='0' let g:gruvbox_improved_strings='0' set background=dark -colorscheme gruvbox +colorscheme default " manual highlights " highlight Visual ctermfg=black ctermbg=LightMagenta |