From dde5cc28a777cafda2ab79954f4eace62eee98b1 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 5 Nov 2023 20:51:23 +0100 Subject: [PATCH] pinwheel: Update style of `tmux` pane split lines --- hosts/pinwheel/modules/tmux/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/pinwheel/modules/tmux/default.nix b/hosts/pinwheel/modules/tmux/default.nix index 64b13ed..abbcf72 100644 --- a/hosts/pinwheel/modules/tmux/default.nix +++ b/hosts/pinwheel/modules/tmux/default.nix @@ -34,8 +34,9 @@ set -g window-status-current-style bg='#${config.lib.colors.background}',fg='#${config.lib.colors.foreground}' set -g window-status-style bg='#${config.lib.colors.background}',fg='#${config.lib.colors.foreground-dim}' - set -g pane-border-style fg='#${config.lib.colors.gray}' - set -g pane-active-border-style fg='#${config.lib.colors.foreground}' + set -g pane-border-style fg='#${config.lib.colors.background}' + set -g pane-active-border-style fg='#${config.lib.colors.background}' + set -g pane-border-lines "heavy" bind r source-file ~/.config/tmux/tmux.conf \; display "Config reloaded"