You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dump current theme via :LushImport, note LineNr color.
Uncomment "fix group" (which is just a normal group set via nvim_cmd instead of the nvim highlight api), note LineNR is now dim (and correct).
Uncomment fix group and the issue re-appears
Change red to blue and the LineNr returns to the correct color, note the fg remains red as it's hard-coded into lush.apply, so the alteration in lushify, correctly, doesn't hold.
The text was updated successfully, but these errors were encountered:
Upstream bug, related to #94?
Dump current theme via
:LushImport
, note LineNr color.Uncomment "fix group" (which is just a normal group set via nvim_cmd instead of the nvim highlight api), note LineNR is now dim (and correct).
Uncomment fix group and the issue re-appears
Change red to blue and the LineNr returns to the correct color, note the fg remains red as it's hard-coded into lush.apply, so the alteration in lushify, correctly, doesn't hold.
The text was updated successfully, but these errors were encountered: