This commit is contained in:
2023-10-10 14:25:21 +03:00
parent 17e5915087
commit 49720fac34
4 changed files with 15 additions and 10 deletions

View File

@@ -5,6 +5,6 @@ if status then
vim.cmd.colorscheme('terafox')
-- Transparency.
vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
vim.api.nvim_set_hl(0, 'NormalFloat', { bg = 'none' })
-- vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
-- vim.api.nvim_set_hl_ns(1)
end