Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Jan 4, 2024
1 parent d8236fa commit 98d7f84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ set-environment -g PATH "/usr/local/bin:/bin:/usr/bin"
TMUX_FZF_SED="/usr/local/opt/gnu-sed/libexec/gnubin/sed"

# TokyoNight colors for Tmux
# https://github.com/folke/tokyonight.nvim/blob/14ab22b51d0f54de3402bd706e9e91836de39a92/extras/tmux/tokyonight_night.tmux
# https://github.com/folke/tokyonight.nvim/blob/f247ee700b569ed43f39320413a13ba9b0aef0db/extras/tmux/tokyonight_night.tmux

set -g mode-style "fg=#7aa2f7,bg=#3b4261"

Expand All @@ -116,6 +116,9 @@ set -g status-right-style NONE

set -g status-left "#[fg=#15161e,bg=#7aa2f7,bold] #S #[fg=#7aa2f7,bg=#16161e,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#16161e] #{prefix_highlight} #[fg=#3b4261,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261] %Y-%m-%d  %I:%M %p #[fg=#7aa2f7,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#15161e,bg=#7aa2f7,bold] #h "
if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" == "24" ]' {
set -g status-right "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#16161e] #{prefix_highlight} #[fg=#3b4261,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261] %Y-%m-%d  %H:%M #[fg=#7aa2f7,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#15161e,bg=#7aa2f7,bold] #h "
}

setw -g window-status-activity-style "underscore,fg=#a9b1d6,bg=#16161e"
setw -g window-status-separator ""
Expand Down

0 comments on commit 98d7f84

Please sign in to comment.