forked from Shinonome/dots-hyprland
hyprland: less prominent borders
further reduces visual noise, especially in light mode
This commit is contained in:
@@ -72,10 +72,10 @@ decoration {
|
||||
shadow {
|
||||
enabled = true
|
||||
ignore_window = true
|
||||
range = 50
|
||||
offset = 0 4
|
||||
range = 20
|
||||
offset = 0 2
|
||||
render_power = 10
|
||||
color = rgba(00000027)
|
||||
color = rgba(00000020)
|
||||
}
|
||||
|
||||
# Dim
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
general {
|
||||
col.active_border = rgba({{colors.outline.default.hex_stripped}}77)
|
||||
col.inactive_border = rgba({{colors.outline_variant.default.hex_stripped}}55)
|
||||
col.active_border = rgba({{colors.outline_variant.default.hex_stripped}}77)
|
||||
col.inactive_border = rgba({{colors.surface_container_low.default.hex_stripped}}33)
|
||||
}
|
||||
|
||||
misc {
|
||||
|
||||
Reference in New Issue
Block a user