mirror of
https://github.com/airstruck/luigi.git
synced 2026-01-10 08:18:22 +00:00
minor tweaks
This commit is contained in:
@@ -6,7 +6,7 @@ return function (config)
|
||||
local backColor = config.backColor or { 240, 240, 240 }
|
||||
local lineColor = config.lineColor or { 220, 220, 220 }
|
||||
local white = config.white or { 255, 255, 255 }
|
||||
local highlight = config.highlight or { 180, 180, 255 }
|
||||
local highlight = config.highlight or { 0x19, 0xAE, 0xFF }
|
||||
|
||||
return {
|
||||
button = {
|
||||
|
||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 505 B After Width: | Height: | Size: 471 B |
Binary file not shown.
|
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 485 B |
Reference in New Issue
Block a user