Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
594 stars 103 forks source link

there is no color with this name `colors.blue` #35

Closed zirbest closed 1 year ago

zirbest commented 2 years ago

https://github.com/Mofiqul/dracula.nvim/blob/30c6f3f200818883a7f790f81148fc0c22731910/lua/dracula/init.lua#L219

may be

-highlight("TSType", colors.blue, nil, nil, nil) 
+highlight("TSType", colors.bright_cyan, nil, nil, nil) 
Mofiqul commented 2 years ago

Can you make a PR?