From 03503d8328472689a04559bf20b400c83b81d4c6 Mon Sep 17 00:00:00 2001 From: NightlyFox Date: Mon, 24 Sep 2018 16:56:13 -0500 Subject: [PATCH] updated changes --- common/theme.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;