CptPotato / helix-themes

A few themes for the helix editor
MIT License
129 stars 14 forks source link

fix(warning): malformed hexcode 'fg' #6

Closed epbuennig closed 1 year ago

epbuennig commented 1 year ago

Gruvbox themes have a palette containing colors for fg0 and fg1, but the scheme for gruvbox references a non-existent fg for markup.heading.h6. This occasionally sends a warning to the helix log file and seemingly falls back to a regular common foreground color. This PR fixes that scheme for gruvbox referencing fg0 instead.

CptPotato commented 1 year ago

Good catch, thanks for the fix!