fix: lucent-orng bg transparency for slash commands (#6938)

This commit is contained in:
Rohan Mukherjee
2026-01-06 00:26:49 +05:30
committed by GitHub
parent 1bf20f0a2b
commit 4b7301e8ca

View File

@@ -11,6 +11,7 @@
"darkBlue": "#6ba1e6",
"darkCyan": "#56b6c2",
"darkYellow": "#e5c07b",
"darkPanelBg": "#2a1a1599",
"lightStep6": "#d4d4d4",
"lightStep11": "#8a8a8a",
"lightStep12": "#1a1a1a",
@@ -20,7 +21,8 @@
"lightOrange": "#EC5B2B",
"lightBlue": "#0062d1",
"lightCyan": "#318795",
"lightYellow": "#b0851f"
"lightYellow": "#b0851f",
"lightPanelBg": "#fff5f099"
},
"theme": {
"primary": {
@@ -71,6 +73,10 @@
"dark": "transparent",
"light": "transparent"
},
"backgroundMenu": {
"dark": "darkPanelBg",
"light": "lightPanelBg"
},
"border": {
"dark": "darkOrange",
"light": "lightOrange"