Skip to content

Commit 4d196b7

Browse files
committed
updated pilot theme
1 parent a1a2f8b commit 4d196b7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

frontend/src/ts/constants/themes.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,13 +2323,13 @@ export const themes: Record<ThemeName, Theme> = {
23232323
colorfulErrorExtra: "#b29a91",
23242324
},
23252325
pilot: {
2326-
bg: "#525252",
2326+
bg: "#393939",
23272327
caret: "#178c81",
2328-
main: "#1db4a5",
2329-
sub: "#adadad",
2330-
subAlt: "#adadad",
2331-
text: "#e1d6d6",
2332-
error: "#de0202",
2328+
main: "#178c81",
2329+
sub: "#7f7f7e",
2330+
subAlt: "#332F2F",
2331+
text: "#178c81",
2332+
error: "#FF3F34",
23332333
errorExtra: "#de0202",
23342334
colorfulError: "#994242",
23352335
colorfulErrorExtra: "#994242",

0 commit comments

Comments
 (0)