Replaces "shade" plugin with "tint" plugin
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
return {
|
|
||||||
-- "valentino-sm/shade.nvim",
|
|
||||||
-- config = function ()
|
|
||||||
-- require("shade").setup({
|
|
||||||
-- overlay_opacity = 50,
|
|
||||||
-- opacity_step = 1,
|
|
||||||
-- })
|
|
||||||
-- end
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
return {
|
||||||
|
"sheimer/tint.nvim",
|
||||||
|
opts = {
|
||||||
|
tint = -5,
|
||||||
|
saturation = 0.6,
|
||||||
|
tint_background_colors = true,
|
||||||
|
},
|
||||||
|
config = function (_, opts)
|
||||||
|
require("tint").setup(opts)
|
||||||
|
end,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user