refactor(nvim): change tint settings
This commit is contained in:
parent
e69f37f76c
commit
8f597ad392
@ -21,8 +21,8 @@ return {
|
|||||||
|
|
||||||
return isDiff or isFloating or isIgnoredBuftype or isIgnoredFiletype
|
return isDiff or isFloating or isIgnoredBuftype or isIgnoredFiletype
|
||||||
end,
|
end,
|
||||||
tint = -30,
|
tint = -10,
|
||||||
saturation = 0.8,
|
saturation = 0.85,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user