From 28db195f9fe1aac767b0b84eb9d59a6ab6b043ad Mon Sep 17 00:00:00 2001 From: gbprod Date: Wed, 2 Oct 2024 11:48:11 +0000 Subject: [PATCH] chore: auto generate docs --- doc/nord-nvim.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/nord-nvim.txt b/doc/nord-nvim.txt index 2bfee66..93d54e2 100644 --- a/doc/nord-nvim.txt +++ b/doc/nord-nvim.txt @@ -156,6 +156,9 @@ Nord.nvim will use the default options, unless you call `setup`. }, }, + -- Override the default colors + on_colors = function(colors) end, + --- You can override specific highlights to use other groups or a hex color --- function will be called with all highlights and the colorScheme table on_highlights = function(highlights, colors) end,