Skip to content

Commit

Permalink
Merge pull request #314 from datacite/4.5-rtg-colors
Browse files Browse the repository at this point in the history
Adds Vega color assignments for Schema 4.5 resourceTypeGeneral additions
  • Loading branch information
codycooperross authored Dec 15, 2023
2 parents 1d5c6a7 + 6ebd5db commit 3595071
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 3595071

Please sign in to comment.