minor tweaks

This commit is contained in:
airstruck
2015-10-31 15:32:48 -04:00
parent 1e668f8f09
commit 6c82e5f81d
7 changed files with 8 additions and 7 deletions

View File

@@ -23,9 +23,6 @@ local style = {
toolButton_not_hovered = {
slices = false,
},
toolButton_hovered = {
tint = { 200, 255, 200 },
},
statusbar = {
style = 'panel',
align = 'left middle',
@@ -88,7 +85,7 @@ local mainForm = { title = "Test window", id = 'mainWindow', type = 'panel',
local layout = Layout(mainForm)
layout:setStyle(style)
layout:setTheme(require 'luigi.theme.light' { highlight = { 150, 255, 150 } })
-- layout:setTheme(require 'luigi.theme.light')
layout.leftSideBox:addChild {
text = 'Alright man this is a great song\nwith a really long title...',