update configs

This commit is contained in:
2026-08-06 20:49:18 +02:00
parent b2ea1bd456
commit 0716da5eef
9 changed files with 236 additions and 156 deletions

View File

@@ -6,17 +6,14 @@ return
lazy = false,
config = function()
require("catppuccin").setup({
transparent_background = false,
transparent_background = true,
custom_highlights = function(colors)
return {
Normal = { bg = colors.base },
NormalNC = { bg = colors.mantle },
WinSeparator = { fg = colors.surface1, bg = colors.mantle },
WinSeparator = { fg = colors.surface1 },
StatusLine = { fg = colors.text, bg = colors.surface0 },
StatusLineNC = { fg = colors.overlay0, bg = colors.mantle },
StatusLineNC = { fg = colors.overlay0 },
CursorLine = { bg = colors.surface0 },
}