https://github.com/windvalley/tmux-show-colorscheme
For windvalley/dotfiles.
https://github.com/windvalley/tmux-show-colorscheme
Last synced: about 1 month ago
JSON representation
For windvalley/dotfiles.
- Host: GitHub
- URL: https://github.com/windvalley/tmux-show-colorscheme
- Owner: windvalley
- Created: 2025-02-17T03:24:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T09:27:20.000Z (over 1 year ago)
- Last Synced: 2025-11-13T07:21:50.473Z (9 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmux-show-colorscheme
Only fit for `windvalley/dotfiles`
## Description
It will show current colorscheme and font of Alacritty in tmux status bar.
## Usage
Add plugin to the list of TPM plugins in .tmux.conf:
```text
set -g @plugin 'vimhack/tmux-show-colorscheme#main'
```
Hit `prefix + I` to fetch the plugin and source it.
`#{current_colorscheme}`, `#{current_opacity}`, `#{current_font}`, `#{current_font_size}`
and `#{current_font_style}` interpolation should now work.
Add `#{current_colorscheme}`, `#{current_opacity}`, `#{current_font}`, `#{current_font_size}`,
`#{current_font_style}` format string to your existing status-right tmux option.