mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 17:15:01 +02:00
tokyonight: Add onColor and onHightlights (#309)
Co-authored-by: Carl Dong <git@carldong.me>
This commit is contained in:
parent
75f7b22f21
commit
d62edf4178
2 changed files with 23 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue