From aa26ec063dd0c316aa1a17e6bd7c6934dc27ad45 Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Sun, 3 Nov 2024 23:51:08 +0530 Subject: [PATCH] feat: update cwd default icon color --- scripts/tmux2k.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tmux2k.sh b/scripts/tmux2k.sh index 978eb1d..fedfcea 100755 --- a/scripts/tmux2k.sh +++ b/scripts/tmux2k.sh @@ -155,7 +155,7 @@ set_theme() { plugin_colors=( ["git"]="text green" ["cpu"]="text blue" - ["cwd"]="text purple" + ["cwd"]="text light_green" ["ram"]="text light_yellow" ["gpu"]="text yellow" ["battery"]="text light_purple"