From ef6081989f38c4941f818beb324c814f05749eaf Mon Sep 17 00:00:00 2001 From: Thomas Alcala Schneider Date: Tue, 23 May 2023 01:37:34 +0200 Subject: [PATCH] fet: more colorschemes --- lua/custom/plugins/themes/flattened.lua | 1 + lua/custom/plugins/themes/vim-dichromatic.lua | 1 + lua/custom/plugins/themes/vim-thematic.lua | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 lua/custom/plugins/themes/flattened.lua create mode 100644 lua/custom/plugins/themes/vim-dichromatic.lua 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' : {