Added blue green border

This commit is contained in:
2026-03-17 09:20:48 +00:00
parent b4548f5dac
commit 0c2d5a0ff7
+16 -15
View File
@@ -1,7 +1,9 @@
# Catppuccin Mocha for Hyprland # Hyprland Catppuccin Mocha Theme
# Colors (match your variables.conf or override here) # Generated from Stylix YAML
# Colors
$base = #1e1e2e $base = #1e1e2e
$inactive = rgba(89, 89, 89, 0.67) $inactive = #595959aa
$mantle = #181825 $mantle = #181825
$crust = #11111b $crust = #11111b
$surface0 = #313244 $surface0 = #313244
@@ -33,36 +35,35 @@ general {
gaps_in = 2 gaps_in = 2
gaps_out = 4 gaps_out = 4
border_size = 4 border_size = 4
col.active_border = rgba(89b4fa) rgba(a6e3a1) 45deg col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = $inactive col.inactive_border = $inactive
layout = scrolling layout = scrolling
resize_on_border = true resize_on_border = true
extend_border_grab_area = 20 extend_border_grab_area = 20
} }
# Window decorations
decoration { decoration {
rounding = 8 rounding = 8
shadow_enabled = true # replaces drop_shadow # drop shadows not supported natively in Hyprland
shadow_offset = 10 # replaces shadow_range
shadow_strength = 0.3 # replaces shadow_render_power; adjust 01
} }
# Input fields (e.g., Hyprctl menus) # Input fields
input_field { input_field {
# Optional: set input field background, border, text # Optional: set background, border, text colors
} }
# Hyprbar (if used) # Hyprbar
hyprbar { hyprbar {
# Optional: set bar colors # Optional: colors for bars
} }
# Hyprlock (if used) # Hyprlock
hyprlock { hyprlock {
# Optional: set lock screen colors # Optional: lock screen colors
} }
# Hypridle (if used) # Hypridle
hypridle { hypridle {
# Optional: set idle screen colors # Optional: idle screen colors
} }