We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c47c18 commit e188955Copy full SHA for e188955
tmux/theme
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env bash
2
+
3
+if [[ -f /tmp/light-theme ]]; then
4
+ echo "light theme enabled"
5
+ tmux source-file ~/.tmux/light.conf
6
+else
7
+ echo "dark theme enabled"
8
+ tmux source-file ~/.tmux/dark.conf
9
+fi
10
0 commit comments