moar theme
This commit is contained in:
parent
5d00d3ecec
commit
ac2ac080c9
|
@ -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',
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue