summaryrefslogtreecommitdiff
path: root/crates/material_theme/assets/themes/light.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-17 03:00:52 +0200
committerpml68 <contact@pml68.dev>2025-04-17 03:06:43 +0200
commitce62ff16fbd8e839b5f707f8d9637db083945803 (patch)
tree8d7651817fbf17b24f4baae9cc72c83fd224ca71 /crates/material_theme/assets/themes/light.toml
parentfeat(material_theme): implement `radio::Catalog` (diff)
downloadiced-builder-ce62ff16fbd8e839b5f707f8d9637db083945803.tar.gz
refactor: inline Dark and Light theme definitions, remove toml files
Diffstat (limited to 'crates/material_theme/assets/themes/light.toml')
-rw-r--r--crates/material_theme/assets/themes/light.toml49
1 files changed, 0 insertions, 49 deletions
diff --git a/crates/material_theme/assets/themes/light.toml b/crates/material_theme/assets/themes/light.toml
deleted file mode 100644
index a7115c4..0000000
--- a/crates/material_theme/assets/themes/light.toml
+++ /dev/null
@@ -1,49 +0,0 @@
-name = "Light"
-
-shadow = "#000000"
-scrim = "#4d000000"
-
-[primary]
-color = "#34693f"
-on_primary = "#ffffff"
-primary_container = "#b6f1bb"
-on_primary_container = "#1b5129"
-
-[secondary]
-color = "#516351"
-on_secondary = "#ffffff"
-secondary_container = "#d3e8d1"
-on_secondary_container = "#394b3a"
-
-[tertiary]
-color = "#39656d"
-on_tertiary = "#ffffff"
-tertiary_container = "#bdeaf4"
-on_tertiary_container = "#1f4d55"
-
-[error]
-color = "#ba1a1a"
-on_error = "#ffffff"
-error_container = "#ffdad6"
-on_error_container = "#93000a"
-
-[surface]
-color = "#f7fbf2"
-on_surface = "#181d18"
-on_surface_variant = "#414941"
-
-[surface.surface_container]
-lowest = "#ffffff"
-low = "#f1f5ed"
-base = "#ebefe7"
-high = "#e5e9e1"
-highest = "#e0e4dc"
-
-[inverse]
-inverse_surface = "#2d322c"
-inverse_on_surface = "#eef2ea"
-inverse_primary = "#9bd4a1"
-
-[outline]
-color = "#727970"
-variant = "#c1c9be"