removed transparency for inactive
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ hl.config({
|
|||||||
decoration = {
|
decoration = {
|
||||||
rounding = 5,
|
rounding = 5,
|
||||||
active_opacity = 1,
|
active_opacity = 1,
|
||||||
inactive_opacity = 0.75,
|
inactive_opacity = 1,
|
||||||
dim_modal = true,
|
dim_modal = true,
|
||||||
dim_inactive = true,
|
dim_inactive = true,
|
||||||
dim_strength = 0.5,
|
dim_strength = 0.5,
|
||||||
|
|||||||
Reference in New Issue
Block a user