added some style type aliases
This commit is contained in:
@@ -10,12 +10,19 @@ local cpair = core.cpair
|
||||
|
||||
-- GLOBAL --
|
||||
|
||||
style.root = cpair(colors.white, colors.black)
|
||||
style.header = cpair(colors.white, colors.gray)
|
||||
style.text_fg = cpair(colors.white, colors._INHERIT)
|
||||
style.label = cpair(colors.lightGray, colors.black)
|
||||
style.root = cpair(colors.white, colors.black)
|
||||
style.header = cpair(colors.white, colors.gray)
|
||||
style.text_fg = cpair(colors.white, colors._INHERIT)
|
||||
|
||||
style.label = cpair(colors.lightGray, colors.black)
|
||||
style.label_unit_pair = cpair(colors.lightGray, colors.lightGray)
|
||||
|
||||
style.field = cpair(colors.white, colors.gray)
|
||||
style.field_disable = cpair(colors.gray, colors.lightGray)
|
||||
style.btn_disable = cpair(colors.gray, colors.black)
|
||||
style.hzd_fg_bg = cpair(colors.white, colors.gray)
|
||||
style.hzd_dis_colors = cpair(colors.white, colors.lightGray)
|
||||
|
||||
style.colors = {
|
||||
{ c = colors.red, hex = 0xdf4949 },
|
||||
{ c = colors.orange, hex = 0xffb659 },
|
||||
|
||||
Reference in New Issue
Block a user