Skip to content

Commit

Permalink
uodating high contrast pallette
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahjohn1 committed Dec 4, 2024
1 parent 60273ea commit 92f9127
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/lib/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ const highContrast: ColorScheme = {
name: "High Contrast",
colorMode: "light",
backgroundColors: [
"#D32F2F",
"#2E7D32",
"#1565C0",
"#BF360C",
"#00838f",
"#AD1457",
"#827717",
"#795548",
"#FF6B6B",
"#FFD93D",
"#4FC3F7",
"#81C784",
"#BA68C8",
"#FF80A4",
"#64B5F6",
"#FF8A65",
],
};

Expand Down

0 comments on commit 92f9127

Please sign in to comment.