# Tokyo Night Day for tmux -- the light counterpart to tokyonight-moon.conf. # # Same structure, same roles, Day's palette. Mapped role for role rather than by # hue: #1b1d2b was text drawn ON an accent block, so it becomes the LIGHT ground # rather than a dark color, or the status bar would be dark text on a dark # accent in light mode. # # The accents are Day's DARKER variants, not its standard ones. Measured against # the panel, the standard #2e7de9 and #9854f1 give 2.74:1 and 2.94:1 -- under # the 3:1 floor for text. These give 4.42:1 and 4.17:1, and 5.01:1 / 4.73:1 for # the light text drawn on top of them in the inverted blocks. set -g mode-style "fg=#1c5bb8,bg=#d0d5e3" set -g message-style "fg=#1c5bb8,bg=#d0d5e3" set -g message-command-style "fg=#1c5bb8,bg=#d0d5e3" set -g pane-border-style "fg=#1c5bb8" set -g pane-active-border-style "fg=#7847bd" set -g status-style "fg=#7847bd,bg=#d0d5e3" set -g status-bg "#e1e2e7" set -g status-left "#[fg=#e1e2e7,bg=#7847bd,bold] #S #[fg=#e1e2e7,bg=#7847bd,nobold,nounderscore,noitalics]" set -g status-right "#[fg=#e1e2e7,bg=#1c5bb8,nobold,nounderscore,noitalics]#[fg=#7847bd,bg=#d0d5e3] #{prefix_highlight} #[fg=#d0d5e3,bg=#d0d5e3]#[fg=#7847bd,bg=#d0d5e3] %Y/%m/%d %I:%M %p #[fg=#1c5bb8,bg=#d0d5e3,nobold,nounderscore,noitalics]#[fg=#e1e2e7,bg=#7847bd,bold,italics] #h " setw -g window-status-format "#[fg=#e1e2e7,bg=#d0d5e3,nobold,nounderscore,noitalics]#[fg=#1c5bb8,bg=#d0d5e3] #I #W #F #[fg=#e1e2e7,bg=#d0d5e3,nobold,nounderscore,noitalics]" setw -g window-status-current-format "#[fg=#e1e2e7,bg=#d0d5e3,nobold,nounderscore,noitalics]#[fg=#7847bd,bg=#d0d5e3,bold] #I #W #F #[fg=#d0d5e3,bg=#d0d5e3,nobold,nounderscore,noitalics]" setw -g window-status-separator ""