diff --git a/alacritty.yml b/alacritty.yml index 4100a4a9951ef38d5eb18c276a3459fe038b246a..09c5bb786d166836e3d3cbf5f54b3b20b5ed12c9 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -17,4 +17,4 @@ family: Berkeley Mono colors: primary: - background: "#131313" + background: "#121212" diff --git a/tmux.conf b/tmux.conf index 1c52a7895bbee5e8d18e0626ea85f234ca9652e5..1b04b1df041fc2f58349aa54b94b74f6435b2922 100644 --- a/tmux.conf +++ b/tmux.conf @@ -20,9 +20,9 @@ set -g status-bg '#480b8e' set -g status-fg '#ffffff' # Set inactive/active window styles. -set -g window-status-current-format "#[fg=#ffffff]#[bg=#131313]#[fg=#ffffff]#[bg=#131313] #I:#W #[fg=#ffffff]#[bg=#131313]" +set -g window-status-current-format "#[fg=#ffffff]#[bg=#121212]#[fg=#ffffff]#[bg=#121212] #I:#W #[fg=#ffffff]#[bg=#121212]" set -g window-style 'bg=#222222' -set -g window-active-style 'bg=#131313' +set -g window-active-style 'bg=#121212' # Other settings set-option -sg escape-time 10