some tweaks

This commit is contained in:
2025-07-23 11:22:08 +02:00
parent c7e388d153
commit 6ddc32b262
9 changed files with 17 additions and 16 deletions

View File

@@ -207,9 +207,9 @@ require("catppuccin").setup({
light = "latte",
dark = "mocha",
},
transparent_background = false, -- disables setting the background color.
transparent_background = true, -- disables setting the background color.
show_end_of_buffer = false, -- shows the '~' characters after the end of buffers
term_colors = false, -- sets terminal colors (e.g. `g:terminal_color_0`)
term_colors = true, -- sets terminal colors (e.g. `g:terminal_color_0`)
dim_inactive = {
enabled = false, -- dims the background color of inactive window
shade = "dark",