added tokyonight as theme
This commit is contained in:
parent
dc09d3bb1e
commit
3e6f29282b
3 changed files with 24 additions and 12 deletions
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue