fix(tmux): fixed tmux colors
This commit is contained in:
@@ -20,9 +20,10 @@ in
|
|||||||
minimal-tmux-status
|
minimal-tmux-status
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set-option -g default-terminal "screen-256color"
|
set-option -g default-terminal "xterm-256color"
|
||||||
set -g status-bg black
|
set -a terminal-features "xterm-256color:RGB"
|
||||||
set -g status-fg white
|
set -g status-bg black
|
||||||
|
set -g status-fg white
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user