Skip to content

Commit

Permalink
fix: update colors for circle
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 11, 2020
1 parent 42881e5 commit 650ceb1
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions projects/ledge-render/src/lib/support/ledgeColors.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
const LedgeColors = ['#FF6633', '#FFB399', '#FF33FF', '#FFFF99', '#00B3E6',
'#E6B333', '#3366E6', '#999966', '#99FF99', '#B34D4D',
'#80B300', '#809900', '#E6B3B3', '#6680B3', '#66991A',
'#FF99E6', '#CCFF1A', '#FF1A66', '#E6331A', '#33FFCC',
'#66994D', '#B366CC', '#4D8000', '#B33300', '#CC80CC',
'#66664D', '#991AFF', '#E666FF', '#4DB3FF', '#1AB399',
'#E666B3', '#33991A', '#CC9999', '#B3B31A', '#00E680',
'#4D8066', '#809980', '#E6FF80', '#1AFF33', '#999933',
'#FF3380', '#CCCC00', '#66E64D', '#4D80CC', '#9900B3',
'#E64D66', '#4DB380', '#FF4D4D', '#99E6E6', '#6666FF'];
const LedgeColors = [
'#F37C20',
'#E9BD1E',
'#00A2A1',
'#0062CE',
'#666666',
'#DC5332',
'#079948',
'#999999',
'#800080',
'#003366',
'#AA217E',
'#55acee',
'#444444',
'#61bb46',
'#007C78'
];

// todo: refactor vars for color

export default LedgeColors;

0 comments on commit 650ceb1

Please sign in to comment.