From f0b32f45746c026d402651013b7e98315d6956a1 Mon Sep 17 00:00:00 2001 From: delta Date: Sat, 4 Mar 2023 22:04:55 +0100 Subject: restructure awesome config, add fresnel --- .config/fish/colors.fish | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .config/fish/colors.fish (limited to '.config/fish/colors.fish') diff --git a/.config/fish/colors.fish b/.config/fish/colors.fish new file mode 100644 index 0000000..de32d6d --- /dev/null +++ b/.config/fish/colors.fish @@ -0,0 +1,23 @@ +# prompt +set fish_color_normal white +set fish_color_command white +set fish_color_keyword blue +set fish_color_quote yellow +set fish_color_redirection yellow +set fish_color_end pink +set fish_color_error white +set fish_color_param white +set fish_color_valid_path white +set fish_color_option white +set fish_color_comment "#8893a5" +set fish_color_operator white +set fish_color_escape yellow +set fish_color_autosuggestion "#8893a5" +set fish_color_search_match --background=black + +# pager +set fish_pager_color_progress "#8893a5" +set fish_pager_color_prefix white +set fish_pager_color_completion "#8893a5" +set fish_pager_color_description "#8893a5" +set fish_pager_color_selected_background --background=black -- cgit v1.2.3