diff options
author | Matt Singleton <matt@xcolour.net> | 2024-11-06 17:19:47 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2024-11-11 16:07:28 -0600 |
commit | e42262beb9b936a62b7656a55613123632809f92 (patch) | |
tree | cc50cb132d4f9729332bcd534f4dd7192a2381cb /stow/vim/.vimrc | |
parent | 54a32c6dfd4cc3f2a4547349188a1fa185716354 (diff) |
custom vim theme
Diffstat (limited to 'stow/vim/.vimrc')
-rw-r--r-- | stow/vim/.vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stow/vim/.vimrc b/stow/vim/.vimrc index 83fbd03..2d32bbe 100644 --- a/stow/vim/.vimrc +++ b/stow/vim/.vimrc @@ -81,8 +81,8 @@ let g:ale_linters_ignore = {'python': ['mypy']} " mypy is too slow and doesn't " set background=light -silent! colo tempus_totus -let g:airline_theme='tempus' +silent! colo mono +let g:airline_theme='mono' set hlsearch syntax enable |