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
{{ message }}
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
This PR added the ability to customze highlight groups, which is awesome and a drastically better way of setting highlight compared to using the builtin highlight command. However onedark.nvim currently only allows customizing highlight groups that are already defined in theme.lua, and not new highlight groups that don't yet exist in theme.lua. Would it be possible to allow adding any highlight group when calling require('onedark').setup()?
The text was updated successfully, but these errors were encountered:
This PR added the ability to customze highlight groups, which is awesome and a drastically better way of setting highlight compared to using the builtin
highlight
command. However onedark.nvim currently only allows customizing highlight groups that are already defined intheme.lua
, and not new highlight groups that don't yet exist intheme.lua
. Would it be possible to allow adding any highlight group when callingrequire('onedark').setup()
?The text was updated successfully, but these errors were encountered: