reordered commands

This commit is contained in:
Miodec 2022-09-20 13:40:25 +02:00
parent c5c52a5c15
commit ec29a7fecd

View file

@ -244,6 +244,9 @@ export const commands: MonkeyTypes.CommandsSubgroup = {
...KeymapShowTopRowCommands,
//theme
...ThemesCommands,
...CustomThemeCommands,
...CustomThemesListCommands,
...FlipTestColorsCommands,
...ColorfulModeCommands,
{
@ -269,9 +272,6 @@ export const commands: MonkeyTypes.CommandsSubgroup = {
return Config.randomTheme !== "off";
},
},
...ThemesCommands,
...CustomThemeCommands,
...CustomThemesListCommands,
//showhide elements
...LiveWpmCommands,