mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-03 14:19:02 +01:00
5 lines
159 B
Text
5 lines
159 B
Text
|
(local colors ["#ff00be" "#ff7e00" "#64d200" "#00e6b6" "#00e1ff" "#9598ff"])
|
||
|
|
||
|
(each [i c (ipairs colors)]
|
||
|
(vim.api.nvim_set_hl 0 (.. :TSRainbow i) {:fg c}))
|