Skip to content

Commit

Permalink
updating high contast dark colours
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahjohn1 committed Dec 4, 2024
1 parent 8c778bc commit 60273ea
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions src/lib/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,14 @@ const highContrastDark: ColorScheme = {
name: "High Contrast (Dark)",
colorMode: "dark",
backgroundColors: [
"#36C0A5",
"#5EBEF1",
"#CE9CD4",
"#EA636B",
"#FF995C",
"#F7CD20",
"#47CE80",
"#FFAEB4",
"#AFDDF9",
"#C2CCD0",
"#FF6F61",
"#FFE066",
"#67D5E3",
"#7BE27B",
"#A366E0",
"#FF85C0",
"#66B2FF",
"#FF9671",
],
};

Expand Down

0 comments on commit 60273ea

Please sign in to comment.