Skip to content

Commit

Permalink
Octo updates (#589)
Browse files Browse the repository at this point in the history
* fix: yellow typo

* feat: disable OctoEditable
  • Loading branch information
joshmedeski authored Oct 5, 2023
1 parent 7a4bcda commit a2c54a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/catppuccin/groups/integrations/octo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function M.get()
OctoGreen = { fg = C.green },
OctoRed = { fg = C.red },
OctoPurple = { fg = C.mauve },
OctoYelow = { fg = C.yellow },
OctoYellow = { fg = C.yellow },
-- highlight groups
OctoDirty = { link = "ErrorMsg" },
OctoIssueTitle = { link = "PreProc" },
Expand All @@ -23,7 +23,6 @@ function M.get()
OctoDetailsValue = { link = "Identifier" },
OctoDiffHunkPosition = { link = "NormalFloat" },
OctoCommentLine = { link = "TabLineSel" },
OctoEditable = { fg = C.text, bg = C.mantle },
OctoViewer = { fg = C.base, bg = C.blue },
OctoBubble = { fg = C.text, bg = C.mantle },
OctoBubbleGrey = { fg = C.text, bg = C.mantle },
Expand Down

0 comments on commit a2c54a5

Please sign in to comment.