Changed colorscheme on Linux

This commit is contained in:
Eduardo Cueto-Mendoza 2024-10-10 17:37:49 +01:00
parent 3bb6e35f3c
commit dc4d43a11f
1 changed files with 8 additions and 8 deletions

View File

@ -1,12 +1,12 @@
require("tokyonight").setup {
transparent = true,
styles = {
sidebars = "transparent",
floats = "transparent",
}
transparent = false,
-- styles = {
-- sidebars = "transparent",
-- floats = "transparent",
-- }
}
-- vim.cmd [[colorscheme tokyonight-night]]
vim.cmd [[colorscheme tokyonight-day]]
vim.cmd [[hi Normal guibg=none]]
vim.cmd [[colorscheme tokyonight-night]]
-- vim.cmd [[colorscheme tokyonight-day]]
-- vim.cmd [[hi Normal guibg=none]]