repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'DRVDOC-1260' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
onboarding
/
constants.ts
blob
506d2112125d5e4c716fc9de9c08178bc5ac34e1
1
import { PROTON_THEMES_MAP, ThemeTypes } from '@proton/shared/lib/themes/themes';
2
3
export const ONBOARDING_THEMES = [
4
ThemeTypes.Duotone,
5
ThemeTypes.Carbon,
6
ThemeTypes.Monokai,
7
ThemeTypes.Snow,
8
ThemeTypes.ContrastLight,
9
ThemeTypes.Classic,
10
].map((id) => PROTON_THEMES_MAP[id]);