forked from firka/student-legacy
fixed theme share with new options
This commit is contained in:
parent
c5b6f92b0e
commit
d188cefc07
@ -213,6 +213,8 @@ class FilcAPI {
|
|||||||
theme.json['background_color'] = theme.backgroundColor.value.toString();
|
theme.json['background_color'] = theme.backgroundColor.value.toString();
|
||||||
theme.json['panels_color'] = theme.panelsColor.value.toString();
|
theme.json['panels_color'] = theme.panelsColor.value.toString();
|
||||||
theme.json['accent_color'] = theme.accentColor.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
|
// set linked grade colors
|
||||||
theme.json['grade_colors_id'] = theme.gradeColors.id;
|
theme.json['grade_colors_id'] = theme.gradeColors.id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user