Switch to custom templating library

This commit is contained in:
2021-05-20 16:16:02 +02:00
parent 6f8e1d46c7
commit 00412be372
8 changed files with 207 additions and 395 deletions

View File

@ -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, "", "", "")