diff --git a/modules/fish/themes/modus-vivendi-tinted.theme b/modules/fish/themes/modus-vivendi-tinted.theme deleted file mode 100644 index 58cc406..0000000 --- a/modules/fish/themes/modus-vivendi-tinted.theme +++ /dev/null @@ -1,20 +0,0 @@ -fish_color_normal ffffff -fish_color_command 00d3d0 -fish_color_keyword feacd0 -fish_color_quote d0bc00 -fish_color_redirection ffffff -fish_color_end fec43f -fish_color_option feacd0 -fish_color_error ff5f59 -ish_color_param b6a0ff -fish_color_comment ff9f80 -fish_color_selection --background=7030af -fish_color_search_match --background=7030af -fish_color_operator 44bc44 -fish_color_escape feacd0 -fish_color_autosuggestion ff9f80 -fish_pager_color_progress ff9f80 -fish_pager_color_prefix 00d3d0 -fish_pager_color_completion ffffff -fish_pager_color_description ff9f80 -fish_pager_color_selected_background --background=7030af diff --git a/modules/fish/work.nix b/modules/fish/work.nix index 24d0da0..13ae9ca 100644 --- a/modules/fish/work.nix +++ b/modules/fish/work.nix @@ -96,6 +96,7 @@ end ''; fish_greeting = "fortune -a"; + fish_prompt = ''''; resize_images = '' # Resize all JPG images in the current directory and its subdirectories # Usage: resize_images [percentage] @@ -144,7 +145,8 @@ }; interactiveShellInit = '' - fish_config theme choose modus-vivendi-tinted + set -Ux fish_color_user 6ae4b9 + set -Ux fish_color_cwd b6a0ff set hn (prompt_hostname) set fish_cursor_default block blink