Use custom color on comment
This commit is contained in:
parent
ecf82e23fb
commit
e86e3db09c
2 changed files with 2 additions and 0 deletions
1
arch.sh
1
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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue