feat: a bunch of themes and vim be good

This commit is contained in:
Thomas Alcala Schneider 2023-05-08 18:37:20 +02:00
parent aa9b5d8e6c
commit db434bceb0
17 changed files with 70 additions and 0 deletions

View file

@ -8,23 +8,41 @@ let g:thematic#themes = {
\ },
\ 'anthraxylon' : {
\ },
\ 'aquarium' : {
\ },
\ 'ayu' : {
\ },
\ 'blue-moon' : {
\ },
\ 'bluloco' : {
\ },
\ 'catppuccin' : {
\ },
\ 'deus' : {
\ },
\ 'dracula' : {
\ 'typeface': 'FuraCode Nerd Font Mono Light',
\ },
\ 'embark' : {
\ },
\ 'everblush' : {
\ },
\ 'falcon' : {
\ },
\ 'gloombuddy' : {
\ },
\ 'hybrid' : {
\ },
\ 'juliana' : {
\ },
\ 'kanagawa' : {
\ },
\ 'leuven' : {
\ },
\ 'lucius' : {
\ },
\ 'malifluous' : {
\ },
\ 'materiam' : {
\ },
\ 'melange' : {
@ -38,6 +56,8 @@ let g:thematic#themes = {
\ },
\ 'moonfly' : {
\ },
\ 'neon' : {
\ },
\ 'nightfox' : {
\ },
\ 'nightfly' : {
@ -48,9 +68,15 @@ let g:thematic#themes = {
\ },
\ 'nordic' : {
\ },
\ 'nvimgelion' : {
\ },
\ 'oceanic-next' : {
\ },
\ 'off' : {
\ 'typeface': 'Cascadia Code Regular',
\ },
\ 'oh-lucy' : {
\ },
\ 'oxocarbon' : {
\ },
\ 'palenight' : {
@ -83,6 +109,8 @@ let g:thematic#themes = {
\ },
\ 'pinkmare' : {
\ },
\ 'rasmus' : {
\ },
\ 'rose-pine' : {
\ },
\ 'sacredforest' : {
@ -106,6 +134,8 @@ let g:thematic#themes = {
\ },
\ 'tokyonight-moon' : {
\ },
\ 'zephyr' : {
\ },
\ }