Skip to content

Commit

Permalink
feat: added support for octo.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 6, 2024
1 parent 9d87f42 commit 894ee8b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,16 @@ function M.setup()
IndentLine = { fg = c.fg_gutter, nocombine = true },
IndentLineCurrent = { fg = c.blue1, nocombine = true },

OctoDirty = { fg = c.orange, bold = true },
OctoDetailsLabel = { fg = c.blue1, bold = true },
OctoDetailsValue = { link = "@variable.member" },
OctoIssueTitle = { fg = c.purple, bold = true },
OctoStateOpen = { link = "DiagnosticVirtualTextHint" },
OctoStateClosed = { link = "DiagnosticVirtualTextError" },
OctoStatePending = { link = "DiagnosticVirtualTextWarn" },
OctoStateChangesRequested = { link = "DiagnosticVirtualTextWarn" },
OctoStateMerged = { bg = util.darken(c.magenta, 0.1), fg = c.magenta },

-- Scrollbar
ScrollbarHandle = { fg = c.none, bg = c.bg_highlight },

Expand Down

0 comments on commit 894ee8b

Please sign in to comment.