blob: c97a2da8fee4ece89f591d24d9ec232636fc964a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
set fish_color_autosuggestion {color8.strip}
set fish_color_cancel {color1.strip} '--reverse'
set fish_color_command {color10.strip}
set fish_color_comment {color8.strip}
set fish_color_cwd {color2.strip}
set fish_color_cwd_root {color1.strip}
set fish_color_end {color3.strip}
set fish_color_error {color1.strip}
set fish_color_escape {color5.strip}
set fish_color_history_current --bold
set fish_color_host {color12.strip}
set fish_color_host_remote {color12.strip}
set fish_color_keyword {color5.strip}
set fish_color_match --background={color4.strip}
set fish_color_normal {foreground.strip}
set fish_color_operator {color6.strip}
set fish_color_option {color3.strip}
set fish_color_param {color12.strip}
set fish_color_quote {color11.strip}
set fish_color_redirection {color5.strip}
set fish_color_search_match --background={color8.strip}
set fish_color_selection --background={color8.strip}
set fish_color_status {color1.strip}
set fish_color_user {color10.strip}
set fish_color_valid_path --underline
set fish_pager_color_background {background.strip}
set fish_pager_color_completion {foreground.strip}
set fish_pager_color_description {color8.strip}
set fish_pager_color_prefix {color10.strip}
set fish_pager_color_progress {color8.strip}
set fish_pager_color_secondary_background {background.strip}
set fish_pager_color_secondary_completion {foreground.strip}
set fish_pager_color_secondary_description {color8.strip}
set fish_pager_color_secondary_prefix {color10.strip}
set fish_pager_color_selected_background --background={color8.strip}
set fish_pager_color_selected_completion {foreground.strip}
set fish_pager_color_selected_description {color8.strip}
set fish_pager_color_selected_prefix {color10.strip}
|