use custom comment color, as before!
This commit is contained in:
parent
3a63e0993c
commit
ecf82e23fb
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ main() {
|
||||||
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${GT_default}"/ background-color "rgb(45,45,45)"
|
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${GT_default}"/ background-color "rgb(45,45,45)"
|
||||||
# Set the fish theme
|
# Set the fish theme
|
||||||
fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save"
|
fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save"
|
||||||
|
fish -c "set fish_color_comment 5c6773" # custom comment color
|
||||||
;;
|
;;
|
||||||
"sunrise" ) # Go to light mode
|
"sunrise" ) # Go to light mode
|
||||||
# Set the Terminal profile
|
# Set the Terminal profile
|
||||||
|
|
Loading…
Reference in a new issue