chore: theme
parent
d0e6ce3d2a
commit
434e2172c2
@ -0,0 +1,39 @@
|
|||||||
|
return {
|
||||||
|
-- {
|
||||||
|
-- 'jacoborus/tender.vim',
|
||||||
|
-- priority = 1000,
|
||||||
|
-- config = function()
|
||||||
|
-- vim.cmd.colorscheme 'tender'
|
||||||
|
-- end,
|
||||||
|
-- },
|
||||||
|
|
||||||
|
-- {
|
||||||
|
-- "ronisbr/nano-theme.nvim",
|
||||||
|
-- priority = 1000,
|
||||||
|
-- config = function()
|
||||||
|
-- end
|
||||||
|
-- },
|
||||||
|
|
||||||
|
{
|
||||||
|
"folke/tokyonight.nvim",
|
||||||
|
lazy = false,
|
||||||
|
priority = 1000,
|
||||||
|
config = function()
|
||||||
|
vim.cmd.colorscheme 'tokyonight-moon'
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
|
||||||
|
-- Lualine config
|
||||||
|
{
|
||||||
|
'nvim-lualine/lualine.nvim',
|
||||||
|
opts = {
|
||||||
|
options = {
|
||||||
|
icons_enabled = true,
|
||||||
|
theme = 'tokyonight',
|
||||||
|
component_separators = '|',
|
||||||
|
section_separators = '',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue