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

@@ -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 = {