From 7cdb0dad85c39cc522c0f4f374430ac83627c92e Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 21 Aug 2023 18:11:13 -0600 Subject: customize colorscheme, fix terminal --- .config/tmux-powerline/themes/nord.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/tmux-powerline/themes') diff --git a/.config/tmux-powerline/themes/nord.sh b/.config/tmux-powerline/themes/nord.sh index efdd8f7..6847dd0 100644 --- a/.config/tmux-powerline/themes/nord.sh +++ b/.config/tmux-powerline/themes/nord.sh @@ -77,8 +77,11 @@ fi if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then TMUX_POWERLINE_LEFT_STATUS_SEGMENTS=( + # "mode 0 0 | 0 0 both_disable separator_disable" \ + "mode_normal_prefix cyan black" \ + "mode_insert_copy magenta" \ "tmux_session_info green black" \ - "hostname blue white" \ + "hostname yellow black" \ "vcs_branch red white" \ #"vcs_compare 60 255" \ #"vcs_staged 64 255" \ -- cgit v1.2.3-54-g00ecf