tmux airline
This commit is contained in:
parent
364feb89e5
commit
9e23fb796b
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -13,3 +13,6 @@
|
|||||||
[submodule "vim/bundle/vim-airline-themes"]
|
[submodule "vim/bundle/vim-airline-themes"]
|
||||||
path = vim/bundle/vim-airline-themes
|
path = vim/bundle/vim-airline-themes
|
||||||
url = https://github.com/vim-airline/vim-airline-themes.git
|
url = https://github.com/vim-airline/vim-airline-themes.git
|
||||||
|
[submodule "vim/bundle/tmuxline.vim"]
|
||||||
|
path = vim/bundle/tmuxline.vim
|
||||||
|
url = https://github.com/edkolev/tmuxline.vim.git
|
||||||
|
33
tmux.conf
33
tmux.conf
@ -37,10 +37,29 @@ bind | split-window -h
|
|||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
|
|
||||||
### COLORS
|
### COLORS
|
||||||
set -g status-bg "#303030" # monokai-bg+2
|
set -g status-bg "colour233"
|
||||||
set -g status-fg "#F5F5F5" # monokai-fg
|
set -g message-command-fg "colour247"
|
||||||
set-window-option -g window-status-fg "#8b8970" # monokai-fg-1
|
set -g status-justify "left"
|
||||||
set-window-option -g window-status-bg "#303030" # monokai-bg+2
|
set -g status-left-length "100"
|
||||||
set-window-option -g window-status-attr dim
|
set -g status "on"
|
||||||
set-window-option -g window-status-current-fg "#87D700" # monokai-green
|
set -g pane-active-border-fg "colour148"
|
||||||
set-window-option -g window-status-current-bg "#303030" # monokai-bg+2
|
set -g message-bg "colour236"
|
||||||
|
set -g status-right-length "100"
|
||||||
|
set -g status-right-attr "none"
|
||||||
|
set -g message-fg "colour247"
|
||||||
|
set -g message-command-bg "colour236"
|
||||||
|
set -g status-attr "none"
|
||||||
|
set -g status-utf8 "on"
|
||||||
|
set -g pane-border-fg "colour236"
|
||||||
|
set -g status-left-attr "none"
|
||||||
|
setw -g window-status-fg "colour231"
|
||||||
|
setw -g window-status-attr "none"
|
||||||
|
setw -g window-status-activity-bg "colour233"
|
||||||
|
setw -g window-status-activity-attr "none"
|
||||||
|
setw -g window-status-activity-fg "colour148"
|
||||||
|
setw -g window-status-separator ""
|
||||||
|
setw -g window-status-bg "colour233"
|
||||||
|
set -g status-left "#[fg=colour22,bg=colour148] #S #[fg=colour148,bg=colour233,nobold,nounderscore,noitalics]"
|
||||||
|
set -g status-right "#[fg=colour236,bg=colour233,nobold,nounderscore,noitalics]#[fg=colour247,bg=colour236] %Y-%m-%d %H:%M #[fg=colour148,bg=colour236,nobold,nounderscore,noitalics]#[fg=colour22,bg=colour148] #h "
|
||||||
|
setw -g window-status-format "#[fg=colour231,bg=colour233] #I #[fg=colour231,bg=colour233] #W "
|
||||||
|
setw -g window-status-current-format "#[fg=colour233,bg=colour236,nobold,nounderscore,noitalics]#[fg=colour247,bg=colour236] #I #[fg=colour247,bg=colour236] #W #[fg=colour236,bg=colour233,nobold,nounderscore,noitalics]"
|
||||||
|
1
vim/bundle/tmuxline.vim
Submodule
1
vim/bundle/tmuxline.vim
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 1e638ef6b2673130db123f25b1ae1160c5289bb8
|
Loading…
Reference in New Issue
Block a user