inkbones
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

This commit is contained in:
2026-04-26 12:30:40 -07:00
parent 22b7fb7559
commit 8c7d5f3203
6 changed files with 320 additions and 0 deletions

19
extras/tmux/inkbones.tmux Normal file
View File

@@ -0,0 +1,19 @@
# 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'