Commit Graph

10 Commits

Author SHA1 Message Date
Paulo Flabiano Smorigo
30b289cd5a
screen: making it opt-in (verbose off), example and using string command
Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
2020-09-03 06:32:11 -03:00
Paulo Flabiano Smorigo
cde6108d7b
Display screen session if you set theme_display_screen to yes
Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
2020-08-30 08:43:38 -03:00
Hans Larsen
aafed7cb24 Add nix prompt, glyph, and colors 2020-05-02 08:55:27 -07:00
Marc
10b19564ae fix indents, color contrast 2020-01-21 14:53:55 +01:00
Marc
0d2525e923 fix background job colors 2020-01-07 14:40:41 +01:00
marcplustwo
9c95244b42 add nord color scheme 2019-12-03 17:59:18 +01:00
Alessandro Fazzi
1abb331c60 Add NVM prompt (#207)
* Add NVM prompt

* Do not show prompt when `system` node is used

* Change the glyph used for nvm prompt
2019-07-01 07:40:53 -07:00
Justin Hileman
bf5f8c4cf4 Refine dracula colors a bit. 2018-05-14 12:25:38 -07:00
Marvin Steadfast
38c9d1f7ee Adding dracula theme 2018-05-11 09:53:26 +02: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