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 a1a2f8b commit 4d196b7Copy full SHA for 4d196b7
1 file changed
frontend/src/ts/constants/themes.ts
@@ -2323,13 +2323,13 @@ export const themes: Record<ThemeName, Theme> = {
2323
colorfulErrorExtra: "#b29a91",
2324
},
2325
pilot: {
2326
- bg: "#525252",
+ bg: "#393939",
2327
caret: "#178c81",
2328
- main: "#1db4a5",
2329
- sub: "#adadad",
2330
- subAlt: "#adadad",
2331
- text: "#e1d6d6",
2332
- error: "#de0202",
+ main: "#178c81",
+ sub: "#7f7f7e",
+ subAlt: "#332F2F",
+ text: "#178c81",
+ error: "#FF3F34",
2333
errorExtra: "#de0202",
2334
colorfulError: "#994242",
2335
colorfulErrorExtra: "#994242",
0 commit comments