chore: clean up dotfiles and add gitignore whitelist
Switch to whitelist-based .gitignore to only track essential configs: nvim, yazi, kitty, zsh, ideavim, karabiner, tmux, scripts, starship. Remove history, compiled files, and plugin dirs from tracking. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
22
tmux/themes/tmuxline-tokyonight.tmux
Normal file
22
tmux/themes/tmuxline-tokyonight.tmux
Normal file
@@ -0,0 +1,22 @@
|
||||
# This tmux statusbar config was created by tmuxline.vim
|
||||
# on Sun, 01 Mar 2026
|
||||
# Reworked: Tokyo Night Moon — readable, transparent, not loud
|
||||
|
||||
set -g status-justify "centre"
|
||||
set -g status "on"
|
||||
set -g status-left-style "none"
|
||||
set -g message-command-style "fg=#c8d3f5,bg=default"
|
||||
set -g status-right-style "none"
|
||||
set -g pane-active-border-style "fg=#82aaff"
|
||||
set -g status-style "none,bg=default"
|
||||
set -g message-style "fg=#c8d3f5,bg=default"
|
||||
set -g pane-border-style "fg=#3b4261"
|
||||
set -g status-right-length "100"
|
||||
set -g status-left-length "100"
|
||||
setw -g window-status-activity-style "underscore,fg=#444a73,bg=default"
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-style "none,fg=#636da6,bg=default"
|
||||
set -g status-left "#[fg=#636da6,bg=default] #S #[fg=default,bg=default,nobold,nounderscore,noitalics]"
|
||||
set -g status-right "#[fg=default,bg=default,nobold,nounderscore,noitalics]#[fg=#636da6,bg=default] %H:%M #[fg=default,bg=default,nobold,nounderscore,noitalics]#[fg=#636da6,bg=default] %d %b "
|
||||
setw -g window-status-format "#[fg=default,bg=default,nobold,nounderscore,noitalics]#[fg=#636da6,bg=default] #I #W#{?window_zoomed_flag, [Z],} #[fg=default,bg=default,nobold,nounderscore,noitalics]"
|
||||
setw -g window-status-current-format "#[fg=#2d3f76,bg=default,nobold,nounderscore,noitalics]#[fg=#c8d3f5,bg=#2d3f76] #I #W#{?window_zoomed_flag, [Z],} #[fg=#2d3f76,bg=default,nobold,nounderscore,noitalics]"
|
||||
@@ -1,5 +1,22 @@
|
||||
# This tmux statusbar config was created by tmuxline.vim
|
||||
# on Sun, 01 Mar 2026
|
||||
# Reworked: Catppuccin Mocha — readable, transparent, not loud
|
||||
|
||||
set -g status-style fg=colour#3b4261,bg=colour#1e2030
|
||||
set -g window-status-current-style fg=colour#828bb8,bg=colour#1e2030
|
||||
set -g status-justify "centre"
|
||||
set -g status "on"
|
||||
set -g status-left-style "none"
|
||||
set -g message-command-style "fg=#cdd6f4,bg=default"
|
||||
set -g status-right-style "none"
|
||||
set -g pane-active-border-style "fg=#cba6f7"
|
||||
set -g status-style "none,bg=default"
|
||||
set -g message-style "fg=#cdd6f4,bg=default"
|
||||
set -g pane-border-style "fg=#313244"
|
||||
set -g status-right-length "100"
|
||||
set -g status-left-length "100"
|
||||
setw -g window-status-activity-style "none,fg=#45475a,bg=default"
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-style "none,fg=#6c7086,bg=default"
|
||||
set -g status-left "#[fg=#6c7086,bg=default] #S #[fg=default,bg=default,nobold,nounderscore,noitalics]"
|
||||
set -g status-right "#[fg=default,bg=default,nobold,nounderscore,noitalics]#[fg=#6c7086,bg=default] %H:%M #[fg=default,bg=default,nobold,nounderscore,noitalics]#[fg=#6c7086,bg=default] %d %b "
|
||||
setw -g window-status-format "#[fg=default,bg=default,nobold,nounderscore,noitalics]#[fg=#6c7086,bg=default] #I #W#{?window_zoomed_flag, ,} #[fg=default,bg=default,nobold,nounderscore,noitalics]"
|
||||
setw -g window-status-current-format "#[fg=#313244,bg=default,nobold,nounderscore,noitalics]#[fg=#b4befe,bg=#313244] #I #W#{?window_zoomed_flag, ,} #[fg=#313244,bg=default,nobold,nounderscore,noitalics]"
|
||||
|
||||
Reference in New Issue
Block a user