From fb6d07935713164638b932922b7d4fe72761c5df Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 1 Jul 2021 22:25:56 +0300 Subject: [PATCH] vim,tmux: style tweaks --- tmux.conf | 9 ++++----- vimplugrc | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/tmux.conf b/tmux.conf index c3c7dcb..6a7d1f7 100644 --- a/tmux.conf +++ b/tmux.conf @@ -31,15 +31,14 @@ set -g set-titles-string "[#h:#S] #W" set -g automatic-rename on set -g automatic-rename-format "#T" set -g pane-border-status "off" +set -g pane-border-lines "heavy" set -g pane-border-style "default" -set -g pane-active-border-style "reverse" +set -g pane-active-border-style "fg=brightred" set -g message-style "bg=blue,fg=white" set -g message-command-style "bg=red,fg=white" set -g status on -set -g status-style "reverse" -set -g status-format[0] " #[italics]#h[#S]#[default]▕#{W: #I:#W▕,#[none] #I:#W #[default]}#[align=right]▕ #[italics]%a %e %k:%M#[default] " -#set -g status-format[0] "#{W: [#I]#W ,#[none] [#I]#W #[default]}#[align=right] #h[#S] %a %e %k:%M " -#set -g status-format[0] "#[none] #h:#S #[reverse]#[default]#{W: #I  #W ,#[none] #I  #W #[default]}#[align=right,default]#[none] %a %e %k:%M " +set -g status-style "fg=black,bg=white" +set -g status-format[0] "#[reverse,italics] #h[#S] #[default]\ue0b8 #{W: #I:#W ,#[reverse] #I:#W #[noreverse]} #[align=right]\ue0ba#[reverse] %a %e %k:%M " set -g status-interval 2 set -g status-position "bottom" set -g status-justify "left" diff --git a/vimplugrc b/vimplugrc index 5bf5c07..0db7594 100644 --- a/vimplugrc +++ b/vimplugrc @@ -56,8 +56,8 @@ if $TERM !~ '^linux' let g:gruvbox_filetype_hi_groups = 1 let g:lightline = { \ 'colorscheme': 'gruvbox8', - \ 'separator': { 'left': "\ue0b0", 'right': "\ue0b2" }, - \ 'subseparator': { 'left': "\ue0b1", 'right': "\ue0b3" } + \ 'separator': { 'left': "\ue0b8", 'right': "\ue0ba" }, + \ 'subseparator': { 'left': "\ue0b9", 'right': "\ue0bb" } \ } colorscheme gruvbox8 endif