1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 01:39:26 +00:00

[neovim/kitty] Back to tokyonight colorscheme

This commit is contained in:
2025-03-06 18:13:32 +01:00
parent 85eca71ca1
commit d411edcb92
4 changed files with 48 additions and 49 deletions

View File

@ -36,6 +36,7 @@ require("lazy").setup({
colors.error = "#ff966c"
end,
})
vim.cmd("colorscheme tokyonight-moon")
end,
},
{
@ -80,8 +81,6 @@ require("lazy").setup({
},
},
})
vim.cmd("colorscheme rose-pine-moon")
end,
},