String get themeColor => _themeColor;
set themeColor(String theme_color) { _themeColor = theme_color; }