| 1 | # syntax highlighting variables |
| 2 | # https://fishshell.com/docs/current/interactive.html#syntax-highlighting-variables |
| 3 | fish_color_normal e0def4 |
| 4 | fish_color_command c4a7e7 |
| 5 | fish_color_keyword 9ccfd8 |
| 6 | fish_color_quote f6c177 |
| 7 | fish_color_redirection 31748f |
| 8 | fish_color_end 908caa |
| 9 | fish_color_error eb6f92 |
| 10 | fish_color_param ebbcba |
| 11 | fish_color_comment 908caa |
| 12 | # fish_color_match --background=brblue |
| 13 | fish_color_selection --reverse |
| 14 | # fish_color_history_current --bold |
| 15 | fish_color_operator e0def4 |
| 16 | fish_color_escape 31748f |
| 17 | fish_color_autosuggestion 908caa |
| 18 | fish_color_cwd ebbcba |
| 19 | # fish_color_cwd_root red |
| 20 | fish_color_user f6c177 |
| 21 | fish_color_host 9ccfd8 |
| 22 | fish_color_host_remote c4a7e7 |
| 23 | fish_color_cancel e0def4 |
| 24 | fish_color_search_match --background=191724 |
| 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 ebbcba |
| 30 | fish_pager_color_background --background=1f1d2e |
| 31 | fish_pager_color_prefix 9ccfd8 |
| 32 | fish_pager_color_completion 908caa |
| 33 | fish_pager_color_description 908caa |
| 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=26233a |
| 39 | fish_pager_color_selected_prefix 9ccfd8 |
| 40 | fish_pager_color_selected_completion e0def4 |
| 41 | fish_pager_color_selected_description e0def4 |