https://github.com/alexxgmz/e-ink.cmus
Grayscale colorscheme for cmus music player
https://github.com/alexxgmz/e-ink.cmus
cmus colorscheme e-ink grayscale
Last synced: over 1 year ago
JSON representation
Grayscale colorscheme for cmus music player
- Host: GitHub
- URL: https://github.com/alexxgmz/e-ink.cmus
- Owner: alexxGmZ
- License: mit
- Created: 2025-03-04T14:03:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T14:19:05.000Z (over 1 year ago)
- Last Synced: 2025-03-04T15:24:54.472Z (over 1 year ago)
- Topics: cmus, colorscheme, e-ink, grayscale
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# e-ink.cmus
Grayscale colorscheme for cmus music player


## Installation
1. Clone the repository or download the raw `*.theme` file/s.
2. Copy the `*.theme` file/s to `$HOME/.config/cmus` directory.
3. Open or restart `cmus`.
4. Select the colorscheme.
```
:colorscheme e-ink-light
:colorscheme e-ink-light-transparent
:colorscheme e-ink-dark
:colorscheme e-ink-dark-transparent
```
## Hex to 256-color Guide
```
#333333 → 236
#474747 → 238
#4A4A4A → 239
#545454 → 240
#5E5E5E → 241
#686868 → 242
#727272 → 243
#7C7C7C → 244
#868686 → 245
#909090 → 246
#9A9A9A → 247
#A4A4A4 → 248
#AEAEAE → 249
#B8B8B8 → 250
#C2C2C2 → 251
#CCCCCC → 252
```
## Application Ports
* [NeoVim](https://github.com/alexxGmZ/e-ink.cmus)
* [Kitty](https://github.com/alexxGmZ/e-ink.kitty)