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
end,
basaltInternal = function()
basalt = function()
return {
getTheme = function(name)
return baseTheme[name]
end,
setTheme = function(_theme, col)
if(type(_theme)=="table")then
theme = _theme
baseTheme = _theme
elseif(type(_theme)=="string")then
theme[_theme] = col
baseTheme[_theme] = col
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