Skip to content

Instantly share code, notes, and snippets.

@victor-pavlychko
Created November 23, 2015 11:33
Show Gist options
  • Save victor-pavlychko/4c81af514a3bf1810e9e to your computer and use it in GitHub Desktop.
Save victor-pavlychko/4c81af514a3bf1810e9e to your computer and use it in GitHub Desktop.
fish-theme.fish
set -g fish_color_autosuggestion gray
set -g fish_color_command purple
set -g fish_color_comment brown
set -g fish_color_cwd green
set -g fish_color_cwd_root red
set -g fish_color_error red
set -g fish_color_escape cyan
set -g fish_color_history_current cyan
set -g fish_color_match cyan
set -g fish_color_normal normal
set -g fish_color_operator cyan
set -g fish_color_param blue
set -g fish_color_quote green
set -g fish_color_redirection cyan
set -g fish_color_search_match \x2d\x2dbackground\x3dblack
set -g fish_color_selection \x2d\x2dbackground\x3dblack
set -g fish_color_valid_path \x2d\x2dunderline
set -g fish_pager_color_completion normal
set -g fish_pager_color_description yellow
set -g fish_pager_color_prefix cyan
set -g fish_pager_color_progress cyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment