mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
fix: lucent-orng bg transparency for slash commands (#6938)
This commit is contained in:
parent
1bf20f0a2b
commit
4b7301e8ca
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user