Mofiqul/dracula.nvim

Function and TSFunction have different colours

ad-chaos opened this issue · 0 comments

Would be nice to have consistency between highlight groups that do the same thing :)

Function = { fg = colors.yellow, },

TSFunction = { fg = colors.green, },