Skip to content

Commit

Permalink
Merge pull request #302 from dpordomingo/color-blindness
Browse files Browse the repository at this point in the history
Enhance palettes for color blindness impairment
  • Loading branch information
dpordomingo authored Oct 18, 2019
2 parents 0074618 + fcf1281 commit 5cc50c4
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 @@ -9,6 +9,7 @@
### Internal

- 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))

### Fixed

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 5cc50c4

Please sign in to comment.