mirror of
https://github.com/gabehf/base46.git
synced 2026-03-17 03:06:30 -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 config = require("core.utils").load_config().ui
|
||||||
local statusline_theme = config.statusline.theme
|
local statusline_theme = config.statusline.theme
|
||||||
|
|
||||||
|
if statusline_theme == "custom" then
|
||||||
|
return {}
|
||||||
|
end
|
||||||
|
|
||||||
-- default values from the colors palette
|
-- default values from the colors palette
|
||||||
local statusline_bg = colors.statusline_bg
|
local statusline_bg = colors.statusline_bg
|
||||||
local light_grey = generate_color(colors.light_grey, 8)
|
local light_grey = generate_color(colors.light_grey, 8)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue