Skip to content

Commit

Permalink
fix: add missing heirline highlight group
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Apr 6, 2024
1 parent 3ddbc88 commit f1ff29b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/cyberdream/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ function M.setup()
HeirlineReplace = { bg = t.red },
HeirlineCommand = { bg = t.yellow },
HeirlineInsert = { bg = t.green },
HeirlineTerminal = { bg = t.cyan },
}

if opts.borderless_telescope then
Expand Down

0 comments on commit f1ff29b

Please sign in to comment.