From 3acd7480f0b2fa14e01f675d5e307f7cf81e1b9f Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Tue, 2 Jan 2024 05:33:17 -0500 Subject: dim for terminal colors --- after/plugin/cfg.vim | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'after') diff --git a/after/plugin/cfg.vim b/after/plugin/cfg.vim index 78a0146..8fac0a4 100644 --- a/after/plugin/cfg.vim +++ b/after/plugin/cfg.vim @@ -1,6 +1,5 @@ let g:mapleader = ' ' set number -set ff=unix set sw=4 ts=4 noet tw=80 cc=80 set spr sb set pb=12 winbl=12 @@ -16,8 +15,8 @@ set guioptions-=L set gfn=DejaVuSansM\ Nerd\ Font\ Mono:h12 set noshowmode -colorscheme seoul256 - if !has('gui_running') - hi Normal guibg=NONE ctermbg=NONE + colorscheme dim +else + colorscheme seoul256 endif -- cgit v1.2.3-54-g00ecf