From 6df789852e4597c1dfdac33f41caf669945a66a7 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 13 Dec 2023 06:32:21 +0000
Subject: [PATCH] Change tmux pane border style colours

---
 system/shared/modules/tmux.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/system/shared/modules/tmux.nix b/system/shared/modules/tmux.nix
index 2a51f81d..8369a699 100644
--- a/system/shared/modules/tmux.nix
+++ b/system/shared/modules/tmux.nix
@@ -74,6 +74,9 @@
       # Remove delay when switching Vim modes.
       set -sg escape-time 0
 
+      set-option -g pane-active-border-style "fg=#1f2335"
+      set-option -g pane-border-style "fg=#1f2335"
+
       # Smart pane switching with awareness of Vim splits.
       # See: https://github.com/christoomey/vim-tmux-navigator
       is_vim="ps -o state= -o comm= -t '#{pane_tty}' \