tiagovla / tokyodark.nvim

A clean dark theme written in lua for neovim.
477 stars 19 forks source link

FEATURE: using the lua api for setting highlights #8

Closed ashincoder closed 2 years ago

ashincoder commented 2 years ago

Now neovim has the api vim.api.nvim_set_hl(). How about using that ?

tiagovla commented 2 years ago

Hi there! I'm using it here: https://github.com/tiagovla/tokyodark.nvim/blob/50496096f33225efa82b9803b96d20cc98759197/lua/tokyodark/highlights.lua#L8