mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
change dark theme colors
This commit is contained in:
parent
1be402dcb3
commit
47a3440d4f
@ -82,11 +82,11 @@ export const ThemePresets: Record<string, Theme> = {
|
||||
warningContrastText: "",
|
||||
},
|
||||
dark: {
|
||||
backgroundPrimary: "#242424",
|
||||
backgroundPrimary: "#2e2e2e",
|
||||
backgroundPrimaryAlt: "#2b2b2b",
|
||||
backgroundSecondary: "#1b1b1b",
|
||||
backgroundSecondaryAlt: "#181818",
|
||||
backgroundTertiary: "#141414",
|
||||
backgroundSecondary: "#282828",
|
||||
backgroundSecondaryAlt: "#212121",
|
||||
backgroundTertiary: "#171717",
|
||||
text: "#e9e2e1",
|
||||
textSecondary: "#bdbdbd",
|
||||
textDisabled: "#909090",
|
||||
|
Loading…
Reference in New Issue
Block a user