mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
reorganize themes, see #42
This commit is contained in:
13
luigi/theme/light-big.lua
Normal file
13
luigi/theme/light-big.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
local RESOURCE = (...):gsub('%.', '/') .. '/'
|
||||
local ROOT = (...):gsub('[^.]*.[^.]*$', '')
|
||||
|
||||
return function (config)
|
||||
local theme = require(ROOT .. 'theme.light')()
|
||||
theme.Control._defaultDimension = 44
|
||||
theme.Line._defaultDimension = 32
|
||||
theme.menu.height = 32
|
||||
theme['menu.item'].height = 32
|
||||
theme['menu.item'].padding = 8
|
||||
theme.panel.padding = 8
|
||||
return theme
|
||||
end
|
||||
Reference in New Issue
Block a user