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 { require("tokyonight").setup {
transparent = true, transparent = false,
styles = { -- styles = {
sidebars = "transparent", -- sidebars = "transparent",
floats = "transparent", -- floats = "transparent",
} -- }
} }
-- vim.cmd [[colorscheme tokyonight-night]] vim.cmd [[colorscheme tokyonight-night]]
vim.cmd [[colorscheme tokyonight-day]] -- vim.cmd [[colorscheme tokyonight-day]]
vim.cmd [[hi Normal guibg=none]] -- vim.cmd [[hi Normal guibg=none]]