Skip to content

Commit

Permalink
feat: enrich schedule color list (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyCloudYang authored Oct 22, 2024
1 parent 0f8d31f commit 80e7bcd
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 28 deletions.
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",
],
};

0 comments on commit 80e7bcd

Please sign in to comment.