mirror of
https://github.com/runyanjake/dotfiles.git
synced 2025-10-05 06:07:30 -07:00
Update tmux theme
This commit is contained in:
parent
53959498b6
commit
034c051d6d
@ -6,23 +6,23 @@
|
|||||||
|
|
||||||
# Window
|
# Window
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
set -g set-titles-string '#W - Tmux'
|
set -g set-titles-string '#W - tmux'
|
||||||
set-option -g base-index 1
|
set-option -g base-index 1
|
||||||
set-option -g window-status-current-style "bg=#1b1f32,fg=#67c9e4,bold"
|
|
||||||
set-option -g window-status-style "bg=#1b1f32,fg=#9094a7"
|
set-option -g window-status-style "bg=#1b1f32,fg=#9094a7"
|
||||||
|
set-option -g window-status-current-style "bg=#1b1f32,fg=#67c9e4,bold"
|
||||||
|
|
||||||
# Pane
|
# Pane
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
set -g pane-border-style "bg=#1b1f32,fg=#51587b"
|
set -g pane-border-style "bg=#1b1f32,fg=#99e9ff"
|
||||||
set -g pane-active-border-style "bg=#1b1f32,fg=#67c9e4"
|
set -g pane-active-border-style "bg=#1b1f32,fg=#8b9efd"
|
||||||
|
|
||||||
# Status Bar
|
# Status Bar
|
||||||
set-option -g status-style "bg=#7289fd"
|
set-option -g status-style "bg=#51587b"
|
||||||
set -g status-position top
|
set -g status-position bottom
|
||||||
set -g status-left-length 40
|
set -g status-left-length 40
|
||||||
set -g status-right-length 100
|
set -g status-right-length 100
|
||||||
set -g status-left "#[fg=#252a41]#S #[bg=#7289fd]"
|
set -g status-left "#[fg=#75d5f0]#S #[bg=#252a41] "
|
||||||
set -g status-right "#[fg=#252a41]#(date +'%H:%M') #[bg=#7289fd]"
|
set -g status-right "#[fg=#444b6f]#(date +'%H:%M') #[bg=#5e6587]"
|
||||||
|
|
||||||
### Functionality
|
### Functionality
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user