Commit Graph

33 Commits

Author SHA1 Message Date
Justin Hileman
cb6bec83b8 Add screen to other color schemes. 2024-03-09 14:46:04 -05:00
Justin Hileman
152f04febd
Merge branch 'master' into screen 2024-03-09 14:19:30 -05:00
Justin Hileman
6b8fe17b7e
Merge branch 'master' into color-scheme-catppuccin 2024-03-09 10:25:49 -05:00
Justin Hileman
d277125050 Update jellybeans 2024-03-09 10:23:46 -05:00
Justin Hileman
83ca0de82f
Merge branch 'master' into jellybeans 2024-03-09 10:23:11 -05:00
Justin Hileman
45cd2d790a
Merge pull request #280 from josselinauguste/master
Add gruvbox light theme
2024-03-09 10:11:10 -05:00
Clover
ba0e0dfbdc
Add Catppuccin Mocha color scheme 2024-01-04 22:12:57 +01:00
Clover
ce7e20f61d
Add Catppuccin Macchiato color scheme 2024-01-04 22:12:25 +01:00
Clover
dbba0c90a6
Add Catppuccin Frappe color scheme 2024-01-04 22:11:55 +01:00
Clover
11eef9f3fd
Add Catppuccin Latte color scheme 2024-01-04 22:06:21 +01:00
Hans van Luttikhuizen-Ross
96584de3df
Add color scheme using JetBrains' Darcula's colors 2022-09-12 11:09:09 +02:00
Victor Bersy
2c080ceced Fix k8s colors 2021-12-28 08:46:26 -05:00
Paulo Flabiano Smorigo
1c1c2cfc42 Merge branch 'master' into screen 2021-09-10 10:35:36 -03:00
Josselin Auguste
12d5be5c86 Add gruvbox light theme 2021-01-28 11:30:06 +01:00
Wes Baker
af5aac28c4
Add FNM as an alternative to NVM (#292)
* Add FNM as an alternative to NVM
* Made the __bobthefish_prompt_nvm generic for nvm and fnm
* Hide errors on node_manager current
* Check for color_nvm and set color_node based on that
2021-01-24 14:14:30 -08:00
Chandler Carruth
25e93443bb Add a colorscheme inspired by the Jellybeans colorscheme for Vim.
All the colors were extracted from the Vim theme here:
  https://github.com/nanotech/jellybeans.vim

I've tried to arrange things in a way that uses well associated colors
(green, red, yellow for working tree state, etc) and provides reasonably
high constrast in all cases. That said, I'm not an artist or design
person, so totally open to suggestions here.
2021-01-08 00:42:36 -08:00
Darren Kidd
b5d7614aa0 Update colors documentation - missed this last time 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
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
Florian Meinicke
140441fe36 Remove trailing whitespaces 2020-10-14 23:59:07 -07:00
Florian Meinicke
ba53918dc2 Fix nord colorscheme for exit, su, jobs segments 2020-10-14 23:59:07 -07:00
Paulo Flabiano Smorigo
50708c4f88
Merge branch 'master' into screen
Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
2020-09-03 06:37:13 -03:00
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
Justin Hileman
bd9d0e0f31 Add a $fish_private_mode indicator.
Fixes #263
2020-08-28 07:00:15 -07: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