Skip to content

A clean and elegant theme for tmux with a modern color palette inspired by Gleam.

Notifications You must be signed in to change notification settings

juliocabrera820/tmux-gleam-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Gleam Theme for Tmux

A clean and elegant theme for tmux with a modern color palette inspired by Gleam.

Theme Preview

Features

  • Clean and minimal design
  • Session, window and pane indicators
  • Status indicators for:
    • Prefix key activation (⌨)
    • Copy mode (✂)
    • Zoom mode (🔍)
    • SSH connections (🌐)
  • Activity and bell indicators
  • Date and time display
  • Custom pane borders

Requirements

  • tmux version 3.4 or higher
  • A terminal that supports 256 colors

Installation

Using TPM (Tmux Plugin Manager) [Recommended]

First, install TPM if you haven't already:

Add the plugin to your ~/.tmux.conf:

set -g @plugin 'juliocabrera820/tmux-gleam-theme'

Press prefix + I (capital i) to fetch and install the plugin.

Manual Installation

Clone the repository:

git clone https://github.com/juliocabrera820/tmux-gleam-theme ~/.tmux/plugins/tmux-gleam-theme

Add this line to your ~/.tmux.conf:

source-file ~/.tmux/plugins/tmux-gleam-theme/gleam.tmux

Reload tmux configuration:

tmux source-file ~/.tmux.conf

Customization

You can customize the theme by copying gleam.tmux to your tmux configuration directory and modifying the colors and formats to your liking.

Key Bindings Reference

  • prefix + z: Toggle zoom on the current pane
  • prefix + [: Enter copy mode
  • prefix + ]: Paste from buffer

Note: By default, the prefix key is set to Ctrl + b

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Credits

Created by Julio Cabrera Inspired by the Gleam programming language color scheme.

Support

If you have any questions or issues, please open an issue on the GitHub repository.

About

A clean and elegant theme for tmux with a modern color palette inspired by Gleam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages