aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/.vimrc
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2024-11-06 17:19:47 -0600
committerMatt Singleton <matt@xcolour.net>2024-11-11 16:07:28 -0600
commite42262beb9b936a62b7656a55613123632809f92 (patch)
treecc50cb132d4f9729332bcd534f4dd7192a2381cb /stow/vim/.vimrc
parent54a32c6dfd4cc3f2a4547349188a1fa185716354 (diff)
custom vim theme
Diffstat (limited to 'stow/vim/.vimrc')
-rw-r--r--stow/vim/.vimrc4
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