Fixed config, now just some theming

This commit is contained in:
2026-03-15 18:28:12 +00:00
parent cc18cca7d7
commit 8c9b79e1b1
+27 -27
View File
@@ -1,32 +1,32 @@
# Catppuccin Mocha for Hyprland # Catppuccin Mocha for Hyprland
# Colors (match your variables.conf or override here) # Colors (match your variables.conf or override here)
$base = 1e1e2e $base = #1e1e2e
$inactive = rgba(595959aa) $inactive = rgba(595959aa)
$mantle = 181825 $mantle = #181825
$crust = 11111b $crust = #11111b
$surface0 = 313244 $surface0 = #313244
$surface1 = 45475a $surface1 = #45475a
$surface2 = 585b70 $surface2 = #585b70
$overlay0 = 6c7086 $overlay0 = #6c7086
$overlay1 = 7f849c $overlay1 = #7f849c
$overlay2 = 9399b2 $overlay2 = #9399b2
$subtext0 = a6adc8 $subtext0 = #a6adc8
$subtext1 = bac2de $subtext1 = #bac2de
$text = cdd6f4 $text = #cdd6f4
$lavender = b4befe $lavender = #b4befe
$blue = 89b4fa $blue = #89b4fa
$sapphire = 74c7ec $sapphire = #74c7ec
$sky = 89dceb $sky = #89dceb
$teal = 94e2d5 $teal = #94e2d5
$green = a6e3a1 $green = #a6e3a1
$yellow = f9e2af $yellow = #f9e2af
$peach = fab387 $peach = #fab387
$maroon = eba0ac $maroon = #eba0ac
$red = f38ba8 $red = #f38ba8
$mauve = cba6f7 $mauve = #cba6f7
$pink = f5c2e7 $pink = #f5c2e7
$flamingo = f2cdcd $flamingo = #f2cdcd
$rosewater = f5e0dc $rosewater = #f5e0dc
# General theming # General theming
general { general {
@@ -37,7 +37,7 @@ general {
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 Makes it easier to "grab" the edge extend_border_grab_area = 20 # Makes it easier to "grab" the edge
} }
decoration { decoration {