fix: transparant background

This commit is contained in:
asep komarudin 2024-02-24 22:58:09 +07:00
parent 38df56571a
commit 97dda35744
12 changed files with 37 additions and 370 deletions

View file

@ -240,9 +240,9 @@ if data_exists then
lsp_progress = lspprogress.progress
end
local transparent_mode = require("core.config").transparent_mode
if transparent_mode ~= nil then
if transparent_mode == 1 then
local clear_lualine = require("core.config").clear_lualine
if clear_lualine ~= nil then
if clear_lualine == 1 then
lualine.setup({
options = {
icons_enabled = true,