fix: lucent-orng bg transparency for slash commands (#6938)
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
"darkBlue": "#6ba1e6",
|
"darkBlue": "#6ba1e6",
|
||||||
"darkCyan": "#56b6c2",
|
"darkCyan": "#56b6c2",
|
||||||
"darkYellow": "#e5c07b",
|
"darkYellow": "#e5c07b",
|
||||||
|
"darkPanelBg": "#2a1a1599",
|
||||||
"lightStep6": "#d4d4d4",
|
"lightStep6": "#d4d4d4",
|
||||||
"lightStep11": "#8a8a8a",
|
"lightStep11": "#8a8a8a",
|
||||||
"lightStep12": "#1a1a1a",
|
"lightStep12": "#1a1a1a",
|
||||||
@@ -20,7 +21,8 @@
|
|||||||
"lightOrange": "#EC5B2B",
|
"lightOrange": "#EC5B2B",
|
||||||
"lightBlue": "#0062d1",
|
"lightBlue": "#0062d1",
|
||||||
"lightCyan": "#318795",
|
"lightCyan": "#318795",
|
||||||
"lightYellow": "#b0851f"
|
"lightYellow": "#b0851f",
|
||||||
|
"lightPanelBg": "#fff5f099"
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
"primary": {
|
"primary": {
|
||||||
@@ -71,6 +73,10 @@
|
|||||||
"dark": "transparent",
|
"dark": "transparent",
|
||||||
"light": "transparent"
|
"light": "transparent"
|
||||||
},
|
},
|
||||||
|
"backgroundMenu": {
|
||||||
|
"dark": "darkPanelBg",
|
||||||
|
"light": "lightPanelBg"
|
||||||
|
},
|
||||||
"border": {
|
"border": {
|
||||||
"dark": "darkOrange",
|
"dark": "darkOrange",
|
||||||
"light": "lightOrange"
|
"light": "lightOrange"
|
||||||
|
|||||||
Reference in New Issue
Block a user