We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d196b7 commit 98b52a3Copy full SHA for 98b52a3
1 file changed
frontend/src/ts/constants/themes.ts
@@ -2328,11 +2328,11 @@ export const themes: Record<ThemeName, Theme> = {
2328
main: "#178c81",
2329
sub: "#7f7f7e",
2330
subAlt: "#332F2F",
2331
- text: "#178c81",
+ text: "#808080",
2332
error: "#FF3F34",
2333
- errorExtra: "#de0202",
2334
- colorfulError: "#994242",
2335
- colorfulErrorExtra: "#994242",
+ errorExtra: "#FF0000",
+ colorfulError: "#FF0000",
+ colorfulErrorExtra: "#FF0000",
2336
},
2337
};
2338
0 commit comments