Skip to content

Commit

Permalink
Adds Vega color assignments for Schema 4.5 resourceTypeGeneral additions
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross committed Dec 15, 2023
1 parent 1d5c6a7 commit 6ebd5db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/color_palettes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const resourceTypeDomain = [
'Dissertation',
'Event',
'Image',
'Instrument',
'Interactive Resource',
'Journal',
'Journal Article',
Expand All @@ -32,6 +33,7 @@ export const resourceTypeDomain = [
'Software',
'Sound',
'Standard',
'Study Registration',
'Text',
'Workflow',
'Other'
Expand All @@ -53,6 +55,7 @@ export const resourceTypeRange = [
'#C49C94',
'#E377C2',
'#F7B6D2',
'#35424A',
'#7F7F7F',
'#C7C7C7',
'#BCBD22',
Expand All @@ -67,6 +70,7 @@ export const resourceTypeRange = [
'#E6550D',
'#FD8D3C',
'#FDAE6B',
'#6DBB5E',
'#FDD0A2',
'#9F4639',
'#C59088'
Expand Down

0 comments on commit 6ebd5db

Please sign in to comment.