removed transparency for inactive

This commit is contained in:
Hannes
2026-06-14 20:43:55 +02:00
parent 610c5de813
commit e37b943e80
+1 -1
View File
@@ -57,7 +57,7 @@ hl.config({
decoration = {
rounding = 5,
active_opacity = 1,
inactive_opacity = 0.75,
inactive_opacity = 1,
dim_modal = true,
dim_inactive = true,
dim_strength = 0.5,