email and stuff

This commit is contained in:
2024-09-06 16:08:36 -04:00
parent dde724ef34
commit b868436756
14 changed files with 123 additions and 197 deletions

View File

@@ -15,7 +15,20 @@
set-option -sa terminal-overrides ",xterm*:Tc"
set -s escape-time 0
set -g status-left-length 30 # could be any number
set -g status-style 'bg=#333333 fg=#5eacd3'
fg="#CBCCC6"
bg="#212732"
status_bg="#34455A"
border_fg="#70748C"
border_active_fg="#FECB6E"
status_left_bg="#FFA759"
set -g status-style "bg=$status_bg,fg=$fg"
set -g pane-border-style "bg=$bg,fg=$border_fg"
set -g pane-active-border-style "bg=$bg,fg=$border_active_fg"
set -g window-status-current-style "fg=$border_active_fg"
set -g window-status-style "fg=$fg"
'';
};
};