tokyonight: Add onColor and onHightlights (#309)

Co-authored-by: Carl Dong <git@carldong.me>
This commit is contained in:
Gaétan Lepage 2023-03-31 23:12:48 +02:00 committed by GitHub
parent 75f7b22f21
commit d62edf4178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 4 deletions

View file

@ -27,10 +27,8 @@
hideInactiveStatusline = false;
dimInactive = false;
lualineBold = false;
# Not implemented
# onColors = {__raw = "function(colors) end";};
# Not implemented
# onHighlights = {__raw = "function(colors) end";};
onColors = "function(colors) end";
onHighlights = "function(highlights, colors) end";
};
};
}