Merge pull request #64 from rodel77/master
Update theme colors to love 11.0
This commit is contained in:
commit
7985b38a95
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ local theme = {}
|
|||
theme.cornerRadius = 4
|
||||
|
||||
theme.color = {
|
||||
normal = {bg = { 66, 66, 66}, fg = {188,188,188}},
|
||||
hovered = {bg = { 50,153,187}, fg = {255,255,255}},
|
||||
active = {bg = {255,153, 0}, fg = {225,225,225}}
|
||||
normal = {bg = { 0.25, 0.25, 0.25}, fg = {0.73,0.73,0.73}},
|
||||
hovered = {bg = { 0.19,0.6,0.73}, fg = {1,1,1}},
|
||||
active = {bg = {1,0.6, 0}, fg = {1,1,1}}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue