Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enrich schedule color list #622

Merged
17 changes: 10 additions & 7 deletions apps/thu-info-app/src/assets/colors/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ export const colorDark: ColorTheme = {
themeLightGrey: "#E9E9E9",
themeGold: "#FFCC00",
courseItemColorList: [
"#4DD28D",
"#55E4C6",
"#E8CE4F",
"#E48555",
"#8B55E4",
"#5599E4",
"#BC4C55",
"#00a6f2",
"#3cb3c8",
"#fc6b50",
"#f067bb",
"#ef5b75",
"#7d7aea",
"#bf73e5",
"#ff9900",
"#f8c800",
"#5b8eff",
],
};
17 changes: 10 additions & 7 deletions apps/thu-info-app/src/assets/colors/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@ export const colorLight: ColorTheme = {
themeLightGrey: "#E9E9E9",
themeGold: "#FFCC00",
courseItemColorList: [
"#4DD28D",
"#55E4C6",
"#E8CE4F",
"#E48555",
"#8B55E4",
"#5599E4",
"#BC4C55",
"#00a6f2",
"#3cb3c8",
"#fc6b50",
"#f067bb",
"#ef5b75",
"#7d7aea",
"#bf73e5",
"#ff9900",
"#f8c800",
"#5b8eff",
],
};
17 changes: 10 additions & 7 deletions apps/thu-info-app/src/assets/colors/pkuDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@ export const colorPkuDark: ColorTheme = {
themeLightGrey: "#E9E9E9",
themeGold: "#FFCC00",
courseItemColorList: [
"#4DD28D",
"#55E4C6",
"#E8CE4F",
"#E48555",
"#8B55E4",
"#5599E4",
"#BC4C55",
"#00a6f2",
"#3cb3c8",
"#fc6b50",
"#f067bb",
"#ef5b75",
"#7d7aea",
"#bf73e5",
"#ff9900",
"#f8c800",
"#5b8eff",
],
};
17 changes: 10 additions & 7 deletions apps/thu-info-app/src/assets/colors/pkuLight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@ export const colorPkuLight: ColorTheme = {
themeLightGrey: "#E9E9E9",
themeGold: "#FFCC00",
courseItemColorList: [
"#4DD28D",
"#55E4C6",
"#E8CE4F",
"#E48555",
"#8B55E4",
"#5599E4",
"#BC4C55",
"#00a6f2",
"#3cb3c8",
"#fc6b50",
"#f067bb",
"#ef5b75",
"#7d7aea",
"#bf73e5",
"#ff9900",
"#f8c800",
"#5b8eff",
],
};
Loading