diff options
| author | Polesznyák Márk László <116908301+pml68@users.noreply.github.com> | 2025-02-21 21:13:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-21 21:13:18 +0100 |
| commit | 53819b29b843326117feac310a6f97e594022cc9 (patch) | |
| tree | c81a88bf256ea7205c02e7bc57843375eb2ed079 /assets/themes | |
| parent | feat!: add name to `Theme`, `is_dark` -> `dark` (diff) | |
| parent | feat: update to `iced` 0.14-dev (diff) | |
| download | iced-builder-53819b29b843326117feac310a6f97e594022cc9.tar.gz | |
Merge pull request #6 from pml68/feat/0.14
Diffstat (limited to '')
| -rw-r--r-- | assets/themes/rose_pine.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/themes/rose_pine.toml b/assets/themes/rose_pine.toml index 5a89d91..e4540fb 100644 --- a/assets/themes/rose_pine.toml +++ b/assets/themes/rose_pine.toml @@ -8,6 +8,7 @@ text = "#e0def4" primary = "#9ccfd8" success = "#f6c177" danger = "#eb6f92" +warning = "#e4b363" [background] base = { color = "#191724", text = "#e0def4" } @@ -33,3 +34,8 @@ strong = { color = "#908caa", text = "#000000" } base = { color = "#eb6f92", text = "#ffffff" } weak = { color = "#f6c177", text = "#ffffff" } strong = { color = "#524f67", text = "#ffffff" } + +[warning] +base = { color = "#e4b363", text = "#ffffff" } +weak = { color = "#f4e1a1", text = "#000000" } +strong = { color = "#d8a343", text = "#ffffff" } |
