mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
Fix ability to set appearence of Focus status and remove unused references to streaming status
This commit is contained in:
committed by
Harish Vishwakarma
parent
3e1b36f8c0
commit
f75c90977b
@@ -30,7 +30,7 @@ export type Variables =
|
||||
| "tertiary-foreground"
|
||||
| "tooltip"
|
||||
| "status-online"
|
||||
| "status-away"
|
||||
| "status-idle"
|
||||
| "status-focus"
|
||||
| "status-busy"
|
||||
| "status-streaming"
|
||||
@@ -283,7 +283,7 @@ export const PRESETS: Record<string, Theme> = {
|
||||
"tertiary-background": "#4D4D4D",
|
||||
"tertiary-foreground": "#3a3a3a",
|
||||
"status-online": "#3ABF7E",
|
||||
"status-away": "#F39F00",
|
||||
"status-idle": "#F39F00",
|
||||
"status-focus": "#4799F0",
|
||||
"status-busy": "#F84848",
|
||||
"status-streaming": "#977EFF",
|
||||
@@ -311,7 +311,7 @@ export const PRESETS: Record<string, Theme> = {
|
||||
"tertiary-background": "#4D4D4D",
|
||||
"tertiary-foreground": "#848484",
|
||||
"status-online": "#3ABF7E",
|
||||
"status-away": "#F39F00",
|
||||
"status-idle": "#F39F00",
|
||||
"status-focus": "#4799F0",
|
||||
"status-busy": "#F84848",
|
||||
"status-streaming": "#977EFF",
|
||||
|
||||
Reference in New Issue
Block a user