remove comment

This commit is contained in:
Linventif 2024-02-10 00:59:35 +01:00
parent ee5c170560
commit 74dbccbc0b

View File

@ -1,7 +1,7 @@
local colorTbl = { local colorTbl = {
["background"] = Color(41, 44, 54), ["background"] = Color(41, 44, 54),
["primary"] = Color(58, 62, 73), ["primary"] = Color(58, 62, 73),
["primary-active"] = Color(58, 62, 73, 163), -- Adjusted alpha for opacity ["primary-active"] = Color(58, 62, 73, 163),
["secondary"] = Color(44, 47, 59), ["secondary"] = Color(44, 47, 59),
["secondary-active"] = Color(31, 33, 40), ["secondary-active"] = Color(31, 33, 40),
["green"] = Color(78, 151, 53), ["green"] = Color(78, 151, 53),