Skip to content

Commit

Permalink
Use custom framesCDS in theme
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Nov 11, 2024
1 parent 1352885 commit e0f6628
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ export class JBrowseService {
quaternary: {
main: '#571AA3',
},
framesCDS: [
null,
{ main: 'rgb(204,121,167)' },
{ main: 'rgb(230,159,0)' },
{ main: 'rgb(240,228,66)' },
{ main: 'rgb(86,180,233)' },
{ main: 'rgb(0,114,178)' },
{ main: 'rgb(0,158,115)' },
],
},
},
ApolloPlugin: {
Expand Down

0 comments on commit e0f6628

Please sign in to comment.