changed the theme

This commit is contained in:
2023-12-07 08:39:35 +01:00
parent f60a852a6c
commit 3df046fae3
5 changed files with 22 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
function Color(color)
color = color or "rose-pine"
color = color or "tokyonight-moon"
vim.cmd.colorscheme(color)
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })