added tokyonight as theme
parent
dc09d3bb1e
commit
3e6f29282b
@ -1,9 +1,11 @@
|
||||
return {
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'catppuccin-macchiato'
|
||||
end
|
||||
}
|
||||
-- return {
|
||||
-- "catppuccin/nvim",
|
||||
-- name = "catppuccin",
|
||||
-- priority = 1000,
|
||||
-- config = function()
|
||||
-- vim.cmd.colorscheme 'catppuccin-macchiato'
|
||||
-- end
|
||||
-- }
|
||||
--
|
||||
|
||||
return {}
|
||||
|
@ -0,0 +1,9 @@
|
||||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1001,
|
||||
opts = {},
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'tokyonight-moon'
|
||||
end,
|
||||
}
|
Loading…
Reference in New Issue