diff --git a/files/config/fish/config.fish b/files/config/fish/config.fish index e794e56..c3d902f 100644 --- a/files/config/fish/config.fish +++ b/files/config/fish/config.fish @@ -12,7 +12,7 @@ set fish_emoji_width 2 # Colors set fish_color_command --bold set fish_color_comment --italics --dim -set fish_color_autosuggestion --italics --bold red +set fish_color_autosuggestion --italics --bold --dim set fish_color_cancel set fish_color_command --bold set fish_color_comment --italics --dim diff --git a/home/common/fish.nix b/home/common/fish.nix index 53c9988..9fd7a43 100644 --- a/home/common/fish.nix +++ b/home/common/fish.nix @@ -107,7 +107,7 @@ fish_prompt.body = '' echo -e "\033[s\033[$LINES;1H\033[1;2;38;5;238m$(string pad -c '┄' -w $COLUMNS (fish_jj_prompt || fish_vcs_prompt))\033[0m\033[u" - string join "" -- (set_color --italics) (prompt_hostname) ':' (prompt_pwd --full-length-dirs=4) (set_color --bold) ' ❯ ' (set_color normal) + string join "" -- (set_color --dim) (prompt_hostname) ':' (prompt_pwd --full-length-dirs=4) (set_color --bold normal) ' ❯ ' (set_color normal) ''; transient_prompt_func.body = ''