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

18 lines
470 B
Plaintext
Raw Normal View History

2021-07-04 07:54:33 +00:00
{#
" nvim plugin doesn't support terminal colors
{% if variant == 'nvim' %}
{{ add_source('RRethy/nvim-base16') -}}
{% else %}
#}
2021-07-03 12:13:25 +00:00
{{ add_source('chriskempson/base16-vim') -}}
2021-07-04 07:54:33 +00:00
{#
{% endif %}
#}
2021-07-03 12:13:25 +00:00
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