refactor(nvim): desaturate tint more
This commit is contained in:
parent
f81087afec
commit
577696f501
@ -736,7 +736,7 @@ return packer.startup({
|
|||||||
config = function()
|
config = function()
|
||||||
require("tint").setup({
|
require("tint").setup({
|
||||||
amt = -20,
|
amt = -20,
|
||||||
saturation = 0.9,
|
saturation = 0.8,
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user