This commit is contained in:
ManjaroOne666 2018-05-10 16:34:55 +01:00
parent e40c0806a5
commit f21c1aeb27
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
snippet scolor "SetColor('', .."
SetColor('$1', '$2', '$3', '$4', '$5', '$6')$0
endsnippet
snippet cscolor "call SetColor('', .."
call SetColor('$1', '$2', '$3', '$4', '$5', '$6')$0
endsnippet

View File

@ -5,7 +5,7 @@ if &term == 'xterm-256color'
endif
syntax on
set background=dark
set background=light
set fillchars=stl:\ ,stlnc:\ ,vert:\|
colorscheme monotonous