diff --git a/features/desktop/waybar/themes/catppuccin/style.css b/features/desktop/waybar/themes/catppuccin/style.css deleted file mode 100644 index bf35a40..0000000 --- a/features/desktop/waybar/themes/catppuccin/style.css +++ /dev/null @@ -1,2 +0,0 @@ -@define-color foreground #cdd6f4; -@define-color background #181824; diff --git a/features/desktop/waybar/themes/lumon/style.css b/features/desktop/waybar/themes/lumon/style.css deleted file mode 100644 index 11f4905..0000000 --- a/features/desktop/waybar/themes/lumon/style.css +++ /dev/null @@ -1,2 +0,0 @@ -@define-color foreground #d6e2ee; -@define-color background #213442; diff --git a/features/desktop/waybar/themes/nord/style.css b/features/desktop/waybar/themes/nord/style.css deleted file mode 100644 index 5238598..0000000 --- a/features/desktop/waybar/themes/nord/style.css +++ /dev/null @@ -1,14 +0,0 @@ -@define-color background #2e3440; -@define-color foreground #d8dee9; -@define-color accent #88c0d0; - -/* Base style for Nord */ -* { - font-family: JetBrainsMono Nerd Font, FontAwesome; - font-size: 13px; -} - -window#waybar { - background-color: @background; - color: @foreground; -} diff --git a/features/desktop/waybar/themes/retro-82/style.css b/features/desktop/waybar/themes/retro-82/style.css deleted file mode 100644 index f5944b1..0000000 --- a/features/desktop/waybar/themes/retro-82/style.css +++ /dev/null @@ -1,3 +0,0 @@ -@define-color bg #00172e; -@define-color foreground #f6dcac; -@define-color background alpha(@bg, 0.8);