Skip to content

Commit

Permalink
feat(bufferline): add indicator_visible and modified_visible (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaumy authored Jun 10, 2024
1 parent afccb3d commit cc8e290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/catppuccin/groups/integrations/bufferline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function M.get(user_config)
tab_separator_selected = { fg = separator_fg, bg = active_bg },

tab_close = { fg = C.red, bg = inactive_bg },
indicator_visible = { fg = C.peach, bg = inactive_bg, style = styles },
indicator_selected = { fg = C.peach, bg = active_bg, style = styles },
-- separators
separator = { fg = separator_fg, bg = inactive_bg },
Expand Down Expand Up @@ -87,6 +88,7 @@ function M.get(user_config)
diagnostic_selected = { fg = C.subtext0, bg = active_bg, style = styles },
-- Modified
modified = { fg = C.peach, bg = inactive_bg },
modified_visible = { fg = C.peach, bg = inactive_bg },
modified_selected = { fg = C.peach, bg = active_bg },
}

Expand Down

0 comments on commit cc8e290

Please sign in to comment.