fixes atuin integration and adapts colors

This commit is contained in:
Dennis Schoepf 2025-11-04 09:56:03 +01:00
parent 17deeb5be2
commit 96953438ef
2 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{
programs.atuin = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = false;
enableBashIntegration = false;
enableFishIntegration = true;
settings = {
style = "compact";
inline_height = 20;

View file

@ -136,11 +136,12 @@
set --universal fish_color_normal brwhite # default color
set --universal fish_color_operator brblack # parameter expansion operators like '*' and '~'
set --universal fish_color_param brmagenta # regular command parameters
set --universal fish_color_quote yellow # quoted blocks of text
set --universal fish_color_redirection brblack # IO redirections
set --universal fish_color_quote bryellow # quoted blocks of text
set --universal fish_color_redirection brwhite # IO redirections
set --universal fish_color_search --bold --background=black --foreground=bryellow
set --universal fish_color_search_match --background black # highlight history search matches and the selected pager item (must be a background)
set --universal fish_pager_color_selected_background --background black --foreground brmagenta
set --universal fish_pager_color_progress --foreground=brwhite --background=black
set --universal fish_color_selection --background magenta # when selecting text (in vi visual mode)
set --universal fish_color_cancel brblack # the '^C' indicator on a canceled command
set --universal fish_color_host brwhite # current host system in some of fish default prompts