rktjmp / lush.nvim

Create Neovim themes with real-time feedback, export anywhere.
MIT License
1.45k stars 47 forks source link

Error format hsl #26

Closed devlcp closed 3 years ago

devlcp commented 3 years ago

Error: Lush.ify: Could not parse buffer due to Lua error: line 32: unexpected symbol near ','

Line: CursorLine { bg = hsl(228, 19%, 20%) }

Note: Doesn't accept hsl colors only hexadecimal.

rktjmp commented 3 years ago

Should be CursorLine { bg = hsl(228, 19, 20) }.