From e801dfa112b6ee1027a4fa5c73717f6084987602 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 09:55:21 +0000 Subject: [PATCH] Adapting theme.css --- .../assets/hyprland/conf/hypr/theming.conf | 37 +++---------------- 1 file changed, 6 insertions(+), 31 deletions(-) diff --git a/Droidnix/assets/hyprland/conf/hypr/theming.conf b/Droidnix/assets/hyprland/conf/hypr/theming.conf index b652f9147..87be9e2e5 100644 --- a/Droidnix/assets/hyprland/conf/hypr/theming.conf +++ b/Droidnix/assets/hyprland/conf/hypr/theming.conf @@ -1,7 +1,7 @@ # Hyprland Catppuccin Mocha Theme -# Fully compatible with Stylix palette +# Solid colors only, compatible with current Hyprland -# Colors (from Stylix YAML) +# Colors $base = #1e1e2e $mantle = #181825 $surface0 = #313244 @@ -18,7 +18,7 @@ $teal = #94e2d5 $blue = #89b4fa $mauve = #cba6f7 $flamingo = #f2cdcd -$inactive = rgba(89, 89, 89, 0.67) +$inactive = #595959aa # General theming general { @@ -29,38 +29,13 @@ general { resize_on_border = true extend_border_grab_area = 20 - # Gradient active border using Stylix colors - col.active_border = linear-gradient($blue, $green) + # Solid color borders only + col.active_border = $blue col.inactive_border = $inactive } # Window decorations decoration { rounding = 8 - # Drop shadows are not supported natively in Hyprland -} - -# Input fields (e.g., hyprctl menus) -input_field { - background = $surface0 - border = $surface1 - text = $text -} - -# Hyprbar (if used) -hyprbar { - background = $mantle - foreground = $text -} - -# Hyprlock (if used) -hyprlock { - background = $mantle - text = $text -} - -# Hypridle (if used) -hypridle { - background = $mantle - text = $text + # Drop shadows are not supported in native Hyprland }