diff --git a/after/plugin/color.lua b/after/plugin/color.lua index defb71b..cb523f4 100644 --- a/after/plugin/color.lua +++ b/after/plugin/color.lua @@ -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]]