From bf73c5c8cc644a1fea54bcc08539ad4bef9bb1d9 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 27 Nov 2018 19:27:12 -0500 Subject: [PATCH] fedora: Use base16-tomorrow-night by default For software development and other practices where distinguishing between the colors in a color scheme is important (e.g. red versus green, etc.) the base16-tomorrow-night theme offers a great middle ground between aesthetics and readability. --- .fedora/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.fedora/bootstrap.sh b/.fedora/bootstrap.sh index 7200da3..3cb1943 100755 --- a/.fedora/bootstrap.sh +++ b/.fedora/bootstrap.sh @@ -19,6 +19,9 @@ sudo -n dnf install -y make fedpkg # Run make make +# Change the color scheme to a sane default +wal --theme base16-tomorrow-night + # Run vim for the first time (i.e. install plugins and exit) nvim