Skip to content

Commit

Permalink
feat: add Holi theme (#192)
Browse files Browse the repository at this point in the history
* Update theme.ts

* Create holi theme
  • Loading branch information
BernardoSsilva authored Jul 30, 2024
1 parent d79f640 commit a4772ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/const/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export class Theme {
// Set up themes
// We support short hex color, hex color and RGBA hex
// ThemeMap.set(name, new Theme('title', 'text', 'background', 'stroke', 'strokeOpacity', 'icon', 'chart'));
ThemeMap.set('holi', new Theme('#5ea9eb', '#d6e7ff', '#030314', '#d6e7ff', 1, '#5090cb', '#5090cb'));
ThemeMap.set('2077', new Theme('#ff0055', '#03d8f3', '#141321', '#141321', 1, '#fcee0c', '#00ffc8'));
ThemeMap.set('algolia', new Theme('#00aeff', '#ffffff', '#050f2c', '#000000', 0, '#2dde98', '#00aeff'));
ThemeMap.set('apprentice', new Theme('#ffffff', '#bcbcbc', '#262626', '#000000', 0, '#ffffaf', '#ffffff'));
Expand Down

0 comments on commit a4772ad

Please sign in to comment.