From 179bde8ba7ccc86b2e49a39edc2dc015526903b8 Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Fri, 13 Mar 2020 22:55:14 -0700 Subject: [PATCH] test --- dracula.tmux | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dracula.tmux b/dracula.tmux index 013b0f7..42f5ae7 100755 --- a/dracula.tmux +++ b/dracula.tmux @@ -28,11 +28,11 @@ main() { tmux set-option -g status-right-length 100 tmux set-option -g status-bg "${dark_gray}" - tmux set-option -g message-bg "${gray}" - tmux set-option -g message-fg "${white}" + # tmux set-option -g message-bg "${gray}" + # tmux set-option -g message-fg "${white}" tmux set-option -g message-style "bg=${gray},fg=${cyan}" - tmux set-option -g message-command-bg "${gray}" - tmux set-option -g message-command-fg "${white}" + # tmux set-option -g message-command-bg "${gray}" + # tmux set-option -g message-command-fg "${white}" tmux set-option -g status-left " #I #[fg=${dark_gray},reverse]${right_sep} " tmux set-option -g status-left-style "fg=${white},bg=${dark_purple},bold" @@ -49,4 +49,3 @@ main() { main -# vim: set filetype=bash