mirror of
https://github.com/airstruck/luigi.git
synced 2026-01-10 08:18:22 +00:00
style system overhaul
This commit is contained in:
@@ -25,16 +25,32 @@ return function (config)
|
||||
button_pressed = {
|
||||
slices = RESOURCE .. 'button_pressed.png',
|
||||
},
|
||||
|
||||
['stepper.left'] = {
|
||||
type = 'button',
|
||||
icon = RESOURCE .. 'triangle_left.png',
|
||||
},
|
||||
|
||||
['stepper.right'] = {
|
||||
type = 'button',
|
||||
icon = RESOURCE .. 'triangle_right.png',
|
||||
},
|
||||
|
||||
|
||||
menu = {
|
||||
height = 24,
|
||||
},
|
||||
['menu.item'] = {
|
||||
padding = 4,
|
||||
align = 'left middle',
|
||||
textColor = { 0, 0, 0 }
|
||||
},
|
||||
['menu.item_active'] = {
|
||||
background = highlight,
|
||||
},
|
||||
['menu.expander'] = {
|
||||
icon = RESOURCE .. 'triangle_right.png',
|
||||
},
|
||||
submenu = {
|
||||
padding = 10,
|
||||
margin = -10,
|
||||
|
||||
Binary file not shown.
BIN
luigi/theme/light/triangle_left.png
Normal file
BIN
luigi/theme/light/triangle_left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 189 B |
BIN
luigi/theme/light/triangle_right.png
Normal file
BIN
luigi/theme/light/triangle_right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 193 B |
Reference in New Issue
Block a user