pass colors from builder
This commit is contained in:
@@ -39,10 +39,7 @@ color14 ${color14}
|
||||
color15 ${color15}
|
||||
]]
|
||||
|
||||
return function(name)
|
||||
local theme = require(name)
|
||||
local terminal = require(name .. ".terminal")
|
||||
|
||||
return function(name, theme, palette, terminal)
|
||||
local bg = theme.Normal.bg.hex
|
||||
local fg = theme.Normal.fg.hex
|
||||
local values = {
|
||||
|
||||
Reference in New Issue
Block a user