Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
perf(get_hlname): actually use hl.name (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
przepompownia authored Nov 6, 2024
1 parent c97c17d commit 92ce0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/feline/generator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ local function parse_hl(hl, parent_hl, gen)
end

return {
name = hl.name,
fg = fg,
bg = bg,
style = style,
Expand Down

0 comments on commit 92ce0b7

Please sign in to comment.