From dc4d43a11f92110ca65d2781e6e1a586d2b0961c Mon Sep 17 00:00:00 2001 From: Eduardo Cueto-Mendoza Date: Thu, 10 Oct 2024 17:37:49 +0100 Subject: [PATCH] Changed colorscheme on Linux --- after/plugin/color.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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]]