From b15f41338b417ef429c8c50f84be40317dc074c2 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Wed, 14 Feb 2024 15:46:00 -0500 Subject: integrals --- after/plugin/cfg.vim | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'after/plugin') diff --git a/after/plugin/cfg.vim b/after/plugin/cfg.vim index b11cdce..3fb0433 100644 --- a/after/plugin/cfg.vim +++ b/after/plugin/cfg.vim @@ -15,6 +15,8 @@ set guioptions-=L set gfn=Fira\ Code:h12 set noshowmode -set formatoptions+=a - -colorscheme vacme +if has('gui_running') + colorscheme dim +else + colorscheme monochrome +endif -- cgit v1.2.3-54-g00ecf