Skip to content

aamnah/tmux-flat-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux Flat Theme

My custom thme for tmux using Flat UI colors. Install:

sudo apt install -y curl tmux xclip
curl https://raw.githubusercontent.com/aamnah/tmux-flat-theme/master/install_remote.sh | bash

Detailed notes on how to customize a tmux theme here

Screenshot - Tmux Flat Theme

Screenshot - Tmux Flat Theme (Monitoring tools)

# Colors used 

TURQUOISE='#1abc9c' # teal
PETERRIVER='#3498db' # blue
WETASPHALT='#34495e'
MIDNIGHTBLUE='#2c3e50'
ALIZARIN='#e74c3c' #red
CLOUDS='#ecf0f1' # light gray
CONCRETE='#95a5a6' # gray

Installation

A bash script is included, run it for a quick and easy install

bash ./install.sh

The script takes care of the following:

  • Creates a ~/.tmux/ directory if one doesn't exist
  • Creates a ~/.tmux.conf file if one doesn't exist
  • Copies the required theme files flattheme.conf and flattheme.tmux to the ~/.tmux folder
  • Add the code to load the theme inside ~/.tmux.conf

TODO

  • Add CPU load and RAM info to status-right example
  • Show current working directory with window title in status bar example
  • Edit the current directory path to only show the current folder instead of the entire path
  • Make the theme self-conatined. Save it as a separate file and load from ~/.tmux.conf
  • include an install script
  • style the clock (clock-mode-colour and clock-mode-style)

Links

About

Custom thme for Tmux using Flat UI colors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages