Small themes fix

- Fixed themes bug
This commit is contained in:
Robert Jelic
2023-05-02 18:28:47 +02:00
parent d4c72514ef
commit 6c235b04df
9 changed files with 3 additions and 19880 deletions

View File

@@ -64,16 +64,16 @@ local plugin = {
return object return object
end, end,
basaltInternal = function() basalt = function()
return { return {
getTheme = function(name) getTheme = function(name)
return baseTheme[name] return baseTheme[name]
end, end,
setTheme = function(_theme, col) setTheme = function(_theme, col)
if(type(_theme)=="table")then if(type(_theme)=="table")then
theme = _theme baseTheme = _theme
elseif(type(_theme)=="string")then elseif(type(_theme)=="string")then
theme[_theme] = col baseTheme[_theme] = col
end end
end end
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long