feat: a bunch of themes and vim be good

pull/546/head
Thomas Alcala Schneider 2 years ago
parent aa9b5d8e6c
commit db434bceb0

@ -0,0 +1 @@
return { 'frenzyexists/aquarium-vim' }

@ -0,0 +1 @@
return { 'kyazdani42/blue-moon' }

@ -0,0 +1 @@
return { 'Everblush/nvim', name = 'everblush' }

@ -0,0 +1 @@
return { 'fenetikm/falcon' }

@ -0,0 +1,4 @@
return {
'bkegley/gloombuddy',
dependencies = { 'tjdevries/colorbuddy.nvim', branch = 'dev' },
}

@ -0,0 +1,9 @@
return {
'ramojus/mellifluous.nvim',
dependencies = { 'rktjmp/lush.nvim' },
config = function()
require('mellifluous').setup { --[[...]]
} -- optional, see configuration section.
-- vim.cmd('colorscheme mellifluous')
end,
}

@ -0,0 +1 @@
return { 'rafamadriz/neon' }

@ -0,0 +1 @@
return { 'theniceboy/nvim-deus' }

@ -0,0 +1,8 @@
return {
'PHSix/nvim-hybrid',
config = function()
require('hybrid').setup()
-- or use
-- vim.cmd [[colorscheme nvim-hybrid]]
end,
}

@ -0,0 +1,7 @@
return {
'kaiuri/nvim-juliana',
lazy = false,
opts = { --[=[ configuration --]=]
},
config = true,
}

@ -0,0 +1 @@
return { 'nyngwang/nvimgelion' }

@ -0,0 +1 @@
return { 'mhartington/oceanic-next' }

@ -0,0 +1 @@
return { 'Yazeed1s/oh-lucy.nvim' }

@ -0,0 +1 @@
return { 'kvrohit/rasmus.nvim' }

@ -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' : {
\ },
\ }

@ -0,0 +1 @@
return { 'nvimdev/zephyr-nvim' }

@ -0,0 +1 @@
return { 'ThePrimeagen/vim-be-good' }
Loading…
Cancel
Save