Update README

This commit is contained in:
Akshay Hegde 2018-04-07 13:21:39 -07:00
parent 37afc9f148
commit 255a6086aa
No known key found for this signature in database
GPG Key ID: BA511FD61E9C5108
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,6 @@ For gnome terminal, you can configure the terminal with the following set of
gsettings commands:
profile_key=$(gsettings get org.gnome.Terminal.ProfilesList default | sed -e "s/'//g" | tr -d "\n")
profile_name=$(gsettings get org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$profile_key/ visible-name)
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$profile_key/ visible-name "'Spacegray'"
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$profile_key/ background-color "'rgb(17,19,20)'"
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$profile_key/ foreground-color "'rgb(183,187,183)'"
@ -121,5 +120,7 @@ For Linux/BSD users, here is a sample ~/.Xresources:
*color7: #606360
*color15: #DDE3DC
For lower contrast Spacegray, use a background color of #242424
# License
Copyright (c) Akshay Hegde. Distributed under the same terms as Vim itself. See `:help license`