mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 21:11:03 +00:00
Adjust dim_inactive percentage for colorscheme
This commit is contained in:
parent
19ab979464
commit
b3ebc6dabb
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ return {
|
||||||
flavour = "macchiato",
|
flavour = "macchiato",
|
||||||
dim_inactive = {
|
dim_inactive = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
percentage = 1.75,
|
percentage = 2,
|
||||||
},
|
},
|
||||||
-- integrations = {
|
-- integrations = {
|
||||||
-- native_lsp = {
|
-- native_lsp = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue