dotfiles/config/automatrop/roles/vim/templates/plugins/base16.j2

18 lines
470 B
Django/Jinja

{#
" nvim plugin doesn't support terminal colors
{% if variant == 'nvim' %}
{{ add_source('RRethy/nvim-base16') -}}
{% else %}
#}
{{ add_source('chriskempson/base16-vim') -}}
{#
{% endif %}
#}
colorscheme base16-default-dark
" let base16colorspace=256
" set termguicolors
" Some terminals requires a combination of the previous
" (the last one being setting the colorscheme to the exact theme in use),
" but it's a mess so I let you to figure out which one needs which