Skip to content

Commit

Permalink
feat: enable transparent background
Browse files Browse the repository at this point in the history
Signed-off-by: SUGIYAMA Yoshio <[email protected]>
  • Loading branch information
IMOKURI committed Jul 30, 2024
1 parent eef0437 commit 4a0f3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nvim/lua/imokuri/plugin/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ return {
vim.g.catppuccin_flavour = "macchiato" -- latte, frappe, macchiato, mocha

catppuccin.setup({
transparent_background = true,
integrations = {
indent_blankline = {
enabled = true,
Expand Down

0 comments on commit 4a0f3ee

Please sign in to comment.