From 0dad6dd5b8395d3089bed022a4b8830f7cae7d9f Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 30 Dec 2024 02:15:10 +0100 Subject: feat: add config loading, with theming support, limited to Palette for now --- iced_builder/assets/themes/Rose Pine.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 iced_builder/assets/themes/Rose Pine.toml (limited to 'iced_builder/assets/themes/Rose Pine.toml') diff --git a/iced_builder/assets/themes/Rose Pine.toml b/iced_builder/assets/themes/Rose Pine.toml new file mode 100644 index 0000000..a4eeeeb --- /dev/null +++ b/iced_builder/assets/themes/Rose Pine.toml @@ -0,0 +1,5 @@ +background = "#26233a" +text = "#e0def4" +primary = "#9ccfd8" +success = "#f6c177" +danger = "#eb6f92" -- cgit v1.2.3