mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 08:21:44 -04:00
Convert 3-chars hex colors to 6-chars hex colors
Could break the code, the hex convert to rgb always run on 6-chars
This commit is contained in:
parent
31c97cc4f2
commit
eae49e8897
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
local function get_base_color(id)
|
local function get_base_color(id)
|
||||||
local colors = {
|
local colors = {
|
||||||
h = "#999", -- header
|
h = "#999999", -- header
|
||||||
s = "#72FF63", -- selected
|
s = "#72FF63", -- selected
|
||||||
i = "#FFD700", -- important
|
i = "#FFD700", -- important
|
||||||
a = "#CCCCDD", -- additional
|
a = "#CCCCDD", -- additional
|
||||||
|
|
Loading…
Add table
Reference in a new issue