Home

Awesome

rose-pine-tmux

Minimal tmux theme based on rose-pine colour palette.

rose-pine-tmux Preview

Set Options

Following options can be set in .tmux.conf.

Time format

Time format can be changed by setting @rosepine_time_format:

set -g @rosepine_time_format "%I:%M %p"

See strftime manpage for more details.

Date format

Date format can be changed by setting @rosepine_date_format:

set -g @rosepine_date_format "%D"

See strftime manpage for more details.

Installation with Tmux Plugin Manager (recommended)

Add this plugin to the list of TPM plugins in .tmux.conf:

set -g @plugin 'mcanueste/rose-pine-tmux'

Hit prefix + I to fetch the plugin and source it.

Manual Installation

Clone the repo:

$ git clone https://github.com/mcanueste/rose-pine-tmux /some/path/to/download

Add this line to the bottom of .tmux.conf:

run-shell /some/path/to/download rose-pine-tmux.tmux

Reload tmux environment

$ tmux source-file ~/.tmux.conf

License

MIT