mirror of
https://github.com/ItsDrike/nixdots
synced 2025-04-16 21:02:27 +00:00
Reduce inactive dim strength
This commit is contained in:
parent
64bafa5035
commit
ccf9ececa2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue