Switch to custom templating library
This commit is contained in:
@ -66,13 +66,11 @@ if (match($TERM, "-256color") != -1) && (match($TERM, "screen-256color") == -1)
|
||||
endif
|
||||
let base16colorspace=256
|
||||
|
||||
{% if darkmode %}
|
||||
colorscheme base16-gruvbox-dark-hard
|
||||
{% end if %}
|
||||
|
||||
{% if lightmode %}
|
||||
{% if light %}
|
||||
colorscheme base16-gruvbox-light-hard
|
||||
{% end if %}
|
||||
{% else %}
|
||||
colorscheme base16-gruvbox-dark-hard
|
||||
{% end %}
|
||||
|
||||
" brighter comments
|
||||
call Base16hi("Comment", g:base16_gui09, "", g:base16_cterm09, "", "", "")
|
||||
|
||||
Reference in New Issue
Block a user