1
0
Fork 0

change default colorscheme to tokyonight

This commit is contained in:
zymon 2024-08-29 21:55:28 +02:00
parent db91953a2a
commit ef57cd1a69
2 changed files with 8 additions and 1 deletions

View file

@ -16,4 +16,4 @@ require("lazy").setup("znvim.plugins")
require("znvim.keymaps")
require("znvim.autocmds")
vim.cmd[[colorscheme kanagawa]]
vim.cmd[[colorscheme tokyonight]]

View file

@ -3,6 +3,13 @@ return {
{
"https://github.com/folke/tokyonight.nvim",
lazy = true,
opts = {
transparent = true,
styles = {
sidebars = "transparent",
floats = "transparent",
}
},
},
{