An open API service indexing awesome lists of open source software.

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

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"
```