This commit is contained in:
pika 2025-05-04 17:43:36 +02:00
parent 44c88a1bb1
commit ead2540502
2 changed files with 2 additions and 2 deletions

View file

@ -9,5 +9,5 @@ else
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
-- ╰──────────────────────────────────────────────────────╯
vim.cmd.colorscheme("rose-pine-moon")
vim.cmd.colorscheme("tokyonight")
end

View file

@ -1,5 +1,5 @@
return {
-- { "folke/tokyonight.nvim" },
{ "folke/tokyonight.nvim" },
{ "catppuccin/nvim", name = "catppuccin" },
{ "EdenEast/nightfox.nvim" },
{ "fynnfluegge/monet.nvim", name = "monet" },