Revert "Fix overly dark catppuccin borders in neovim"
This reverts commit c97dbb8ea149baa045b926c2b6701e9621fb6115.
This commit is contained in:
@@ -2,24 +2,7 @@ return {
|
|||||||
{
|
{
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
lazy = false,
|
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
|
||||||
require("catppuccin").setup()
|
|
||||||
|
|
||||||
local function brighten_borders()
|
|
||||||
for _, group in ipairs({ "FloatBorder", "WinSeparator" }) do
|
|
||||||
vim.api.nvim_set_hl(0, group, { fg = "#6c7086" })
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd("ColorScheme", {
|
|
||||||
pattern = "catppuccin*",
|
|
||||||
callback = brighten_borders,
|
|
||||||
})
|
|
||||||
|
|
||||||
brighten_borders()
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
|
|||||||
Reference in New Issue
Block a user