NixOS system configurations + dotfiles via home-manager
at main 30 lines 969 B view raw
1# fish_color_normal normal 2fish_color_autosuggestion brgreen --dim 3# fish_color_cancel --reverse 4fish_color_command brmagenta 5fish_color_comment brblue --dim 6# fish_color_cwd green 7# fish_color_cwd_root red 8# fish_color_end green 9fish_color_error brmagenta --bold --reverse 10# fish_color_escape brcyan 11# fish_color_history_current --bold 12# fish_color_host normal 13# fish_color_host_remote yellow 14fish_color_keyword brblue 15fish_color_operator brcyan 16fish_color_option brgreen 17fish_color_param brgreen 18fish_color_quote bryellow 19fish_color_redirection normal --bold 20fish_color_search_match brwhite --background=brblack --bold 21fish_color_selection brwhite --background=brblack --bold 22# fish_color_status red 23# fish_color_user green 24# fish_color_valid_path --underline 25 26fish_pager_color_completion brgreen --dim 27fish_pager_color_description bryellow 28fish_pager_color_prefix normal 29fish_pager_color_progress magenta --underline 30# fish_pager_color_selected_background --reverse