Closed willnorris closed 2 years ago
this fixes what looks like a simple oversight. The gui attr-list is copied over in calls to onedark#extend_highlight, but not cterm.
gui
onedark#extend_highlight
cterm
Great catch, this actually fixed #301.
Thanks for the PR!
this fixes what looks like a simple oversight. The
gui
attr-list is copied over in calls toonedark#extend_highlight
, but notcterm
.