Skip to content

Commit

Permalink
feat(navic): change text color
Browse files Browse the repository at this point in the history
because teal is not the prettiest
  • Loading branch information
nullchilly committed Jul 7, 2023
1 parent 15043d3 commit 278bfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/integrations/navic.lua
Expand Up @@ -32,7 +32,7 @@ function M.get()
NavicIconsEvent = { fg = C.blue, bg = background },
NavicIconsOperator = { fg = C.sky, bg = background },
NavicIconsTypeParameter = { fg = C.blue, bg = background },
NavicText = { fg = C.teal, bg = background },
NavicText = { fg = C.sapphire, bg = background },
NavicSeparator = { fg = C.text, bg = background },
}
end
Expand Down

0 comments on commit 278bfeb

Please sign in to comment.