From e86e3db09c80dd8c276c4aa9cb1186a226fac0a9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 13 Sep 2023 21:50:20 +0200 Subject: [PATCH] Use custom color on comment --- arch.sh | 1 + arch_wsl.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/arch.sh b/arch.sh index 71b0b19..c94f08b 100644 --- a/arch.sh +++ b/arch.sh @@ -109,6 +109,7 @@ main() { gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${GT_default}"/ default-size-rows 25 gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${GT_default}"/ font "MesloLGM Nerd Font 12" gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${GT_default}"/ use-system-font false + # Theme (use dark for the purpose of the installation since we need to choose one, doesn't really matter) bash "$HOME"/.config/update_theme.sh sunset # Keybinds diff --git a/arch_wsl.sh b/arch_wsl.sh index d4ae9b7..9b1e5eb 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -107,6 +107,7 @@ main() { wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/config_wsl.fish -O "$HOME"/.config/fish/config.fish # Fish theme fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save" + fish -c "set fish_color_comment 5c6773" # custom comment color # 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/