Skip to content

Instantly share code, notes, and snippets.

View brainplot's full-sized avatar
🏠
Working from home

Gianluca Recchia brainplot

🏠
Working from home
View GitHub Profile
#!/usr/bin/env bash
# Github colors for Tmux
set -g mode-style "fg=#c9d1d9,bg=#090c10"
set -g message-style "fg=#c9d1d9,bg=#090c10"
set -g message-command-style "fg=#c9d1d9,bg=#090c10"
set -g pane-border-style "fg=#b3b1ad"