joshdick / onedark.vim

A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
MIT License
3.91k stars 529 forks source link

fix: allow extend_highlight to set cterm attr-list #307

Closed willnorris closed 2 years ago

willnorris commented 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.

joshdick commented 2 years ago

Great catch, this actually fixed #301.

Thanks for the PR!