diff --git a/themes/catppuccin-latte/hyprland.conf b/themes/catppuccin-latte/hyprland.conf index 3d8d7e9..afc429d 100644 --- a/themes/catppuccin-latte/hyprland.conf +++ b/themes/catppuccin-latte/hyprland.conf @@ -1,8 +1,4 @@ -# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - -$latte_blue = rgb(1e66f5) - general { - col.active_border = $latte_blue + col.active_border = rgb(1e66f5) } diff --git a/themes/catppuccin/hyprland.conf b/themes/catppuccin/hyprland.conf index dd59f04..46ff7e6 100644 --- a/themes/catppuccin/hyprland.conf +++ b/themes/catppuccin/hyprland.conf @@ -1,4 +1,3 @@ general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgb(c6d0f5) } diff --git a/themes/everforest/hyprland.conf b/themes/everforest/hyprland.conf index 67b51cd..e88f030 100644 --- a/themes/everforest/hyprland.conf +++ b/themes/everforest/hyprland.conf @@ -1,4 +1,3 @@ general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgb(d3c6aa) } diff --git a/themes/gruvbox/hyprland.conf b/themes/gruvbox/hyprland.conf index 52331e8..85dbf14 100644 --- a/themes/gruvbox/hyprland.conf +++ b/themes/gruvbox/hyprland.conf @@ -1,4 +1,3 @@ general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgb(a89984) } diff --git a/themes/kanagawa/hyprland.conf b/themes/kanagawa/hyprland.conf index 49c58d7..4972f14 100644 --- a/themes/kanagawa/hyprland.conf +++ b/themes/kanagawa/hyprland.conf @@ -1,4 +1,3 @@ general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgb(dcd7ba) } diff --git a/themes/matte-black/hyprland.conf b/themes/matte-black/hyprland.conf index 13020af..bb90b38 100644 --- a/themes/matte-black/hyprland.conf +++ b/themes/matte-black/hyprland.conf @@ -1,4 +1,3 @@ general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgb(8A8A8D) } diff --git a/themes/nord/hyprland.conf b/themes/nord/hyprland.conf index e5fd3b8..bce729f 100644 --- a/themes/nord/hyprland.conf +++ b/themes/nord/hyprland.conf @@ -1,4 +1,3 @@ general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgb(D8DEE9) } diff --git a/themes/rose-pine/hyprland.conf b/themes/rose-pine/hyprland.conf index c39b9e7..ae0f2b6 100644 --- a/themes/rose-pine/hyprland.conf +++ b/themes/rose-pine/hyprland.conf @@ -1,4 +1,3 @@ general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgb(575279) } diff --git a/themes/tokyo-night/hyprland.conf b/themes/tokyo-night/hyprland.conf index 0611c0a..f0b824a 100644 --- a/themes/tokyo-night/hyprland.conf +++ b/themes/tokyo-night/hyprland.conf @@ -1,5 +1,4 @@ general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg }