Adapting theme.css

This commit is contained in:
2026-03-17 09:55:21 +00:00
parent 352945b12a
commit e801dfa112
@@ -1,7 +1,7 @@
# Hyprland Catppuccin Mocha Theme
# Fully compatible with Stylix palette
# Solid colors only, compatible with current Hyprland
# Colors (from Stylix YAML)
# Colors
$base = #1e1e2e
$mantle = #181825
$surface0 = #313244
@@ -18,7 +18,7 @@ $teal = #94e2d5
$blue = #89b4fa
$mauve = #cba6f7
$flamingo = #f2cdcd
$inactive = rgba(89, 89, 89, 0.67)
$inactive = #595959aa
# General theming
general {
@@ -29,38 +29,13 @@ general {
resize_on_border = true
extend_border_grab_area = 20
# Gradient active border using Stylix colors
col.active_border = linear-gradient($blue, $green)
# Solid color borders only
col.active_border = $blue
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
# Drop shadows are not supported in native Hyprland
}