mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Reduce inactive dim strength
This commit is contained in:
parent
64bafa5035
commit
ccf9ececa2
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
dim_inactive = false; # disabled for now
|
dim_inactive = false; # disabled for now
|
||||||
dim_strength = 0.05;
|
dim_strength = 0.02;
|
||||||
dim_special = 0.2;
|
dim_special = 0.2;
|
||||||
inactive_opacity = 0.9;
|
inactive_opacity = 0.9;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue