mirror of
https://github.com/gabehf/base46.git
synced 2026-03-08 23:18:15 -07:00
skip compiling of custom statusline theme
This commit is contained in:
parent
21a09af1dd
commit
c1e6adf348
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ local merge_tb = vim.tbl_deep_extend
|
|||
local config = require("core.utils").load_config().ui
|
||||
local statusline_theme = config.statusline.theme
|
||||
|
||||
if statusline_theme == "custom" then
|
||||
return {}
|
||||
end
|
||||
|
||||
-- default values from the colors palette
|
||||
local statusline_bg = colors.statusline_bg
|
||||
local light_grey = generate_color(colors.light_grey, 8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue