diff --git a/alacritty.yml b/alacritty.yml index fbd9f4aeaca95c9306af97ba337f48098657dda1..5340f2d70549341bcb27f46dec361433eeb972e6 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -17,4 +17,4 @@ family: Berkeley Mono colors: primary: - background: "#161616" + background: "#151515" diff --git a/shenanigans.sh b/shenanigans.sh index 69ca6c60e92f0b665c2c069e7daae27f810f282b..17f49cc3e94a7e8922edd64e3fae1bc218cd7cee 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -48,6 +48,8 @@ # Additional path settings. export PATH=$HOME/.local/bin:$PATH +export PATH=$HOME/go/bin:$PATH +export PATH=$PATH:/usr/local/go/bin # History and search. Stolen from J. diff --git a/tmux.conf b/tmux.conf index 8af4b84cdbbc06610c79ee4c4e640099d8a09eb5..23c8d9b36f5185ac7793af2441ecdb65987f0907 100644 --- a/tmux.conf +++ b/tmux.conf @@ -18,9 +18,11 @@ # Statusbar: purple bg and white fg. set -g status-bg '#480b8e' set -g status-fg '#ffffff' -set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" -set -g pane-active-border fg=#777777 -set -g pane-border-style fg=#222222 + +# Set inactive/active window styles. +set -g window-status-current-format "#[fg=#ffffff]#[bg=#151515]#[fg=#ffffff]#[bg=#151515] #I:#W #[fg=#ffffff]#[bg=#151515]" +set -g window-style 'bg=#222222' +set -g window-active-style 'bg=#151515' # Other settings set-option -sg escape-time 10