Changes for #88

Fix tooltip foreground.
Change light mode foreground colours.
Update ::selection styles.
This commit is contained in:
Paul
2021-08-19 14:50:00 +01:00
parent 762cad1614
commit db43c02e01
5 changed files with 12 additions and 11 deletions

View File

@@ -223,7 +223,7 @@ export const PRESETS: Record<string, Theme> = {
light: true,
accent: "#FD6671",
background: "#F6F6F6",
foreground: "#101010",
foreground: "#000000",
block: "#414141",
"message-box": "#F1F1F1",
mention: "rgba(251, 255, 0, 0.40)",
@@ -236,10 +236,10 @@ export const PRESETS: Record<string, Theme> = {
"primary-background": "#FFFFFF",
"primary-header": "#F1F1F1",
"secondary-background": "#F1F1F1",
"secondary-foreground": "#888888",
"secondary-foreground": "#1f1f1f",
"secondary-header": "#F1F1F1",
"tertiary-background": "#4D4D4D",
"tertiary-foreground": "#646464",
"tertiary-foreground": "#3a3a3a",
"status-online": "#3ABF7E",
"status-away": "#F39F00",
"status-busy": "#F84848",