pax_global_header00006660000000000000000000000064134617024310014513gustar00rootroot0000000000000052 comment=1b1b8098419daacb92ca401ad6ee0ca6894a40ca tmux-themepack-master/000077500000000000000000000000001346170243100153045ustar00rootroot00000000000000tmux-themepack-master/README.md000066400000000000000000000146331346170243100165720ustar00rootroot00000000000000# Tmux Themepack A pack of various themes for Tmux. ## Installation ### Install manually 1. Clone repo to local machine: git clone https://github.com/jimeh/tmux-themepack.git ~/.tmux-themepack 2. Source desired theme in your `~/.tmux.conf`: source-file "${HOME}/.tmux-themepack/powerline/block/green.tmuxtheme" In some linux distributions you might have to remove the quotation marks from the `source-file` command to avoid a `no such file or directory` error: source-file ${HOME}/.tmux-themepack/powerline/block/green.tmuxtheme ### Install using [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) 1. Add plugin to the list of TPM plugins in `.tmux.conf`: set -g @plugin 'jimeh/tmux-themepack' 2. Hit `prefix + I` to fetch the plugin and source it. The plugin should now be working. You can pick and choose a theme via `.tmux.conf` option: - `set -g @themepack 'basic'` (default) - `set -g @themepack 'powerline/block/blue'` - `set -g @themepack 'powerline/block/cyan'` - `set -g @themepack 'powerline/default/gray'` - `set -g @themepack 'powerline/double/magenta'` - `...` ## Themes ### Basic Themes **Default:** ![basic](https://raw.github.com/jimeh/tmux-themepack-previews/master/default-preview.png) **Basic:** ![basic](https://raw.github.com/jimeh/tmux-themepack-previews/master/basic-preview.png) ### Powerline Themes Inspired by the [Powerline][] VIM plugin, and requires the use of a powerline compatible font in your terminal. You can find a number of such fonts in the [powerline-fonts][] project. If your preferred font isn't available there, please refer to Powerline's documentation on [Font Patching][] to patch the font yourself. [powerline]: https://github.com/Lokaltog/powerline [powerline-fonts]: https://github.com/Lokaltog/powerline-fonts [font patching]: https://powerline.readthedocs.org/en/latest/fontpatching.html#font-patching **Powerline Blue:** ![powerline-default-blue](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/default/blue-preview.png) **Powerline Cyan:** ![powerline-default-cyan](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/default/cyan-preview.png) **Powerline Gray:** ![powerline-default-gray](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/default/gray-preview.png) **Powerline Green:** ![powerline-default-green](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/default/green-preview.png) **Powerline Magenta:** ![powerline-default-magenta](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/default/magenta-preview.png) **Powerline Orange:** ![powerline-default-orange](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/default/orange-preview.png) **Powerline Red:** ![powerline-default-red](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/default/red-preview.png) **Powerline Yellow:** ![powerline-default-yellow](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/default/yellow-preview.png) #### Block Currently selected window is indicated by a colored block. **Powerline Blue Block:** ![powerline-block-blue](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/block/blue-preview.png) **Powerline Cyan Block:** ![powerline-block-cyan](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/block/cyan-preview.png) **Powerline Gray Block:** ![powerline-block-gray](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/block/gray-preview.png) **Powerline Green Block:** ![powerline-block-green](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/block/green-preview.png) **Powerline Magenta Block:** ![powerline-block-magenta](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/block/magenta-preview.png) **Powerline Orange Block:** ![powerline-block-orange](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/block/orange-preview.png) **Powerline Red Block:** ![powerline-block-red](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/block/red-preview.png) **Powerline Yellow Block:** ![powerline-block-yellow](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/block/yellow-preview.png) #### Double Both left and right far sides of the statusbar are colored, rather than just the left side. **Powerline Double Blue:** ![powerline-double-blue](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/double/blue-preview.png) **Powerline Double Cyan:** ![powerline-double-cyan](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/double/cyan-preview.png) **Powerline Double Green:** ![powerline-double-green](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/double/green-preview.png) **Powerline Double Magenta:** ![powerline-double-magenta](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/double/magenta-preview.png) **Powerline Double Orange:** ![powerline-double-orange](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/double/orange-preview.png) **Powerline Double Red:** ![powerline-double-red](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/double/red-preview.png) **Powerline Double Yellow:** ![powerline-double-yellow](https://raw.github.com/jimeh/tmux-themepack-previews/master/powerline/double/yellow-preview.png) ## Tips - Use different themes/colors on different machines by using some sort of wrapper around launching Tmux. ## Contributing If you decide to contribute your own tmux themes, please try to base it on the `default.tmuxtheme` theme. This ensures that switching between themes works as it should and completely overwrites all settings from previous themes. If it's not possible to base your theme on my default one, something is probably missing from it. So please contribute a fix to the default theme too in that case :) ## License ``` DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2013 Jim Myhrberg Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. ``` tmux-themepack-master/basic.tmuxtheme000066400000000000000000000024431346170243100203320ustar00rootroot00000000000000# Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style bg=black,fg=cyan # Left side of status bar set -g status-left-style bg=black,fg=green set -g status-left-length 40 set -g status-left "#S #[fg=white]» #[fg=yellow]#I #[fg=cyan]#P" # Right side of status bar set -g status-right-style bg=black,fg=cyan set -g status-right-length 40 set -g status-right "#H #[fg=white]« #[fg=yellow]%H:%M:%S #[fg=green]%d-%b-%y" # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status set -g window-status-current-style bg=red,fg=black # Window with activity status set -g window-status-activity-style bg=black,fg=yellow # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=default # Active pane border set -g pane-active-border-style bg=default,fg=green # Pane number indicator set -g display-panes-colour default set -g display-panes-active-colour default # Clock mode set -g clock-mode-colour red set -g clock-mode-style 24 # Message set -g message-style bg=default,fg=default # Command message set -g message-command-style bg=default,fg=default # Mode set -g mode-style bg=red,fg=default tmux-themepack-master/default.tmuxtheme000066400000000000000000000026431346170243100206770ustar00rootroot00000000000000# # Default Tmux Theme # # This theme matches Tmux's default style as closely as possible. It functions # as a template for creating new themes, and as a way to reset a running Tmux # server's style to it's defaults. # Status update interval set -g status-interval 15 # Basic status bar colors set -g status-style bg=green,fg=black # Left side of status bar set -g status-left-style bg=green,fg=black set -g status-left-length 10 set -g status-left "[#S]" # Right side of status bar set -g status-right-style bg=green,fg=black set -g status-right-length 40 set -g status-right "\"#H\" %H:%M %d-%b-%y" # Window status set -g window-status-format "#I:#W#F" set -g window-status-current-format "#I:#W#F" # Current window status set -g window-status-current-style bg=green,fg=black # Window with activity status set -g window-status-activity-style bg=black,fg=green # Window separator set -g window-status-separator " " # Window status alignment set -g status-justify left # Pane border set -g pane-border-style bg=default,fg=white # Active pane border set -g pane-active-border-style bg=default,fg=green # Pane number indicator set -g display-panes-colour blue set -g display-panes-active-colour red # Clock mode set -g clock-mode-colour blue set -g clock-mode-style 24 # Message set -g message-style bg=yellow,fg=black # Command message set -g message-command-style bg=green,fg=black # Mode set -g mode-style bg=yellow,fg=black tmux-themepack-master/powerline/000077500000000000000000000000001346170243100173105ustar00rootroot00000000000000tmux-themepack-master/powerline/block/000077500000000000000000000000001346170243100204025ustar00rootroot00000000000000tmux-themepack-master/powerline/block/blue.tmuxtheme000066400000000000000000000036721346170243100233030ustar00rootroot00000000000000# # Powerline Blue Block - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour24,bold] #S #[fg=colour24,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status set -g window-status-current-style bg=colour24,fg=colour232 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour31 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour24 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour24 set -g clock-mode-style 24 # Message set -g message-style bg=colour24,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour24,fg=colour231 tmux-themepack-master/powerline/block/cyan.tmuxtheme000066400000000000000000000036731346170243100233070ustar00rootroot00000000000000# # Powerline Cyan Block - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour39,bold] #S #[fg=colour39,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status set -g window-status-current-style bg=colour39,fg=colour232 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour75 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour39 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour39 set -g clock-mode-style 24 # Message set -g message-style bg=colour39,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour39,fg=colour232 tmux-themepack-master/powerline/block/gray.tmuxtheme000066400000000000000000000037121346170243100233110ustar00rootroot00000000000000# # Powerline Gray Block - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour238,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour245,bold] #S #[fg=colour245,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status set -g window-status-current-style bg=colour245,fg=colour232 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour235 # Active pane border set -g pane-active-border-style bg=default,fg=colour240 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour240 set -g clock-mode-style 24 # Message set -g message-style bg=colour245,fg=colour232 # Command message set -g message-command-style bg=colour233,fg=colour250 # Mode set -g mode-style bg=colour243,fg=colour232 tmux-themepack-master/powerline/block/green.tmuxtheme000066400000000000000000000037031346170243100234470ustar00rootroot00000000000000# # Powerline Green Block - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour100,bold] #S #[fg=colour100,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status set -g window-status-current-style bg=colour100,fg=colour232 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour107 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour100 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour100 set -g clock-mode-style 24 # Message set -g message-style bg=colour100,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour100,fg=colour235 tmux-themepack-master/powerline/block/magenta.tmuxtheme000066400000000000000000000037011346170243100237610ustar00rootroot00000000000000# # Powerline Magenta Block - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour125,bold] #S #[fg=colour125,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status set -g window-status-current-style bg=colour90,fg=colour232 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour141 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour90 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour90 set -g clock-mode-style 24 # Message set -g message-style bg=colour90,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour125,fg=colour231 tmux-themepack-master/powerline/block/orange.tmuxtheme000066400000000000000000000037041346170243100236230ustar00rootroot00000000000000# # Powerline Orange Block - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour130,bold] #S #[fg=colour130,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status set -g window-status-current-style bg=colour130,fg=colour232 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour130 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour130 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour130 set -g clock-mode-style 24 # Message set -g message-style bg=colour130,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour130,fg=colour232 tmux-themepack-master/powerline/block/red.tmuxtheme000066400000000000000000000036761346170243100231320ustar00rootroot00000000000000# # Powerline Red Block - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour16,bg=colour88,bold] #S #[fg=colour88,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status set -g window-status-current-style bg=colour124,fg=colour16 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour88 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour88 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour88 set -g message-style bg=colour24 # Message set -g message-style bg=colour88,fg=black # Command message set -g message-command-style bg=colour88,fg=black # Mode set -g mode-style bg=colour124,fg=colour231 tmux-themepack-master/powerline/block/yellow.tmuxtheme000066400000000000000000000037041346170243100236630ustar00rootroot00000000000000# # Powerline Yellow Block - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour227,bold] #S #[fg=colour227,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status set -g window-status-current-style bg=colour227,fg=colour232 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour229 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour227 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour227 set -g clock-mode-style 24 # Message set -g message-style bg=colour227,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour227,fg=colour235 tmux-themepack-master/powerline/default/000077500000000000000000000000001346170243100207345ustar00rootroot00000000000000tmux-themepack-master/powerline/default/blue.tmuxtheme000066400000000000000000000040121346170243100236220ustar00rootroot00000000000000# # Powerline Blue - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour238,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour24,bold] #S #[fg=colour24,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour33,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour100,fg=colour235 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour24 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour24 set -g clock-mode-style 24 # Message set -g message-style bg=colour24,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour24,fg=colour231 tmux-themepack-master/powerline/default/cyan.tmuxtheme000066400000000000000000000040111346170243100236240ustar00rootroot00000000000000# # Powerline Cyan - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour39,bold] #S #[fg=colour39,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour81,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour39,fg=colour235 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour39 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour39 set -g clock-mode-style 24 # Message set -g message-style bg=colour39,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour39,fg=colour232 tmux-themepack-master/powerline/default/gray.tmuxtheme000066400000000000000000000040251346170243100236410ustar00rootroot00000000000000# # Powerline Gray - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour238,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour245,bold] #S #[fg=colour245,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour250,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=black,fg=colour250 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour243 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour235 # Active pane border set -g pane-active-border-style bg=default,fg=colour240 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour240 set -g clock-mode-style 24 # Message set -g message-style bg=colour245,fg=colour232 # Command message set -g message-command-style bg=colour233,fg=colour250 # Mode set -g mode-style bg=colour243,fg=colour232 tmux-themepack-master/powerline/default/green.tmuxtheme000066400000000000000000000040221346170243100237740ustar00rootroot00000000000000# # Powerline Green - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour100,bold] #S #[fg=colour100,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour190,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour100,fg=colour235 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour100 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour100 set -g clock-mode-style 24 # Message set -g message-style bg=colour100,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour100,fg=colour235 tmux-themepack-master/powerline/default/magenta.tmuxtheme000066400000000000000000000040241346170243100243120ustar00rootroot00000000000000# # Powerline Magenta - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour125,bold] #S #[fg=colour125,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour129,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour125,fg=colour235 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour125 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour125 set -g clock-mode-style 24 # Message set -g message-style bg=colour125,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour125,fg=colour231 tmux-themepack-master/powerline/default/orange.tmuxtheme000066400000000000000000000040231346170243100241500ustar00rootroot00000000000000# # Powerline Orange - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour130,bold] #S #[fg=colour130,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour166,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour130,fg=colour235 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour130 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour130 set -g clock-mode-style 24 # Message set -g message-style bg=colour130,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour130,fg=colour232 tmux-themepack-master/powerline/default/red.tmuxtheme000066400000000000000000000040051346170243100234470ustar00rootroot00000000000000# # Powerline Red - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour238,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour16,bg=colour88,bold] #S #[fg=colour88,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour160,bold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour88,fg=colour16 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour88 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour88 set -g clock-mode-style 24 # Message set -g message-style bg=colour88,fg=black # Command message set -g message-command-style bg=colour88,fg=black # Mode set -g mode-style bg=colour124,fg=colour231 tmux-themepack-master/powerline/default/yellow.tmuxtheme000066400000000000000000000040231346170243100242100ustar00rootroot00000000000000# # Powerline Yellow - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour227,bold] #S #[fg=colour227,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour227,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour227,fg=colour235 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour227 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour227 set -g clock-mode-style 24 # Message set -g message-style bg=colour227,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour227,fg=colour235 tmux-themepack-master/powerline/double/000077500000000000000000000000001346170243100205625ustar00rootroot00000000000000tmux-themepack-master/powerline/double/blue.tmuxtheme000066400000000000000000000040161346170243100234540ustar00rootroot00000000000000# # Powerline Double Blue - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour238,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour24,bold] #S #[fg=colour24,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour24,bg=colour240]#[fg=colour232,bg=colour24,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour33,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour24,fg=colour233 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour24 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour24 set -g clock-mode-style 24 # Message set -g message-style bg=colour24,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour24,fg=colour231 tmux-themepack-master/powerline/double/cyan.tmuxtheme000066400000000000000000000040161346170243100234570ustar00rootroot00000000000000# # Powerline Double Cyan - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour233,bg=colour39,bold] #S #[fg=colour39,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour39,bg=colour240]#[fg=colour233,bg=colour39,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour81,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour39,fg=colour235 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour39 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour39 set -g clock-mode-style 24 # Message set -g message-style bg=colour39,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour39,fg=colour232 tmux-themepack-master/powerline/double/green.tmuxtheme000066400000000000000000000040311346170243100236220ustar00rootroot00000000000000# # Powerline Double Green - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour233,bg=colour100,bold] #S #[fg=colour100,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour100,bg=colour240]#[fg=colour233,bg=colour100,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour190,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour100,fg=colour235 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour100 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour100 set -g clock-mode-style 24 # Message set -g message-style bg=colour100,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour100,fg=colour235 tmux-themepack-master/powerline/double/magenta.tmuxtheme000066400000000000000000000040331346170243100241400ustar00rootroot00000000000000# # Powerline Double Magenta - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour233,bg=colour125,bold] #S #[fg=colour125,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour125,bg=colour240]#[fg=colour233,bg=colour125,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour129,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour125,fg=colour235 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour125 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour125 set -g clock-mode-style 24 # Message set -g message-style bg=colour125,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour125,fg=colour231 tmux-themepack-master/powerline/double/orange.tmuxtheme000066400000000000000000000040321346170243100237760ustar00rootroot00000000000000# # Powerline Double Orange - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour233,bg=colour130,bold] #S #[fg=colour130,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour130,bg=colour240]#[fg=colour233,bg=colour130,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour166,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour130,fg=colour235 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour130 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour130 set -g clock-mode-style 24 # Message set -g message-style bg=colour130,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour130,fg=colour232 tmux-themepack-master/powerline/double/red.tmuxtheme000066400000000000000000000040131346170243100232740ustar00rootroot00000000000000# # Powerline Double Red - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour238,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour88,bold] #S #[fg=colour88,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour88,bg=colour240]#[fg=colour232,bg=colour88,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour160,bold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour88,fg=colour16 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour88 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour88 set -g clock-mode-style 24 # Message set -g message-style bg=colour88,fg=black # Command message set -g message-command-style bg=colour88,fg=black # Mode set -g mode-style bg=colour124,fg=colour231 tmux-themepack-master/powerline/double/yellow.tmuxtheme000066400000000000000000000040321346170243100240360ustar00rootroot00000000000000# # Powerline Double Yellow - Tmux Theme # Created by Jim Myhrberg . # # Inspired by vim-powerline: https://github.com/Lokaltog/powerline # # Requires terminal to be using a powerline compatible font, find one here: # https://github.com/Lokaltog/powerline-fonts # # Status update interval set -g status-interval 1 # Basic status bar colors set -g status-style fg=colour240,bg=colour233 # Left side of status bar set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour233,bg=colour227,bold] #S #[fg=colour227,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour227,bg=colour240]#[fg=colour233,bg=colour227,bold] #H " # Window status set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour227,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status set -g window-status-current-style bg=colour227,fg=colour235 # Window with activity status set -g window-status-activity-style bg=colour233,fg=colour245 # Window separator set -g window-status-separator "" # Window status alignment set -g status-justify centre # Pane border set -g pane-border-style bg=default,fg=colour238 # Active pane border set -g pane-active-border-style bg=default,fg=colour227 # Pane number indicator set -g display-panes-colour colour233 set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour227 set -g clock-mode-style 24 # Message set -g message-style bg=colour227,fg=black # Command message set -g message-command-style bg=colour233,fg=black # Mode set -g mode-style bg=colour227,fg=colour235 tmux-themepack-master/themepack.tmux000077500000000000000000000011661346170243100201730ustar00rootroot00000000000000#!/usr/bin/env bash CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" theme_option="@themepack" default_theme='basic' get_tmux_option() { local option="$1" local default_value="$2" local option_value="$(tmux show-option -gqv "$option")" if [ -n "$option_value" ]; then echo "$option_value" else echo "$default_value" fi } main() { local theme="$(get_tmux_option "$theme_option" "$default_theme")" if [ -f "$CURRENT_DIR/${theme}.tmuxtheme" ]; then tmux source-file "$CURRENT_DIR/${theme}.tmuxtheme" else tmux source-file "$CURRENT_DIR/powerline/${theme}.tmuxtheme" fi } main