Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylf/themux
A configurable theme plugin for tmux
https://github.com/dylf/themux
Last synced: 10 days ago
JSON representation
A configurable theme plugin for tmux
- Host: GitHub
- URL: https://github.com/dylf/themux
- Owner: dylf
- License: mit
- Created: 2023-04-26T01:55:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-10T03:45:55.000Z (over 1 year ago)
- Last Synced: 2024-11-07T01:42:20.883Z (about 2 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# themux
A configurable theme plugin for tmux## Usage
### TPM
1. Install [TPM](https://github.com/tmux-plugins/tpm)
2. Add the themux plugin:
```bash
set -g plugin 'dylf/themux'
```### Configuration
themux will look for a `theme.yml` in `${XDG_CONFIG_HOME}/themux/` if set or `${HOME}/.config/themux`
The default config looks like this:
```yml
color_black: "black"
color_white: "white"
color_blue: "blue"
color_green: "green"
color_purple: "magenta"
color_pink: "red"
color_grey: "grey"
segment_right: ""
divider_right: ""
segment_left: ""
divider_left: ""
```This will use the colors defined by your terminal. The default segments and dividers require a powerline or nerdfont.
This supports any color format that can be read by tmux.