Updated to love 11.0

This commit is contained in:
rodel77 2018-04-05 18:07:37 -05:00
parent 5d48cf97b8
commit 2f3db27769

View file

@ -6,9 +6,9 @@ local theme = {}
theme.cornerRadius = 4 theme.cornerRadius = 4
theme.color = { theme.color = {
normal = {bg = { 66, 66, 66}, fg = {188,188,188}}, normal = {bg = { 0.25, 0.25, 0.25}, fg = {0.73,0.73,0.73}},
hovered = {bg = { 50,153,187}, fg = {255,255,255}}, hovered = {bg = { 0.19,0.6,0.73}, fg = {1,1,1}},
active = {bg = {255,153, 0}, fg = {225,225,225}} active = {bg = {1,0.6, 0}, fg = {1,1,1}}
} }