Rename to tokyodark

This commit is contained in:
2021-04-22 01:11:09 -03:00
parent 90ffef282e
commit 44d3879b37
8 changed files with 25 additions and 19 deletions

8
colors/tokyodark.vim Normal file
View File

@@ -0,0 +1,8 @@
lua << EOF
for k in pairs(package.loaded) do
if k:match(".*tokyodark.*") then package.loaded[k] = nil end
end
EOF
lua require('tokyodark').setup()