diff options
| author | pml68 <contact@pml68.dev> | 2025-04-13 03:31:36 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-15 23:52:40 +0200 |
| commit | 68f4ed46b1846e27c03f23d0b98e3ce89dc497b8 (patch) | |
| tree | 11a284c74966045a2f99fb7e62845e295ede54ec /material_theme/assets/themes/light.toml | |
| parent | feat(material_theme): add disabled scrollable `Style`s (diff) | |
| download | iced-builder-68f4ed46b1846e27c03f23d0b98e3ce89dc497b8.tar.gz | |
feat(material_theme): implement `pick_list::Catalog`
Diffstat (limited to 'material_theme/assets/themes/light.toml')
| -rw-r--r-- | material_theme/assets/themes/light.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/material_theme/assets/themes/light.toml b/material_theme/assets/themes/light.toml index 5288c84..a7115c4 100644 --- a/material_theme/assets/themes/light.toml +++ b/material_theme/assets/themes/light.toml @@ -1,6 +1,7 @@ name = "Light" shadow = "#000000" +scrim = "#4d000000" [primary] color = "#34693f" |
