mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
feat: add tokyonight theme
This commit is contained in:
10
lua/custom/plugins/tokyonight.lua
Normal file
10
lua/custom/plugins/tokyonight.lua
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
'tiagovla/tokyodark.nvim',
|
||||||
|
opts = {
|
||||||
|
-- custom options here
|
||||||
|
},
|
||||||
|
config = function(_, opts)
|
||||||
|
require('tokyodark').setup(opts) -- calling setup is optional
|
||||||
|
vim.cmd [[colorscheme tokyodark]]
|
||||||
|
end,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user