From e42262beb9b936a62b7656a55613123632809f92 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 6 Nov 2024 17:19:47 -0600 Subject: custom vim theme --- stow/vim/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stow/vim/.vimrc') 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 -- cgit v1.2.3