1
0
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:
Puyodead1 2023-05-12 11:43:43 -04:00
parent 1be402dcb3
commit 47a3440d4f
No known key found for this signature in database
GPG Key ID: BA5F91AAEF68E5CE

View File

@ -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",