Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c2d5a0ff7 | |||
| b4548f5dac |
@@ -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
|
||||||
@@ -40,29 +42,28 @@ general {
|
|||||||
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 0–1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# 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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user