diff --git a/lua/custom/plugins/themes/flattened.lua b/lua/custom/plugins/themes/flattened.lua new file mode 100644 index 00000000..25074dc0 --- /dev/null +++ b/lua/custom/plugins/themes/flattened.lua @@ -0,0 +1 @@ +return { 'romainl/flattened' } diff --git a/lua/custom/plugins/themes/vim-dichromatic.lua b/lua/custom/plugins/themes/vim-dichromatic.lua new file mode 100644 index 00000000..1394358b --- /dev/null +++ b/lua/custom/plugins/themes/vim-dichromatic.lua @@ -0,0 +1 @@ +return { 'romainl/vim-dichromatic' } diff --git a/lua/custom/plugins/themes/vim-thematic.lua b/lua/custom/plugins/themes/vim-thematic.lua index 74be12ad..2374afa6 100644 --- a/lua/custom/plugins/themes/vim-thematic.lua +++ b/lua/custom/plugins/themes/vim-thematic.lua @@ -28,6 +28,8 @@ let g:thematic#themes = { \ }, \ 'deus' : { \ }, +\ 'dichromatic' : { +\ }, \ 'dracula' : { \ 'typeface': 'FuraCode Nerd Font Mono Light', \ }, @@ -39,6 +41,8 @@ let g:thematic#themes = { \ }, \ 'falcon' : { \ }, +\ 'flattened' : { +\ }, \ 'gloombuddy' : { \ }, \ 'gotham' : {