From 7581e4c5f827102cfa3add2c3e53b20ad952b6b1 Mon Sep 17 00:00:00 2001 From: Likho Date: Wed, 19 Apr 2023 16:40:43 +0200 Subject: [PATCH] Update structure and add sample theme_template --- lib/temp_themes/dark.dart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/temp_themes/dark.dart b/lib/temp_themes/dark.dart index 98e5a7acc..8f784195d 100644 --- a/lib/temp_themes/dark.dart +++ b/lib/temp_themes/dark.dart @@ -3,7 +3,7 @@ final Map darkJson = { "asset_bundle_url": "", "brightness": "dark", "colors": { - "coin_colors": { + "coin": { "bitcoin": "0xFFFCC17B", "litecoin": "0xFF7FA6E1", "bitcoincash": "0xFF7BCFB8", @@ -16,11 +16,11 @@ final Map darkJson = { "wownero": "0xFFED80C1", "particl": "0xFF8175BD" }, - "background_colors": { + "background": { "background": "0xFF2A2D34", "backgroundAppBar": "0xFF2A2D34" }, - "accent_colors": { + "accent": { "blue": "0xFF4C86E9", "green": "0xFF4CC0A0", "yellow": "0xFFF7D65D", @@ -28,7 +28,7 @@ final Map darkJson = { "orange": "0xFFFEA68D", "dark": "0xFFF3F3F3" }, - "text_colors": { + "text": { "dark_one": "0xFFF3F3F3", "dark_two": "0xFFDBDBDB", "dark_three": "0xFFEEEFF1", @@ -37,7 +37,7 @@ final Map darkJson = { "error": "0xFFF37475", "restore": "0xFF111215" }, - "button_text_colors": { + "button_text": { "primary": "0xFFFFFFFF", "secondary": "0xFFFFFFFF", "primary_disabled": "0xFFFFFFFF", @@ -47,7 +47,7 @@ final Map darkJson = { "borderless": "0xFF4C86E9", "borderless_disabled": "0xFFB6B6B6" }, - "switch_colors": { + "switch": { "bg_on": "0xFF4C86E9", "bg_off": "0xFFC1D9FF", "bg_disabled": "0xFFB5B7BA",