diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23efee9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +fish_variables diff --git a/conf.d/10_colors.fish b/conf.d/10_colors.fish new file mode 100644 index 0000000..b002287 --- /dev/null +++ b/conf.d/10_colors.fish @@ -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 \ No newline at end of file