update
This commit is contained in:
parent
72364ad9ac
commit
d38bafbaba
11 changed files with 165 additions and 25 deletions
18
lua/custom/plugins/themes.lua
Normal file
18
lua/custom/plugins/themes.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
|
||||
{
|
||||
|
||||
'folke/tokyonight.nvim',
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'tokyonight-night'
|
||||
end,
|
||||
|
||||
},
|
||||
|
||||
{ -- Theme inspired by Atom
|
||||
'navarasu/onedark.nvim',
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue