aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/colors.fish
blob: de32d6d294d306d61fc35eee65bf8823857a51ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# prompt
set fish_color_normal white
set fish_color_command white
set fish_color_keyword blue
set fish_color_quote yellow
set fish_color_redirection yellow
set fish_color_end pink
set fish_color_error white
set fish_color_param white
set fish_color_valid_path white
set fish_color_option white
set fish_color_comment "#8893a5"
set fish_color_operator white
set fish_color_escape yellow
set fish_color_autosuggestion "#8893a5"
set fish_color_search_match --background=black

# pager
set fish_pager_color_progress "#8893a5"
set fish_pager_color_prefix white
set fish_pager_color_completion "#8893a5"
set fish_pager_color_description "#8893a5"
set fish_pager_color_selected_background --background=black