fish: Slightly change command and operator color
This is the exact same color in Apple Terminal, but improves legibility in Gnome Terminal. Also silences stderr from which.
This commit is contained in:
parent
7a0ff40deb
commit
e66fcd297f
7 changed files with 14 additions and 9 deletions
|
@ -10,7 +10,7 @@ SETUVAR _fish_abbr_gpg:gpg2
|
|||
SETUVAR _fish_abbr_vi:vim
|
||||
SETUVAR fish_color_autosuggestion:4e4e4e
|
||||
SETUVAR fish_color_cancel:normal
|
||||
SETUVAR fish_color_command:003cb3
|
||||
SETUVAR fish_color_command:205cb3
|
||||
SETUVAR fish_color_comment:6600cc
|
||||
SETUVAR fish_color_cwd:209060
|
||||
SETUVAR fish_color_end:730099
|
||||
|
@ -21,8 +21,8 @@ SETUVAR fish_color_host:176945
|
|||
SETUVAR fish_color_jobs:ffff00
|
||||
SETUVAR fish_color_match:normal
|
||||
SETUVAR fish_color_normal:normal
|
||||
SETUVAR fish_color_operator:cc33ff
|
||||
SETUVAR fish_color_param:3377ff
|
||||
SETUVAR fish_color_operator:cc6fdf
|
||||
SETUVAR fish_color_param:3377cf
|
||||
SETUVAR fish_color_quote:ff751a
|
||||
SETUVAR fish_color_redirection:bf4080
|
||||
SETUVAR fish_color_search_match:ffff00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue