Commit Graph

2 Commits

Author SHA1 Message Date
Andrew Gazelka
a669421c8c fix VirtualEnv nerdfonts character in PyCharm
Previous to this, it was not displaying. However, it worked in iTerm2. Also, it could be seen in IntelliJ if copy-pasted but not under the blue prompt background.
2018-10-10 15:07:55 -05:00
Justin Hileman
5acaae3f62 Improved color scheme handling.
- Improve performance significantly in the base case (i.e. when git or something isn't slowing it down anyway).
- Make `bobthefish_display_colors` a non-underscore function. It's meant for public use :)
- Support previewing _different_ color schemes via `bobthefish_display_colors`. Pass a color scheme name, or `--all` to preview everything.
- Make color overrides a bit fishier: use a `bobthefish_colors` function to override color schemes, rather than declaring a whole pile of variables.
- Add support for a base color scheme in `bobthefish_colors`, in case you don't want to override everything.
- Add a deprecation notice with upgrade instructions for users with old-style custom color schemes.
2018-03-25 08:58:10 -07:00