Skip to content

l-lin/tmux-colorscheme

 
 

Repository files navigation

Colorscheme theme configuration for Tmux

Installation

Install manually

  1. Copy your desired theme's configuration contents into your Tmux config (usually stored at ~/.tmux.conf)
  2. Reload Tmux by either restarting the session or reloading it with tmux source-file ~/.tmux.conf

Install through Tmux Plugin Manager

Add plugin to the list of TPM plugins in .tmux.conf and select desired theme

set -g @plugin 'l-lin/tmux-colorscheme'
set -g @tmux-colorscheme 'kanagawa' # or 'gruvbox-dark' or 'gruvbox-light' or 'github-light'

Hit prefix + I to fetch the plugin and source it. Your Tmux should be updated with the theme at this point.

Kanagawa

Dark colorscheme inspired by the colors of the famous painting by Katsushika Hokusai, based on https://github.com/rebelot/kanagawa.nvim.

set -g @plugin-colorscheme 'kanagawa'

Github

Light

Github light colorscheme.

set -g @plugin-colorscheme 'github-light'

Gruvbox

Theme with 'retro groove' flavor for Tmux, based on Pavel Pertsev's Gruvbox colorscheme.

Dark

set -g @plugin-colorscheme 'gruvbox-dark'

gruvbox dark

Light

set -g @plugin-gruvbox 'gruvbox-light'

gruvbox light

Plugin support

set -g @tmux-colorscheme-show-upload-speed true
set -g @tmux-colorscheme-show-download-speed true
set -g @tmux-colorscheme-show-prefix-highlight true
set -g @tmux-colorscheme-show-battery true
set -g @tmux-colorscheme-show-pomodoro true
set -g @tmux-colorscheme-show-cpu true
set -g @tmux-colorscheme-show-cpu-temp true
set -g @tmux-colorscheme-show-ram true

About

Gruvbox color scheme for Tmux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%