Files
zenbones-theme/extras/tmux/inkbones.tmux
finn 8c7d5f3203
Some checks are pending
CI / lint (push) Waiting to run
CI / docs (push) Waiting to run
CI / build (push) Waiting to run
CI / format (push) Waiting to run
CI / release (push) Blocked by required conditions
Sync remote / push (push) Waiting to run
CI / lint (pull_request) Waiting to run
CI / docs (pull_request) Waiting to run
CI / build (pull_request) Waiting to run
CI / format (pull_request) Waiting to run
CI / release (pull_request) Blocked by required conditions
inkbones
2026-04-26 12:30:40 -07:00

20 lines
631 B
Bash

# This file is auto-generated by shipwright.nvim
set -g status-left ' #[fg=#474747,bold]#{s/root//:client_key_table} '
set -g status-right '#[fg=#474747,bold] [#S]#[fg=#474747,bold] [%d/%m] #[fg=#474747,bold][%I:%M%p] '
set -g status-style fg='#474747',bg='#1F1F1F'
set -g window-status-current-style fg='#474747',bg='#1F1F1F',bold
set -g pane-border-style fg='#474747'
set -g pane-active-border-style fg='#474747'
set -g message-style fg='#FFFFFF',bg='#E8E8E8'
set -g display-panes-active-colour '#474747'
set -g display-panes-colour '#474747'
set -g clock-mode-colour '#474747'
set -g mode-style fg='#FFFFFF',bg='#E8E8E8'