Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edouard-lopez/tmux-tomorrow
5 flavors of Tomorrow theme based on specifications from Tomorrow Theme (i.e. dark/blue and light).
https://github.com/edouard-lopez/tmux-tomorrow
dark-theme light-theme tmux tmux-theme tomorrow tomorrow-theme
Last synced: 3 months ago
JSON representation
5 flavors of Tomorrow theme based on specifications from Tomorrow Theme (i.e. dark/blue and light).
- Host: GitHub
- URL: https://github.com/edouard-lopez/tmux-tomorrow
- Owner: edouard-lopez
- License: mit
- Created: 2018-12-05T14:34:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T10:36:03.000Z (about 5 years ago)
- Last Synced: 2024-10-10T20:08:33.816Z (4 months ago)
- Topics: dark-theme, light-theme, tmux, tmux-theme, tomorrow, tomorrow-theme
- Language: Shell
- Homepage:
- Size: 80.1 KB
- Stars: 45
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tmux - tomorrow - theme) (_i.e._ _dark_/_blue_ and _light_). (Themes)
README
# tmux-tomorrow
> 5 flavors of Tomorrow theme based on specifications from [Tomorrow Theme](https://github.com/chriskempson/tomorrow-theme) (_i.e._ _dark_/_blue_ and _light_).
![Tomorrow theme for tmux](./screenshot.png)
## Variations
All [5 variations](https://github.com/chriskempson/tomorrow-theme#take-a-look) have been implemented:
- Dark bright: `tomorrow-night-bright`
- Dark eighties blue: `tomorrow-night-eighties-blue`
- Dark eighties: `tomorrow-night-eighties`
- Dark: `tomorrow-night`
- Light: `tomorrow`## Usage
Include the theme of your choice in `tmux.conf` like this:
set -g default-terminal "screen-256color" # Setting the correct term
source-file ~/.tmux/themes/tomorrow.tmux## Thanks
- based on initial work by [KuoE0's work](https://github.com/KuoE0/tmux-tomorrow-night) ;
- initial work by [chriskempson/tomorrow-theme](https://github.com/chriskempson/tomorrow-theme)