69 lines
1.4 KiB
CSS
69 lines
1.4 KiB
CSS
# Catppuccin Mocha for Hyprland
|
||
# Colors (match your variables.conf or override here)
|
||
$base = #1e1e2e
|
||
$inactive = rgba(89, 89, 89, 0.67)
|
||
$mantle = #181825
|
||
$crust = #11111b
|
||
$surface0 = #313244
|
||
$surface1 = #45475a
|
||
$surface2 = #585b70
|
||
$overlay0 = #6c7086
|
||
$overlay1 = #7f849c
|
||
$overlay2 = #9399b2
|
||
$subtext0 = #a6adc8
|
||
$subtext1 = #bac2de
|
||
$text = #cdd6f4
|
||
$lavender = #b4befe
|
||
$blue = #89b4fa
|
||
$sapphire = #74c7ec
|
||
$sky = #89dceb
|
||
$teal = #94e2d5
|
||
$green = #a6e3a1
|
||
$yellow = #f9e2af
|
||
$peach = #fab387
|
||
$maroon = #eba0ac
|
||
$red = #f38ba8
|
||
$mauve = #cba6f7
|
||
$pink = #f5c2e7
|
||
$flamingo = #f2cdcd
|
||
$rosewater = #f5e0dc
|
||
|
||
# General theming
|
||
general {
|
||
gaps_in = 2
|
||
gaps_out = 4
|
||
border_size = 4
|
||
col.active_border = rgba(51, 204, 255, 0.933) rgba(0, 255, 153, 0.933) 45deg
|
||
col.inactive_border = $inactive
|
||
layout = scrolling
|
||
resize_on_border = true
|
||
extend_border_grab_area = 20
|
||
}
|
||
|
||
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
|
||
}
|
||
|
||
# Input fields (e.g., Hyprctl menus)
|
||
input_field {
|
||
# Optional: set input field background, border, text
|
||
}
|
||
|
||
# Hyprbar (if used)
|
||
hyprbar {
|
||
# Optional: set bar colors
|
||
}
|
||
|
||
# Hyprlock (if used)
|
||
hyprlock {
|
||
# Optional: set lock screen colors
|
||
}
|
||
|
||
# Hypridle (if used)
|
||
hypridle {
|
||
# Optional: set idle screen colors
|
||
}
|