updates colors for fish
This commit is contained in:
parent
2911f2f066
commit
a39835c690
2 changed files with 3 additions and 21 deletions
|
|
@ -1,20 +0,0 @@
|
||||||
fish_color_normal ffffff
|
|
||||||
fish_color_command 00d3d0
|
|
||||||
fish_color_keyword feacd0
|
|
||||||
fish_color_quote d0bc00
|
|
||||||
fish_color_redirection ffffff
|
|
||||||
fish_color_end fec43f
|
|
||||||
fish_color_option feacd0
|
|
||||||
fish_color_error ff5f59
|
|
||||||
ish_color_param b6a0ff
|
|
||||||
fish_color_comment ff9f80
|
|
||||||
fish_color_selection --background=7030af
|
|
||||||
fish_color_search_match --background=7030af
|
|
||||||
fish_color_operator 44bc44
|
|
||||||
fish_color_escape feacd0
|
|
||||||
fish_color_autosuggestion ff9f80
|
|
||||||
fish_pager_color_progress ff9f80
|
|
||||||
fish_pager_color_prefix 00d3d0
|
|
||||||
fish_pager_color_completion ffffff
|
|
||||||
fish_pager_color_description ff9f80
|
|
||||||
fish_pager_color_selected_background --background=7030af
|
|
||||||
|
|
@ -96,6 +96,7 @@
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
fish_greeting = "fortune -a";
|
fish_greeting = "fortune -a";
|
||||||
|
fish_prompt = '''';
|
||||||
resize_images = ''
|
resize_images = ''
|
||||||
# Resize all JPG images in the current directory and its subdirectories
|
# Resize all JPG images in the current directory and its subdirectories
|
||||||
# Usage: resize_images [percentage]
|
# Usage: resize_images [percentage]
|
||||||
|
|
@ -144,7 +145,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
fish_config theme choose modus-vivendi-tinted
|
set -Ux fish_color_user 6ae4b9
|
||||||
|
set -Ux fish_color_cwd b6a0ff
|
||||||
|
|
||||||
set hn (prompt_hostname)
|
set hn (prompt_hostname)
|
||||||
set fish_cursor_default block blink
|
set fish_cursor_default block blink
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue