specify colors for tmux and alacritty
This commit is contained in:
parent
988781de9c
commit
3086fef55a
|
@ -239,6 +239,11 @@ in
|
||||||
bind-key -T copy-mode-vi M-k resize-pane -U 1
|
bind-key -T copy-mode-vi M-k resize-pane -U 1
|
||||||
bind-key -T copy-mode-vi M-l resize-pane -R 1
|
bind-key -T copy-mode-vi M-l resize-pane -R 1
|
||||||
|
|
||||||
|
set -g pane-border-style bg=default
|
||||||
|
set -g pane-border-style fg="#1D1F21"
|
||||||
|
set -g pane-active-border-style bg=default
|
||||||
|
set -g pane-active-border-style fg="#333333"
|
||||||
|
|
||||||
set-option -g status on
|
set-option -g status on
|
||||||
set-option -g status-style bg=default
|
set-option -g status-style bg=default
|
||||||
set-option -g status-style fg="#FF7F50"
|
set-option -g status-style fg="#FF7F50"
|
||||||
|
@ -269,6 +274,10 @@ in
|
||||||
normal.family = "SAX2";
|
normal.family = "SAX2";
|
||||||
size = 11;
|
size = 11;
|
||||||
};
|
};
|
||||||
|
colors = {
|
||||||
|
background = "#1d1f21";
|
||||||
|
foreground = "#c5c8c6";
|
||||||
|
};
|
||||||
shell.program =
|
shell.program =
|
||||||
let tmux-menu = pkgs.writeScript "tmux-menu" ''
|
let tmux-menu = pkgs.writeScript "tmux-menu" ''
|
||||||
s="$(tmux ls 2>/dev/null)"
|
s="$(tmux ls 2>/dev/null)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user