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 fcf1281
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]

- Reduce the size of docker image ([#272](https://github.com/src-d/sourced-ui/issues/272))
- Make the current source{d} palettes accessible for color blindness impairments ([#302](https://github.com/src-d/sourced-ui/issues/302))

## [v0.7.0](https://github.com/src-d/sourced-ui/releases/tag/v0.7.0) - 2019-09-26

Expand Down
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 fcf1281

Please sign in to comment.