Change vim bg color
This commit is contained in:
parent
5ebdaecf90
commit
fb8e44280c
|
@ -23,7 +23,7 @@ if has('termguicolors')
|
||||||
let s:text = "cbc5b0"
|
let s:text = "cbc5b0"
|
||||||
|
|
||||||
let s:foreground = s:text
|
let s:foreground = s:text
|
||||||
let s:background = "023c3c"
|
let s:background = "132f32"
|
||||||
let s:selection = "546e7a"
|
let s:selection = "546e7a"
|
||||||
let s:line = "034a4a"
|
let s:line = "034a4a"
|
||||||
let s:bad_spelling = "ee877d"
|
let s:bad_spelling = "ee877d"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user