From 7a9c9910f25306d971d1cdc402b825deb46386e8 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 23 Oct 2025 09:15:23 +0200 Subject: [PATCH] fixes theme --- .../fish/themes/modus-vivendi-tinted.theme | 63 +++++++++---------- modules/fish/work.nix | 5 +- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/modules/fish/themes/modus-vivendi-tinted.theme b/modules/fish/themes/modus-vivendi-tinted.theme index 9d64c51..41e73ed 100644 --- a/modules/fish/themes/modus-vivendi-tinted.theme +++ b/modules/fish/themes/modus-vivendi-tinted.theme @@ -1,37 +1,34 @@ -# Modus Themes for Fish -# Auto generated with https://github.com/miikanissi/modus-themes.nvim/blob/master/lua/modus-themes/extras/fish.lua - -set -l foreground #ffffff -set -l selection #7030af -set -l comment #ff9f80 -set -l red #ff5f59 -set -l orange #fec43f -set -l yellow #d0bc00 -set -l green #44bc44 -set -l purple #b6a0ff -set -l cyan #00d3d0 -set -l pink #feacd0 +set -l foreground ffffff +set -l selection 7030af +set -l comment ff9f80 +set -l red ff5f59 +set -l orange fec43f +set -l yellow d0bc00 +set -l green 44bc44 +set -l purple b6a0ff +set -l cyan 00d3d0 +set -l pink feacd0 # Syntax Highlighting Colors -set -g fish_color_normal $foreground -set -g fish_color_command $cyan -set -g fish_color_keyword $pink -set -g fish_color_quote $yellow -set -g fish_color_redirection $foreground -set -g fish_color_end $orange -set -g fish_color_option $pink -set -g fish_color_error $red -set -g fish_color_param $purple -set -g fish_color_comment $comment -set -g fish_color_selection --background=$selection -set -g fish_color_search_match --background=$selection -set -g fish_color_operator $green -set -g fish_color_escape $pink -set -g fish_color_autosuggestion $comment +fish_color_normal $foreground +fish_color_command $cyan +fish_color_keyword $pink +fish_color_quote $yellow +fish_color_redirection $foreground +fish_color_end $orange +fish_color_option $pink +fish_color_error $red +fish_color_param $purple +fish_color_comment $comment +fish_color_selection --background=$selection +fish_color_search_match --background=$selection +fish_color_operator $green +fish_color_escape $pink +fish_color_autosuggestion $comment # Completion Pager Colors -set -g fish_pager_color_progress $comment -set -g fish_pager_color_prefix $cyan -set -g fish_pager_color_completion $foreground -set -g fish_pager_color_description $comment -set -g fish_pager_color_selected_background --background=$selection +fish_pager_color_progress $comment +fish_pager_color_prefix $cyan +fish_pager_color_completion $foreground +fish_pager_color_description $comment +fish_pager_color_selected_background --background=$selection diff --git a/modules/fish/work.nix b/modules/fish/work.nix index 6415ffd..24d0da0 100644 --- a/modules/fish/work.nix +++ b/modules/fish/work.nix @@ -144,7 +144,7 @@ }; interactiveShellInit = '' - fish_config theme choose "modus-vivendi-tinted" + fish_config theme choose modus-vivendi-tinted set hn (prompt_hostname) set fish_cursor_default block blink @@ -165,6 +165,9 @@ zoxide init fish | source fnm env --use-on-cd --shell fish | source rbenv init - | source + + # Temporary fix because of https://github.com/atuinsh/atuin/issues/2803 + atuin init fish | sed 's/-k up/up/' | source ''; shellAbbrs = {