moar theme

This commit is contained in:
Christoph J. Scherr 2024-07-04 19:31:51 +02:00
parent 5d00d3ecec
commit ac2ac080c9
2 changed files with 20 additions and 3 deletions

View File

@ -28,11 +28,28 @@ return {
name = 'tokyonight-storm', name = 'tokyonight-storm',
colorscheme = 'tokyonight-storm', colorscheme = 'tokyonight-storm',
}, },
{
name = 'kanagawa',
colorscheme = 'kanagawa',
},
{
name = 'kanagawa-dragon',
colorscheme = 'kanagawa-dragon',
},
{
name = 'kanagawa-lotus',
colorscheme = 'kanagawa-lotus',
},
{
name = 'kanagawa-wave',
colorscheme = 'kanagawa-wave',
},
}, },
themeConfigFile = '~/.config/nvim/lua/settings/theme.lua', themeConfigFile = '~/.config/nvim/lua/settings/theme.lua',
livePreview = true, -- Apply theme while browsing. Default to true. livePreview = true, -- Apply theme while browsing. Default to true.
} }
end, end,
}, },
{ 'folke/tokyonight.nvim' }, 'folke/tokyonight.nvim',
'rebelot/kanagawa.nvim',
} }

View File

@ -1,5 +1,5 @@
-- Themery block -- Themery block
-- This block will be replaced by Themery. -- This block will be replaced by Themery.
vim.cmd("colorscheme tokyonight-storm") vim.cmd("colorscheme kanagawa-wave")
vim.g.theme_id = 4 vim.g.theme_id = 8
-- end themery block -- end themery block