From d188cefc07a3f654397f95df28ea84164b310de9 Mon Sep 17 00:00:00 2001 From: Kima Date: Sun, 15 Oct 2023 13:15:55 +0200 Subject: [PATCH] fixed theme share with new options --- filcnaplo/lib/api/client.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filcnaplo/lib/api/client.dart b/filcnaplo/lib/api/client.dart index 9921580..ba7ccad 100644 --- a/filcnaplo/lib/api/client.dart +++ b/filcnaplo/lib/api/client.dart @@ -213,6 +213,8 @@ class FilcAPI { theme.json['background_color'] = theme.backgroundColor.value.toString(); theme.json['panels_color'] = theme.panelsColor.value.toString(); theme.json['accent_color'] = theme.accentColor.value.toString(); + theme.json['icon_color'] = theme.iconColor.value.toString(); + theme.json['shadow_effect'] = theme.shadowEffect.toString(); // set linked grade colors theme.json['grade_colors_id'] = theme.gradeColors.id;