Skip to content

Commit

Permalink
Fix Selenium theme definition position (#17000)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzSelenux committed Sep 14, 2024
1 parent 53081f1 commit 580efd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/menu_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,12 @@ enum ozone_color_theme
OZONE_COLOR_THEME_HACKING_THE_KERNEL,
OZONE_COLOR_THEME_TWILIGHT_ZONE,
OZONE_COLOR_THEME_DRACULA,
OZONE_COLOR_THEME_SELENIUM,
OZONE_COLOR_THEME_SOLARIZED_DARK,
OZONE_COLOR_THEME_SOLARIZED_LIGHT,
OZONE_COLOR_THEME_GRAY_DARK,
OZONE_COLOR_THEME_GRAY_LIGHT,
OZONE_COLOR_THEME_PURPLE_RAIN,
OZONE_COLOR_THEME_SELENIUM,
OZONE_COLOR_THEME_LAST
};

Expand Down

0 comments on commit 580efd4

Please sign in to comment.