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 4a0124e commit a1a2f8bCopy full SHA for a1a2f8b
1 file changed
frontend/src/ts/constants/themes.ts
@@ -2322,6 +2322,18 @@ export const themes: Record<ThemeName, Theme> = {
2322
colorfulError: "#b29a91",
2323
colorfulErrorExtra: "#b29a91",
2324
},
2325
+ pilot: {
2326
+ bg: "#525252",
2327
+ caret: "#178c81",
2328
+ main: "#1db4a5",
2329
+ sub: "#adadad",
2330
+ subAlt: "#adadad",
2331
+ text: "#e1d6d6",
2332
+ error: "#de0202",
2333
+ errorExtra: "#de0202",
2334
+ colorfulError: "#994242",
2335
+ colorfulErrorExtra: "#994242",
2336
+ },
2337
};
2338
2339
export type ThemeWithName = Theme & { name: ThemeName };
0 commit comments