From 27bdad73f556e309ef7426d8c2f875088b9772a9 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Mon, 2 Dec 2024 15:00:06 -0600 Subject: lots of stuff + work on settings ui --- lua/lua/lualine.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua') diff --git a/lua/lua/lualine.lua b/lua/lua/lualine.lua index db17d97..5737895 100644 --- a/lua/lua/lualine.lua +++ b/lua/lua/lualine.lua @@ -19,6 +19,10 @@ local colors = { red = '#ec5f67', } +if _G.settings.trans == "enable" then + colors.bg = "none" +end + local conditions = { buffer_not_empty = function() return vim.fn.empty(vim.fn.expand('%:t')) ~= 1 -- cgit v1.2.3