Merge pull request #64 from rodel77/master

Update theme colors to love 11.0
This commit is contained in:
Matthias Richter 2018-04-08 13:42:43 +02:00 committed by GitHub
commit 7985b38a95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}
} }