Commit Graph

11 Commits

Author SHA1 Message Date
Darren Kidd
64366ed658 Fix spacing in AWS vault test segments 2020-10-18 14:41:27 -07:00
Darren Kidd
9ea42689a2 Change text colour when the session has expired 2020-10-18 14:41:27 -07:00
Darren Kidd
dfec8fa044 Remove unused glyph 2020-10-16 15:09:27 -07:00
Darren Kidd
cb821bb737 Added in custom colours
* Also added in a placeholder to bobthefish_display_colors()
  so I can check theming easily.
2020-10-16 15:09:27 -07:00
Justin Hileman
166fe8a511 Include nord color scheme in bobthefish_display_colors. 2020-08-28 07:01:04 -07:00
Justin Hileman
bd9d0e0f31 Add a $fish_private_mode indicator.
Fixes #263
2020-08-28 07:00:15 -07:00
Justin Hileman
3b37ec9f0b Make bobthefish_display_colors current color theme more clear
Fixes #247
2020-04-20 10:37:09 -07:00
Justin Hileman
99b48d565c Show the current theme color scheme in bobthefish_display_colors
Fixes #209
2019-10-20 12:42:29 -07:00
Minjun Shin
0688cd8e98 change function bobthefish_display_colors to print using the environment value, rather than a fixed characters (#163) 2018-07-18 12:14:44 -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