Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 2.65 KB

README.md

File metadata and controls

62 lines (47 loc) · 2.65 KB

tmux-snazzy

Elegant tmux theme with bright colors. Inspired by the hyper-snazzy theme.

Screenshot

Install

  1. First, download this file:

    curl -o ~/.tmux.snazzy.theme https://raw.githubusercontent.com/ivnvxd/tmux-snazzy/main/.tmux.snazzy.theme
  2. Add this line to the bottom of your ~/.tmux.conf:

    source-file ~/.tmux.snazzy.theme
  3. Reload your TMUX environment with: tmux source-file ~/.tmux.conf

Tip

To get the same look as in the screenshot, you need to use the Pure prompt and Menlo font.

Color translation:

  • Background: #282a36 -> colour17
  • Foreground: #eff0eb -> colour231
  • Red: #ff5c57 -> colour203
  • Green: #5af78e -> colour84
  • Yellow: #f3f99d -> colour229
  • Blue: #57c7ff -> colour81
  • Magenta: #ff6ac1 -> colour205
  • Cyan: #9aedfe -> colour123

Related

License

MIT © Andrey Ivanov