ful1e5 / onedark.nvim

Atom's iconic One Dark theme for Neovim, written in Lua
MIT License
202 stars 13 forks source link

feat: allow customizing highlight group #91

Closed yioneko closed 2 years ago

yioneko commented 2 years ago

Related: #70

Add setup option to overwrite the highlight group. Although the group can be overwritten by defer_fn hack currently, the method will cause flicker of colors on startup because the highlight groups are specified twice. Allowing user to directly overwrite the definition will address this problem.

ful1e5 commented 2 years ago

Thanks for the amazing PR :heart: