Skip to content

Instantly share code, notes, and snippets.

@boaz0
Last active May 5, 2019 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boaz0/71d5350c91359d3c05e86f5145898050 to your computer and use it in GitHub Desktop.
Save boaz0/71d5350c91359d3c05e86f5145898050 to your computer and use it in GitHub Desktop.
StarWars Theme
# StarWars TMUX theme by Shuster Boaz
# License: MIT
unbind C-b
set -g prefix C-s
bind C-s send-prefix
set -g base-index 1
set -g history-limit 10000
set -g default-terminal "screen-256color"
# http://superuser.com/questions/942677/consequences-of-escape-time-0-tmux-setting
set -sg escape-time 20
set-option -g renumber-windows on
set-option -g allow-rename on
bind r source-file ~/.tmux.conf \; display "Reloaded!"
set-option -g visual-activity off
set-option -g status-position bottom
set-window-option -g monitor-activity off
# Split
set-option -g pane-active-border-fg "#112233"
set-option -g pane-active-border-bg "#112233"
set-option -g pane-border-fg "#443355"
set-option -g pane-border-bg "#443355"
# Status
set -g status-left '#[bg=#663344] ✨ '
set -g status-right '#[bg=#448899,fg=#112233,bold] #S '
set -g status-right-length 25
set -g window-status-separator ''
set -g status-bg "#112233"
setw -g window-status-format '#[fg=#c191f2,bold] #I #[fg=#58b1c7,bold]#{pane_current_command} '
setw -g window-status-current-format '#[fg=#cfe3ba,bold] * #[fg=#58b1c7,bold]#{pane_current_command} '
set -g status-justify left
! special
*.foreground: #b0c3c8
*.background: #112233
*.cursorColor: #b0c3c8
! black
*.color0: #0b2e51
*.color8: #443355
! red
*.color1: #df6f6f
*.color9: #df6f6f
! green
*.color2: #cfe3ba
*.color10: #cfe3ba
! yellow
*.color3: #ddaa99
*.color11: #ddaa99
! blue
*.color4: #7e7fcc
*.color12: #7e7fcc
! magenta
*.color5: #c191f2
*.color13: #c191f2
! cyan
*.color6: #58b1c7
*.color14: #58b1c7
! white
*.color7: #e17196
*.color15: #ddddbb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment