This may be useful to you if you want to extend the team to be based on more percise ansi colors matching your terminal.
## Extending ansi colors
If you are using a terminal colorsceme based on Wombat and would like your colors to match more percisely, you can define a new set of ansi colors in a lua file similar to the one shown in `lua/wombat/ansi_iterm2.lua`. It should be in a path `lua/wombat/ansi_new_theme.lua`.
You can then set this as the default ansi colors by setting the `ansi_colors_name` in the setup function shown above.
If you want to be able to set this via `:colorscheme`, you can create a new colorscheme file similar to `colors/wombat.vim`, but reference the new file name instead of `iterm2`.