mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 16:30:32 -07:00
prioritize all opt in changed_themes
this will use the colors for all the themes
This commit is contained in:
parent
95056fdc15
commit
27453b4b09
1 changed files with 3 additions and 3 deletions
|
|
@ -156,10 +156,10 @@ end
|
|||
M.override_theme = function(default_theme, theme_name)
|
||||
local changed_themes = config.ui.changed_themes
|
||||
|
||||
if changed_themes[theme_name] then
|
||||
if changed_themes.all then
|
||||
return M.merge_tb(default_theme, changed_themes.all)
|
||||
elseif changed_themes[theme_name] then
|
||||
return M.merge_tb(default_theme, changed_themes[theme_name])
|
||||
else
|
||||
return default_theme
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue