Use builtin theme for fish
This commit is contained in:
parent
207237aa35
commit
1d4ab5bf07
2 changed files with 3 additions and 33 deletions
|
@ -1,30 +0,0 @@
|
|||
#!/usr/bin/fish
|
||||
|
||||
set fish_color_normal normal
|
||||
set fish_color_command 99cc99
|
||||
set fish_color_quote ffcc66
|
||||
set fish_color_redirection d3d0c8
|
||||
set fish_color_end cc99cc
|
||||
set fish_color_error f2777a
|
||||
set fish_color_param d3d0c8
|
||||
set fish_color_comment 5c6773
|
||||
set fish_color_match 6699cc
|
||||
set fish_color_selection white --bold --background=brblack
|
||||
set fish_color_search_match bryellow --background=brblack
|
||||
set fish_color_history_current --bold
|
||||
set fish_color_operator 6699cc
|
||||
set fish_color_escape 66cccc
|
||||
set fish_color_cwd green
|
||||
set fish_color_cwd_root red
|
||||
set fish_color_valid_path --underline
|
||||
set fish_color_autosuggestion 747369
|
||||
set fish_color_user brgreen
|
||||
set fish_color_host normal
|
||||
set fish_color_cancel -r
|
||||
set fish_pager_color_completion normal
|
||||
set fish_pager_color_description B3A06D yellow
|
||||
set fish_pager_color_prefix normal --bold --underline
|
||||
set fish_pager_color_progress brwhite --background=cyan
|
||||
set fish_pager_color_selected_background --background=brblack
|
||||
set fish_color_option d3d0c8
|
||||
set fish_color_keyword 99cc99
|
6
arch.sh
6
arch.sh
|
@ -82,11 +82,11 @@ main() {
|
|||
mkdir "$HOME"/.ssh
|
||||
# Custom config.fish
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/config_arch.fish -O "$HOME"/.config/fish/config.fish
|
||||
# Custom prompt shell (based on https://github.com/fish-shell/fish-shell/blob/master/share/tools/web_config/themes/Base16%20Eighties.theme)
|
||||
# Modifications: Changed comment color
|
||||
# Fish theme
|
||||
fish -c "fish_config theme choose 'Base16 Eighties' && fish_config theme save"
|
||||
# Fish prompt
|
||||
rm "$HOME"/.config/fish/functions/fish_prompt.fish 2> /dev/null
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/conf.d/promp_color.fish -O "$HOME"/.config/fish/conf.d/promp_color.fish
|
||||
# EZA colors
|
||||
fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'"
|
||||
# Add abbreviations
|
||||
|
|
Loading…
Reference in a new issue