https://github.com/srcery-colors/srcery-tmux
tmux theme for srcery
https://github.com/srcery-colors/srcery-tmux
color-scheme colorscheme hacktoberfest srcery theme tmux tmux-srcery
Last synced: 4 months ago
JSON representation
tmux theme for srcery
- Host: GitHub
- URL: https://github.com/srcery-colors/srcery-tmux
- Owner: srcery-colors
- License: other
- Created: 2018-05-17T18:23:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T15:57:53.000Z (almost 6 years ago)
- Last Synced: 2024-08-07T18:45:02.222Z (almost 2 years ago)
- Topics: color-scheme, colorscheme, hacktoberfest, srcery, theme, tmux, tmux-srcery
- Language: Shell
- Homepage:
- Size: 561 KB
- Stars: 30
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# srcery-tmux

tmux theme for the [srcery](https://github.com/srcery-colors/) color scheme.
## Features
* Support for powerline glyphs via patched font.
* [tmux-prefix-highlight](https://github.com/tmux-plugins/tmux-prefix-highlight). _(Be sure to load this after you have loaded your theme either via `run-shell` or [TPM](https://github.com/tmux-plugins/tpm).)_
## Installation
### Manually (Using `git` & `run-shell`)
```shell
git clone https://github.com/srcery-colors/srcery-tmux/ ~/.tmux/themes/srcery-tmux
```
Then add the folling to your `.tmux.conf` file:
```tmux
run -b ~/.tmux/themes/srcery-tmux/srcery.tmux
```
### [TPM](https://github.com/tmux-plugins/tpm)
Add following to your plugin list:
```tmux
set -g @plugin 'srcery-colors/srcery-tmux'
```
## Options
### Powerline Fonts
Enable powerline glyps in statusline. _(default = 0)_
```tmux
set -g @srcery_tmux_patched_font '1'
```
## Inspiration
* [Nord tmux](https://github.com/arcticicestudio/nord-tmux)
* [tmux-themepack](https://github.com/jimeh/tmux-themepack)