Skip to content

Commit

Permalink
updating high contrast and high contrast (dark) color palettes (#92)
Browse files Browse the repository at this point in the history
This pull request would close #87 

Updated the color palettes for both high contrast and high contrast
(dark). From the re

---------

Co-authored-by: Diego Temkin <65834932+dtemkin1@users.noreply.github.com>
  • Loading branch information
sarahjohn1 and dtemkin1 authored Dec 13, 2024
1 parent ee47450 commit 1f03bd1
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions src/lib/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,31 +45,29 @@ const highContrast: ColorScheme = {
name: "High Contrast",
colorMode: "light",
backgroundColors: [
"#D32F2F",
"#2E7D32",
"#1565C0",
"#BF360C",
"#00838f",
"#AD1457",
"#827717",
"#795548",
"#FF6B6B",
"#FFD93D",
"#4FC3F7",
"#81C784",
"#C580D1",
"#FFADC5",
"#309BF3",
"#FF8A65",
],
};

const highContrastDark: ColorScheme = {
name: "High Contrast (Dark)",
colorMode: "dark",
backgroundColors: [
"#36C0A5",
"#5EBEF1",
"#CE9CD4",
"#EA636B",
"#FF995C",
"#F7CD20",
"#47CE80",
"#FFAEB4",
"#AFDDF9",
"#C2CCD0",
"#EB7070",
"#FFE066",
"#67D5E3",
"#7BE27B",
"#B584E6",
"#FF85C0",
"#66B2FF",
"#FFA570",
],
};

Expand Down

0 comments on commit 1f03bd1

Please sign in to comment.