From 2845b930fc61439c55934c72dba10639f2ac03fb Mon Sep 17 00:00:00 2001 From: Thomas Alcala Schneider Date: Tue, 23 May 2023 01:24:59 +0200 Subject: [PATCH 1/2] fet: more colorschemes --- lua/custom/plugins/themes/alduin.lua | 1 + lua/custom/plugins/themes/apprentice.lua | 1 + lua/custom/plugins/themes/vim-thematic.lua | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 lua/custom/plugins/themes/alduin.lua create mode 100644 lua/custom/plugins/themes/apprentice.lua diff --git a/lua/custom/plugins/themes/alduin.lua b/lua/custom/plugins/themes/alduin.lua new file mode 100644 index 00000000..d1303bbb --- /dev/null +++ b/lua/custom/plugins/themes/alduin.lua @@ -0,0 +1 @@ +return { 'rafamadriz/neon' } diff --git a/lua/custom/plugins/themes/apprentice.lua b/lua/custom/plugins/themes/apprentice.lua new file mode 100644 index 00000000..667210c9 --- /dev/null +++ b/lua/custom/plugins/themes/apprentice.lua @@ -0,0 +1 @@ +return { 'romainl/Apprentice' } diff --git a/lua/custom/plugins/themes/vim-thematic.lua b/lua/custom/plugins/themes/vim-thematic.lua index fca93bc4..74be12ad 100644 --- a/lua/custom/plugins/themes/vim-thematic.lua +++ b/lua/custom/plugins/themes/vim-thematic.lua @@ -6,8 +6,12 @@ let g:thematic#themes = { \ 'afterglow' : { \ 'typeface': 'FuraCode Nerd Font Mono Light', \ }, +\ 'alduin' : { +\ }, \ 'anthraxylon' : { \ }, +\ 'apprentice' : { +\ }, \ 'aquarium' : { \ }, \ 'aylin' : { From ef6081989f38c4941f818beb324c814f05749eaf Mon Sep 17 00:00:00 2001 From: Thomas Alcala Schneider Date: Tue, 23 May 2023 01:37:34 +0200 Subject: [PATCH 2/2] 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' : {