From 2826a5cdc0b7d24bdae8c59bb4d20b43030fd142 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Thu, 17 Mar 2022 13:42:30 +0100 Subject: [PATCH] use Nort theme --- dot_tmux.conf | 1 + dot_vimrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 2055146..a44c494 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -145,6 +145,7 @@ set -g @plugin 'laktak/extrakto' set -g @plugin 'artemave/tmux_capture_last_command_output' set -g @plugin 'jaclu/tmux-power-zoom' set -g @plugin 'MunifTanjim/tmux-mode-indicator' +set -g @plugin "arcticicestudio/nord-tmux" # run tpm run -b '~/.tmux/plugins/tpm/tpm' diff --git a/dot_vimrc b/dot_vimrc index 576514b..5c3b65a 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -163,7 +163,7 @@ EOF endif " do not set if urxvt is properly configured -colorscheme solarized8_dark +colorscheme nord " highlight current line set cursorline