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:
Athozus 2023-11-05 23:05:52 +01:00
parent 31c97cc4f2
commit eae49e8897
No known key found for this signature in database
GPG key ID: B50895022E8484BF

View file

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