Skip to content

Commit

Permalink
chore: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Oct 19, 2024
1 parent 7be452e commit 4bee3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/catppuccin/groups/integrations/colorful_winsep.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ local M = {}

function M.get()
return {
NvimSeparator = {
NvimSeparator = {
fg = C[O.integrations.colorful_winsep.color],
bg = O.transparent_background and C.none or C.base
bg = O.transparent_background and C.none or C.base,
},
}
end
Expand Down

0 comments on commit 4bee3e3

Please sign in to comment.