Colors
This commit is contained in:
parent
7f9fb91f6e
commit
1293b3e5cd
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
fish_variables
|
||||
24
conf.d/10_colors.fish
Normal file
24
conf.d/10_colors.fish
Normal file
@ -0,0 +1,24 @@
|
||||
# Fish colours
|
||||
|
||||
set -g fish_color_command 00d75f
|
||||
set -g fish_color_param d7d7af
|
||||
set -g fish_color_quote d7d7d7
|
||||
set -g fish_color_comment 3a3a3a
|
||||
set -g fish_color_error ff5f5f
|
||||
set -g fish_color_escape brcyan
|
||||
set -g fish_color_operator brcyan
|
||||
set -g fish_color_redirection cyan --bold
|
||||
|
||||
set -g fish_color_autosuggestion 767676
|
||||
|
||||
set -g fish_color_search_match white --background=brblack
|
||||
|
||||
set -g fish_color_selection white --bold --background=brblack
|
||||
|
||||
set -g fish_color_cwd green
|
||||
set -g fish_color_cwd_root red
|
||||
|
||||
set -g fish_color_user brgreen
|
||||
|
||||
set -g fish_pager_color_description yellow --italics
|
||||
set -g fish_pager_color_progress brwhite --background=cyan
|
||||
Loading…
x
Reference in New Issue
Block a user