Skip to content

Instantly share code, notes, and snippets.

@luong-komorebi
Forked from edouard-lopez/default_color.fish
Created November 11, 2021 14:47
Show Gist options
  • Save luong-komorebi/24b4c01673a53bba5213547e2d98897f to your computer and use it in GitHub Desktop.
Save luong-komorebi/24b4c01673a53bba5213547e2d98897f to your computer and use it in GitHub Desktop.
default_color.fish
set -L
set -U fish_color_normal normal
set -U fish_color_command 005fd7
set -U fish_color_quote 999900
set -U fish_color_redirection 00afff
set -U fish_color_end 009900
set -U fish_color_error ff0000
set -U fish_color_param 00afff
set -U fish_color_comment 990000
set -U fish_color_match --background=brblue
set -U fish_color_selection white --bold --background=brblack
set -U fish_color_search_match bryellow --background=brblack
set -U fish_color_history_current --bold
set -U fish_color_operator 00a6b2
set -U fish_color_escape 00a6b2
set -U fish_color_cwd green
set -U fish_color_cwd_root red
set -U fish_color_valid_path --underline
set -U fish_color_autosuggestion 555 brblack
set -U fish_color_user brgreen
set -U fish_color_host normal
set -U fish_color_cancel -r
set -U fish_pager_color_completion normal
set -U fish_pager_color_description B3A06D yellow
set -U fish_pager_color_prefix white --bold --underline
set -U fish_pager_color_progress brwhite --background=cyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment