Skip to content

Commit

Permalink
Enhance palettes for color blindness impairment
Browse files Browse the repository at this point in the history
Signed-off-by: David Pordomingo <[email protected]>
  • Loading branch information
dpordomingo committed Oct 17, 2019
1 parent ebbd513 commit 6f80836
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions srcd/superset/assets/src/customization/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ const palette = {
limeLightDeep: '#00b491',
limeLight: '#00c8a1',

vanila: '#d024c6',
vanilaLight: '#e981e3',
vanila: '#00d6d1',
vanilaLight: '#00eae4',

navy: '#195dca',
navyLight: '#8fb5f1',
navy: '#05d600',
navyLight: '#05ea00',

gray: '#6d6e71',
grayLight: '#c6c7c8',
gray: '#3d3d3d',
grayLight: '#565656',
};

const colors = {
Expand Down

0 comments on commit 6f80836

Please sign in to comment.