aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alacritty.yml2
-rw-r--r--tmux.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 4100a4a..09c5bb7 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -17,4 +17,4 @@ font:
17 17
18colors: 18colors:
19 primary: 19 primary:
20 background: "#131313" 20 background: "#121212"
diff --git a/tmux.conf b/tmux.conf
index 1c52a78..1b04b1d 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -20,9 +20,9 @@ set -g status-bg '#480b8e'
20set -g status-fg '#ffffff' 20set -g status-fg '#ffffff'
21 21
22# Set inactive/active window styles. 22# Set inactive/active window styles.
23set -g window-status-current-format "#[fg=#ffffff]#[bg=#131313]#[fg=#ffffff]#[bg=#131313] #I:#W #[fg=#ffffff]#[bg=#131313]" 23set -g window-status-current-format "#[fg=#ffffff]#[bg=#121212]#[fg=#ffffff]#[bg=#121212] #I:#W #[fg=#ffffff]#[bg=#121212]"
24set -g window-style 'bg=#222222' 24set -g window-style 'bg=#222222'
25set -g window-active-style 'bg=#131313' 25set -g window-active-style 'bg=#121212'
26 26
27# Other settings 27# Other settings
28set-option -sg escape-time 10 28set-option -sg escape-time 10