summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/periodic_table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/periodic_table.c b/apps/plugins/periodic_table.c
index 19452fd..77fc71c 100644
--- a/apps/plugins/periodic_table.c
+++ b/apps/plugins/periodic_table.c
@@ -605,8 +605,10 @@ enum plugin_status plugin_start(const void* parameter)
periodic_sel = 0;
periodic_makecols();
+#ifdef HAVE_LCD_COLOR
theme_fg=rb->lcd_get_foreground();
theme_bg=rb->lcd_get_background();
+#endif
struct font *pf = rb->font_get(FONT_UI);
font_height = pf->height;