vim-code-dark
vim-code-dark copied to clipboard
[Discussion] Dividing the theme in modules
Hi @tomasiser, I'm wondering if you are open to dividing the theme into "modules" something like what dracula is doing. The main benefit of this approach is having a per filetype highlight modification this will make the theme more consistent with vscode. Also there is a small performance gain since every highlight group is called only on the specified filetype.
Obviously I will make this changes myself, I just want to know your thought on this.