From adc18808bc8ae73bf6a9056df9e1c8760a0a827d Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 21 Feb 2025 20:59:23 +0100 Subject: feat: update to `iced` 0.14-dev --- assets/themes/rose_pine.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'assets/themes') 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" } -- cgit v1.2.3