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;