From f8e4f4d4fb2b0bc68615f3775946897492b1c4a9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 24 Jul 2026 12:20:52 -0700 Subject: [PATCH] Remove leftover waybar theme files Co-Authored-By: Claude Opus 5 (1M context) --- default/themed/waybar.css.tpl | 2 -- themes/catppuccin/waybar.css | 2 -- themes/last-horizon/waybar.css | 2 -- themes/lumon/waybar.css | 2 -- themes/retro-82/waybar.css | 3 --- themes/solitude/waybar.css | 2 -- 6 files changed, 13 deletions(-) delete mode 100644 default/themed/waybar.css.tpl delete mode 100644 themes/catppuccin/waybar.css delete mode 100644 themes/last-horizon/waybar.css delete mode 100644 themes/lumon/waybar.css delete mode 100644 themes/retro-82/waybar.css delete mode 100644 themes/solitude/waybar.css diff --git a/default/themed/waybar.css.tpl b/default/themed/waybar.css.tpl deleted file mode 100644 index d876a922..00000000 --- a/default/themed/waybar.css.tpl +++ /dev/null @@ -1,2 +0,0 @@ -@define-color foreground {{ foreground }}; -@define-color background {{ background }}; diff --git a/themes/catppuccin/waybar.css b/themes/catppuccin/waybar.css deleted file mode 100644 index bf35a404..00000000 --- a/themes/catppuccin/waybar.css +++ /dev/null @@ -1,2 +0,0 @@ -@define-color foreground #cdd6f4; -@define-color background #181824; diff --git a/themes/last-horizon/waybar.css b/themes/last-horizon/waybar.css deleted file mode 100644 index ab9682ae..00000000 --- a/themes/last-horizon/waybar.css +++ /dev/null @@ -1,2 +0,0 @@ -@define-color background #0c0b0c; -@define-color foreground #FAFCFB; diff --git a/themes/lumon/waybar.css b/themes/lumon/waybar.css deleted file mode 100644 index 11f49054..00000000 --- a/themes/lumon/waybar.css +++ /dev/null @@ -1,2 +0,0 @@ -@define-color foreground #d6e2ee; -@define-color background #213442; diff --git a/themes/retro-82/waybar.css b/themes/retro-82/waybar.css deleted file mode 100644 index f5944b10..00000000 --- a/themes/retro-82/waybar.css +++ /dev/null @@ -1,3 +0,0 @@ -@define-color bg #00172e; -@define-color foreground #f6dcac; -@define-color background alpha(@bg, 0.8); diff --git a/themes/solitude/waybar.css b/themes/solitude/waybar.css deleted file mode 100644 index 97c0f544..00000000 --- a/themes/solitude/waybar.css +++ /dev/null @@ -1,2 +0,0 @@ -@define-color background #101315; -@define-color foreground #cacccc;