Update documentation for derive_colors

This commit is contained in:
ViViDboarder 2021-09-15 15:53:37 -07:00
parent 77106e91de
commit db286839ec
1 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class TermProfileError(ValueError):
def warn(message: str):
"""Print a warning message to stderr"""
print(f"derive_colors: Warning: {message}", file=sys.stderr)
@ -223,8 +224,14 @@ def parse_args(**args) -> argparse.Namespace:
VIM_COLOR Colorscheme to set in Vim. This can be used to
set your theme per example: (insert link)
NVIM_COLOR Colorscheme to set in Neovim. Sometimes this
may be different than Vim.
BAT_THEME Theme to be used by bat when printing syntax
highlighted files.
FISH_THEME Theme to be used by fish shell. Rounds out the
last of the animal based themes.
"""),
epilog=textwrap.dedent("""\
To source all variable into your shell, run: