From 61926598ce96bee00aafe5340af4a905759b122a Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 11 Jan 2025 01:50:16 +0100 Subject: refactor: remove iced_drop & workspace --- iced_builder/assets/config.toml | 1 - iced_builder/assets/themes/Rose Pine.toml | 33 ----------------------- iced_builder/assets/windows/iced_builder.manifest | 8 ------ iced_builder/assets/windows/iced_builder.rc | 3 --- 4 files changed, 45 deletions(-) delete mode 100644 iced_builder/assets/config.toml delete mode 100644 iced_builder/assets/themes/Rose Pine.toml delete mode 100644 iced_builder/assets/windows/iced_builder.manifest delete mode 100644 iced_builder/assets/windows/iced_builder.rc (limited to 'iced_builder/assets') diff --git a/iced_builder/assets/config.toml b/iced_builder/assets/config.toml deleted file mode 100644 index 8ef1bb3..0000000 --- a/iced_builder/assets/config.toml +++ /dev/null @@ -1 +0,0 @@ -theme = "Rose Pine" diff --git a/iced_builder/assets/themes/Rose Pine.toml b/iced_builder/assets/themes/Rose Pine.toml deleted file mode 100644 index df7342b..0000000 --- a/iced_builder/assets/themes/Rose Pine.toml +++ /dev/null @@ -1,33 +0,0 @@ -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" } diff --git a/iced_builder/assets/windows/iced_builder.manifest b/iced_builder/assets/windows/iced_builder.manifest deleted file mode 100644 index 82039bf..0000000 --- a/iced_builder/assets/windows/iced_builder.manifest +++ /dev/null @@ -1,8 +0,0 @@ - - - - - PerMonitorV2, unaware - - - diff --git a/iced_builder/assets/windows/iced_builder.rc b/iced_builder/assets/windows/iced_builder.rc deleted file mode 100644 index 7255b65..0000000 --- a/iced_builder/assets/windows/iced_builder.rc +++ /dev/null @@ -1,3 +0,0 @@ -#define RT_MANIFEST 24 - -1 RT_MANIFEST "iced_builder.manifest" -- cgit v1.2.3