refactor(nvim): change tint settings

This commit is contained in:
Price Hiller 2023-08-23 14:59:36 -05:00
parent e69f37f76c
commit 8f597ad392
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -21,8 +21,8 @@ return {
return isDiff or isFloating or isIgnoredBuftype or isIgnoredFiletype
end,
tint = -30,
saturation = 0.8,
tint = -10,
saturation = 0.85,
},
},
}