Theme feels wrong without round corners

This commit is contained in:
David Heinemeier Hansson
2026-05-16 22:38:33 +02:00
parent 6858e85659
commit f2815a8601
+4
View File
@@ -14,4 +14,8 @@ hl.config({
border_inactive = inactive_border_color,
},
},
decoration = {
rounding = 6,
rounding_power = 3,
},
})