Skip to content

Commit

Permalink
fix shaunsingh#15: missing highlight groups for indent-blankline.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
winter-again committed Jan 2, 2024
1 parent 726f88a commit 222108d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/seoul256/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ M.editor = {
Visual = { fg = colors.none, bg = colors.selection },
VisualNOS = { fg = colors.none, bg = colors.selection },
WarningMsg = { fg = colors.yellow },
Whitespace = {}, -- TODO
Whitespace = { fg = colors.text },
WildMenu = { fg = colors.orange, bg = colors.none, style = "bold" },

-- GUI only
Expand Down Expand Up @@ -325,6 +325,8 @@ M.plugins = {
IndentBlankline = {
IndentBlanklineChar = { fg = colors.indentline },
IndentBlanklineContextChar = { fg = colors.indentline },
IblIndent = { fg = colors.indentline },
IblScope = { fg = colors.highlight },
},

NvimDap = {
Expand Down

0 comments on commit 222108d

Please sign in to comment.