CptPotato / helix-themes

A few themes for the helix editor
MIT License
147 stars 15 forks source link

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

Closed epbuennig closed 2 years ago

epbuennig commented 2 years 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 2 years ago

Good catch, thanks for the fix!