diff --git a/Droidnix/assets/hyprland/conf/hypr/theme.css b/Droidnix/assets/hyprland/conf/hypr/theme.css index cd4cd6375..fbf92ea38 100644 --- a/Droidnix/assets/hyprland/conf/hypr/theme.css +++ b/Droidnix/assets/hyprland/conf/hypr/theme.css @@ -1,7 +1,9 @@ -# Catppuccin Mocha for Hyprland -# Colors (match your variables.conf or override here) +# Hyprland Catppuccin Mocha Theme +# Generated from Stylix YAML + +# Colors $base = #1e1e2e -$inactive = rgba(89, 89, 89, 0.67) +$inactive = #595959aa $mantle = #181825 $crust = #11111b $surface0 = #313244 @@ -33,36 +35,35 @@ general { gaps_in = 2 gaps_out = 4 border_size = 4 - col.active_border = rgba(89b4fa) rgba(a6e3a1) 45deg + col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = $inactive layout = scrolling resize_on_border = true extend_border_grab_area = 20 } +# Window decorations decoration { rounding = 8 - shadow_enabled = true # replaces drop_shadow - shadow_offset = 10 # replaces shadow_range - shadow_strength = 0.3 # replaces shadow_render_power; adjust 0–1 + # drop shadows not supported natively in Hyprland } -# Input fields (e.g., Hyprctl menus) +# Input fields input_field { - # Optional: set input field background, border, text + # Optional: set background, border, text colors } -# Hyprbar (if used) +# Hyprbar hyprbar { - # Optional: set bar colors + # Optional: colors for bars } -# Hyprlock (if used) +# Hyprlock hyprlock { - # Optional: set lock screen colors + # Optional: lock screen colors } -# Hypridle (if used) +# Hypridle hypridle { - # Optional: set idle screen colors + # Optional: idle screen colors }