From a7ec37efe13168f4bcb0366cbbe100da7d4da83a Mon Sep 17 00:00:00 2001 From: ADRN Date: Tue, 30 Jan 2024 08:52:28 +0100 Subject: [PATCH] readded onedark theme to tmux --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 95be97c..9fe6b79 100644 --- a/tmux.conf +++ b/tmux.conf @@ -55,7 +55,7 @@ set -g @plugin 'tmux-plugins/tpm' # Tmux OneDark: http://github.com/odedlaz/tmux-onedark-themetheme -#set -g @plugin 'odedlaz/tmux-onedark-theme' +set -g @plugin 'odedlaz/tmux-onedark-theme' # Make tmux display true colors #set -g default-terminal "screen-256color"