https://github.com/qbit/dcolor
Dynamic colors for your terminal
https://github.com/qbit/dcolor
Last synced: 12 months ago
JSON representation
Dynamic colors for your terminal
- Host: GitHub
- URL: https://github.com/qbit/dcolor
- Owner: qbit
- Created: 2019-08-29T01:29:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T14:20:33.000Z (over 6 years ago)
- Last Synced: 2025-01-16T13:47:43.468Z (over 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
dcolor
======
Minimal script to dynamically theme terminals.
## Usage
**Set a default theme**
```
echo "eink" > /path/to/dcolor/current
```
**Set theme**
```
/path/to/dcolor/dcolor
```
or-
```
/path/to/dcolor/dcolor nord
```
## Example theme
```
# eink
background="white"
foreground="black"
cursor="green"
mouse_background="#303030"
mouse_foreground="#6a6a6a"
highlight="#d6d6d6"
border="black"
color0="black"
color1="red"
color2="green"
color3="yellow"
color4="blue"
color5="magenta"
color6="cyan"
color7="white"
color8="brblack"
color9="brred"
color10="green"
color11="#fced16"
color12="brblue"
color13="brmagenta"
color14="brcyan"
color15="brwhite"
```