feat(laptop): change monochrome theme accent color
This commit is contained in:
parent
2f895bedc7
commit
f13093f61a
@ -9,11 +9,11 @@ set-option -g status-fg colour249
|
|||||||
# Left side of status bar
|
# Left side of status bar
|
||||||
set-option -g status-left-length 20
|
set-option -g status-left-length 20
|
||||||
# set-option -g status-left "#[fg=colour249,bg=colour235] #S #[fg=default,bg=default] "
|
# set-option -g status-left "#[fg=colour249,bg=colour235] #S #[fg=default,bg=default] "
|
||||||
set-option -g status-left '#{?client_prefix,#[fg=black]#[bg=colour241] ,#[bg=colour234] #S }#[fg=default,bg=default] '
|
set-option -g status-left '#{?client_prefix,#[fg=black]#[bg=colour4] ,#[bg=colour234] #S }#[fg=default,bg=default] '
|
||||||
|
|
||||||
# Window status
|
# Window status
|
||||||
set-option -g window-status-format "#[fg=colour249,bg=colour234] #I #[fg=colour249,bg=colour234] #W "
|
set-option -g window-status-format "#[fg=colour249,bg=colour234] #I #[fg=colour249,bg=colour234] #W "
|
||||||
set-option -g window-status-current-format "#[fg=black,bg=colour241] #I #[fg=colour249,bg=colour234] #W "
|
set-option -g window-status-current-format "#[fg=black,bg=colour4] #I #[fg=colour249,bg=colour234] #W "
|
||||||
set-option -g window-status-separator " "
|
set-option -g window-status-separator " "
|
||||||
set-option -g status-justify left
|
set-option -g status-justify left
|
||||||
|
|
||||||
@ -25,11 +25,11 @@ set -g @short_length "50"
|
|||||||
# set -g @short_length "30"
|
# set -g @short_length "30"
|
||||||
# set -g @short_append_chars "..."
|
# set -g @short_append_chars "..."
|
||||||
# WEATHER='#(curl -s wttr.in/Berlin\?format\="%%t+%%C+%%w+%%m")'
|
# WEATHER='#(curl -s wttr.in/Berlin\?format\="%%t+%%C+%%w+%%m")'
|
||||||
# set-option -g status-right "#[fg=colour249,bg=colour241]🌡 BER #[fg=colour249,bg=colour234] $WEATHER #[fg=colour249,bg=colour241] #[fg=colour249,bg=colour234] #(whoami)@#h "
|
# set-option -g status-right "#[fg=colour249,bg=colour4]🌡 BER #[fg=colour249,bg=colour234] $WEATHER #[fg=colour249,bg=colour4] #[fg=colour249,bg=colour234] #(whoami)@#h "
|
||||||
|
|
||||||
# pane border
|
# pane border
|
||||||
set -g pane-border-style fg=colour238,bg=colour235
|
set -g pane-border-style fg=colour238,bg=colour235
|
||||||
set -g pane-active-border-style fg=colour241,bg=colour236
|
set -g pane-active-border-style fg=colour4,bg=colour236
|
||||||
|
|
||||||
# Pane number indicator
|
# Pane number indicator
|
||||||
set-option -g display-panes-colour colour234
|
set-option -g display-panes-colour colour234
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
background-color = #0f1014BB
|
background-color = #0f1014BB
|
||||||
text-color = #868690
|
text-color = #868690
|
||||||
selection-color = #ccb901
|
selection-color = #ea955e
|
||||||
|
Loading…
Reference in New Issue
Block a user