Files
nixos/Droidnix/assets/hyprland/conf/hypr/theming.conf
T

67 lines
1.2 KiB
Plaintext

# Hyprland Catppuccin Mocha Theme
# Fully compatible with Stylix palette
# Colors (from Stylix YAML)
$base = #1e1e2e
$mantle = #181825
$surface0 = #313244
$surface1 = #45475a
$surface2 = #585b70
$text = #cdd6f4
$rosewater = #f5e0dc
$lavender = #b4befe
$red = #f38ba8
$peach = #fab387
$yellow = #f9e2af
$green = #a6e3a1
$teal = #94e2d5
$blue = #89b4fa
$mauve = #cba6f7
$flamingo = #f2cdcd
$inactive = rgba(89, 89, 89, 0.67)
# General theming
general {
gaps_in = 2
gaps_out = 4
border_size = 4
layout = scrolling
resize_on_border = true
extend_border_grab_area = 20
# Gradient active border using Stylix colors
col.active_border = linear-gradient($blue, $green)
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
}