From 74dbccbc0be8e0828fb22e70a04f5541e74d566b Mon Sep 17 00:00:00 2001 From: Linventif Date: Sat, 10 Feb 2024 00:59:35 +0100 Subject: [PATCH] remove comment --- lua/gmod_integration/client/cl__color.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gmod_integration/client/cl__color.lua b/lua/gmod_integration/client/cl__color.lua index 7115573..d29eaf2 100644 --- a/lua/gmod_integration/client/cl__color.lua +++ b/lua/gmod_integration/client/cl__color.lua @@ -1,7 +1,7 @@ local colorTbl = { ["background"] = Color(41, 44, 54), ["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-active"] = Color(31, 33, 40), ["green"] = Color(78, 151, 53),