fix(app): Order themes alphabetically (#10698)
This commit is contained in:
parent
5856ea4e75
commit
7fcdbd155b
1 changed files with 8 additions and 8 deletions
|
|
@ -33,18 +33,18 @@ export const auraTheme = auraThemeJson as DesktopTheme
|
||||||
|
|
||||||
export const DEFAULT_THEMES: Record<string, DesktopTheme> = {
|
export const DEFAULT_THEMES: Record<string, DesktopTheme> = {
|
||||||
"oc-1": oc1Theme,
|
"oc-1": oc1Theme,
|
||||||
tokyonight: tokyonightTheme,
|
aura: auraTheme,
|
||||||
dracula: draculaTheme,
|
|
||||||
monokai: monokaiTheme,
|
|
||||||
solarized: solarizedTheme,
|
|
||||||
nord: nordTheme,
|
|
||||||
catppuccin: catppuccinTheme,
|
|
||||||
ayu: ayuTheme,
|
ayu: ayuTheme,
|
||||||
|
carbonfox: carbonfoxTheme,
|
||||||
|
catppuccin: catppuccinTheme,
|
||||||
|
dracula: draculaTheme,
|
||||||
|
gruvbox: gruvboxTheme,
|
||||||
|
monokai: monokaiTheme,
|
||||||
|
nightowl: nightowlTheme,
|
||||||
|
nord: nordTheme,
|
||||||
onedarkpro: oneDarkProTheme,
|
onedarkpro: oneDarkProTheme,
|
||||||
shadesofpurple: shadesOfPurpleTheme,
|
shadesofpurple: shadesOfPurpleTheme,
|
||||||
nightowl: nightowlTheme,
|
solarized: solarizedTheme,
|
||||||
|
tokyonight: tokyonightTheme,
|
||||||
vesper: vesperTheme,
|
vesper: vesperTheme,
|
||||||
carbonfox: carbonfoxTheme,
|
|
||||||
gruvbox: gruvboxTheme,
|
|
||||||
aura: auraTheme,
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue