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 {
|
shadow {
|
||||||
enabled = true
|
enabled = true
|
||||||
ignore_window = true
|
ignore_window = true
|
||||||
range = 50
|
range = 20
|
||||||
offset = 0 4
|
offset = 0 2
|
||||||
render_power = 10
|
render_power = 10
|
||||||
color = rgba(00000027)
|
color = rgba(00000020)
|
||||||
}
|
}
|
||||||
|
|
||||||
# Dim
|
# Dim
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
general {
|
general {
|
||||||
col.active_border = rgba({{colors.outline.default.hex_stripped}}77)
|
col.active_border = rgba({{colors.outline_variant.default.hex_stripped}}77)
|
||||||
col.inactive_border = rgba({{colors.outline_variant.default.hex_stripped}}55)
|
col.inactive_border = rgba({{colors.surface_container_low.default.hex_stripped}}33)
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
|
|||||||
Reference in New Issue
Block a user