Skip to content

Instantly share code, notes, and snippets.

View carlweis's full-sized avatar

Carl Weis carlweis

View GitHub Profile

Jelly Beans Terminal Color Theme

https://ptpb.pw/qUwt.png

Terminal Colors

@meskarune
meskarune / .tmux_theme
Last active April 10, 2021 21:35
simple tmux theme
set -g pane-active-border-bg default
set -g pane-active-border-fg "colour14"
set -g pane-border-fg "colour239"
set -g message-fg black
set -g message-bg "colour14"
set -g status-justify left
set -g status-bg "colour236"
set -g status-fg "colour14"