Skip to content

Commit

Permalink
feat: octo status column
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 7, 2024
1 parent e74fc12 commit 34b37c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ function M.setup()
IndentLineCurrent = { fg = c.blue1, nocombine = true },

OctoDirty = { fg = c.orange, bold = true },
OctoStatusColumn = { fg = c.blue1 },
OctoDetailsLabel = { fg = c.blue1, bold = true },
OctoDetailsValue = { link = "@variable.member" },
OctoIssueTitle = { fg = c.purple, bold = true },
Expand Down

0 comments on commit 34b37c8

Please sign in to comment.