From 7c8ab2e7975c15dc5aac55b0f44634a11bc1e61f Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Thu, 4 Jul 2024 14:15:34 -0400 Subject: wtf color scheme (looks nice in term) --- after/plugin/cfg.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'after/plugin/cfg.vim') diff --git a/after/plugin/cfg.vim b/after/plugin/cfg.vim index 3fb0433..981a4d3 100644 --- a/after/plugin/cfg.vim +++ b/after/plugin/cfg.vim @@ -16,7 +16,7 @@ set gfn=Fira\ Code:h12 set noshowmode if has('gui_running') - colorscheme dim -else colorscheme monochrome +else + colorscheme wtf endif -- cgit v1.2.3-54-g00ecf