diff options
| author | pml68 <contact@pml68.dev> | 2024-12-31 03:01:43 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2024-12-31 03:01:43 +0100 |
| commit | 4b6de2a4f8e793baf2caf7daedb9e401b24242a7 (patch) | |
| tree | f919a33de7737b0545158f28a715c35b0da490f8 /iced_builder/assets/themes/Rose Pine.toml | |
| parent | refactor: unsaved_changes_dialog emits bool instead of MessageDialogResult (diff) | |
| download | iced-builder-4b6de2a4f8e793baf2caf7daedb9e401b24242a7.tar.gz | |
feat: optionally define Extended Palette in custom theme
Diffstat (limited to '')
| -rw-r--r-- | iced_builder/assets/themes/Rose Pine.toml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/iced_builder/assets/themes/Rose Pine.toml b/iced_builder/assets/themes/Rose Pine.toml index a4eeeeb..df7342b 100644 --- a/iced_builder/assets/themes/Rose Pine.toml +++ b/iced_builder/assets/themes/Rose Pine.toml @@ -1,5 +1,33 @@ +is_dark = true + +[palette] background = "#26233a" text = "#e0def4" primary = "#9ccfd8" success = "#f6c177" danger = "#eb6f92" + +[background] +base = { color = "#191724", text = "#e0def4" } +weak = { color = "#1f1d2e", text = "#e0def4" } +strong = { color = "#26233a", text = "#f4ebd3" } + +[primary] +base = { color = "#eb6f92", text = "#000000" } +weak = { color = "#f6c177", text = "#000000" } +strong = { color = "#ebbcba", text = "#000000" } + +[secondary] +base = { color = "#31748f", text = "#ffffff" } +weak = { color = "#9ccfd8", text = "#000000" } +strong = { color = "#c4a7e7", text = "#000000" } + +[success] +base = { color = "#9ccfd8", text = "#000000" } +weak = { color = "#6e6a86", text = "#ffffff" } +strong = { color = "#908caa", text = "#000000" } + +[danger] +base = { color = "#eb6f92", text = "#ffffff" } +weak = { color = "#f6c177", text = "#ffffff" } +strong = { color = "#524f67", text = "#ffffff" } |
