dotfiles/mzte-nv/conf/lua/pluginconf/p-tsrainbow2.fnl
2023-02-19 21:28:57 +01:00

5 lines
159 B
Fennel

(local colors ["#ff00be" "#ff7e00" "#64d200" "#00e6b6" "#00e1ff" "#9598ff"])
(each [i c (ipairs colors)]
(vim.api.nvim_set_hl 0 (.. :TSRainbow i) {:fg c}))