Skip to content

Commit

Permalink
chore: temporarily use eui theme color order
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Oct 13, 2023
1 parent 98f7de3 commit 81f7a24
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions packages/charts/src/utils/themes/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,28 @@ const echPaletteColorBlind: EchPalette = {
colors: [
'#54B399',
'#6092C0',
'#D36086',
'#9170B8',
'#CA8EAE',
'#D6BF57',
'#B9A888',
'#DA8B45',
'#AA6556',
'#D36086',
'#E7664C',
'#AA6556',
'#DA8B45',
'#B9A888',
'#D6BF57',
],
// TODO swap colors for original colors after main changes
// colors: [
// '#54B399',
// '#6092C0',
// '#D36086',
// '#9170B8',
// '#CA8EAE',
// '#D6BF57',
// '#B9A888',
// '#DA8B45',
// '#AA6556',
// '#E7664C',
// ],
};

const echPaletteForLightBackground: EchPalette = {
Expand Down

0 comments on commit 81f7a24

Please sign in to comment.