| 1 | # syntax highlighting variables |
| 2 | # https://fishshell.com/docs/current/interactive.html#syntax-highlighting-variables |
| 3 | fish_color_normal 575279 |
| 4 | fish_color_command 907aa9 |
| 5 | fish_color_keyword 56949f |
| 6 | fish_color_quote ea9d34 |
| 7 | fish_color_redirection 286983 |
| 8 | fish_color_end 797593 |
| 9 | fish_color_error b4637a |
| 10 | fish_color_param d7827e |
| 11 | fish_color_comment 797593 |
| 12 | # fish_color_match --background=brblue |
| 13 | fish_color_selection --reverse |
| 14 | # fish_color_history_current --bold |
| 15 | fish_color_operator 575279 |
| 16 | fish_color_escape 286983 |
| 17 | fish_color_autosuggestion 797593 |
| 18 | fish_color_cwd d7827e |
| 19 | # fish_color_cwd_root red |
| 20 | fish_color_user ea9d34 |
| 21 | fish_color_host 56949f |
| 22 | fish_color_host_remote 907aa9 |
| 23 | fish_color_cancel 575279 |
| 24 | fish_color_search_match --background=faf4ed |
| 25 | fish_color_valid_path |
| 26 | |
| 27 | # pager color variables |
| 28 | # https://fishshell.com/docs/current/interactive.html#pager-color-variables |
| 29 | fish_pager_color_progress d7827e |
| 30 | fish_pager_color_background --background=fffaf3 |
| 31 | fish_pager_color_prefix 56949f |
| 32 | fish_pager_color_completion 797593 |
| 33 | fish_pager_color_description 797593 |
| 34 | fish_pager_color_secondary_background |
| 35 | fish_pager_color_secondary_prefix |
| 36 | fish_pager_color_secondary_completion |
| 37 | fish_pager_color_secondary_description |
| 38 | fish_pager_color_selected_background --background=f2e9e1 |
| 39 | fish_pager_color_selected_prefix 56949f |
| 40 | fish_pager_color_selected_completion 575279 |
| 41 | fish_pager_color_selected_description 575279 |