Skip to content

Commit

Permalink
feat(snakcks): more groups
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 10, 2024
1 parent 355e284 commit 5c52ff8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/tokyonight/groups/snacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ function M.get(c, opts)
SnacksProfilerBadgeTrace = { bg = Util.blend_bg(c.blue7, 0.1), fg = c.dark3 },
SnacksIndent = { fg = c.fg_gutter, nocombine = true },
SnacksIndentScope = { fg = c.blue1, nocombine = true },
SnacksZenIcon = { fg = c.purple },
SnacksInputIcon = { fg = c.blue1 },
SnacksInputBorder = { fg = c.yellow },
SnacksInputTitle = { fg = c.yellow },
}
for i, color in ipairs(c.rainbow) do
ret["SnacksIndent" .. i] = { fg = color, nocombine = true }
Expand Down

0 comments on commit 5c52ff8

Please sign in to comment.