Skip to content

jaketrent/tmux-snazzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

tmux-snazzy

A tmux theme with bright colors. Based on hyper-snazzy by Sindre Sorhus.

tmux screenshot

Install

Download this file and place it alongside your kitty config file.

$ curl -o ~/tmux-snazzy.theme.conf https://raw.githubusercontent.com/jaketrent/tmux-snazzy/master/tmux-snazzy.theme.conf

Place this line at the bottom of your .tmux.conf file:

source-file ~/tmux-snazzy.theme.conf

Related

License

MIT © Jake Trent

Colors Used

Using colortrans.py for 256 colors from https://gist.githubusercontent.com/MicahElliott/719710/raw/73d047f0a3ffc35f0655488547e7f24fa3f04ea6/colortrans.py myBg python colortrans.py 24252F RGB 282a36 -> xterm color approx colour16 (000000)

foregroundColor python colortrans.py eff0eb RGB eff0eb -> xterm color approx colour231 (ffffff)

backgroundColor python colortrans.py 282a36 RGB 282a36 -> xterm color approx colour17 (00005f)

red python colortrans.py ff5c57 RGB ff5c57 -> xterm color approx colour203 (ff5f5f)

green python colortrans.py 5af78e RGB 5af78e -> xterm color approx colour84 (5fff87)

yellow python colortrans.py f3f99d RGB f3f99d -> xterm color approx colour229 (ffffaf)

blue python colortrans.py 57c7ff RGB 57c7ff -> xterm color approx colour81 (5fd7ff)

magenta python colortrans.py ff6ac1 RGB ff6ac1 -> xterm color approx colour205 (ff5faf)

cyan python colortrans.py 9aedfe RGB 9aedfe -> xterm color approx colour123 (87ffff)

Releases

No releases published

Packages

No packages published