diff --git a/common/theme.h b/common/theme.h index 1f79f5f..abdcfd4 100644 --- a/common/theme.h +++ b/common/theme.h @@ -30,8 +30,8 @@ typedef enum bool colorFromSetting(config_setting_t *rgba, color_t *col); -extern void themeStartup(ThemePreset preset); +void themeStartup(ThemePreset preset); extern theme_t themeCurrent; -ThemePreset themeGlobalPreset; +extern ThemePreset themeGlobalPreset;