19 lines
419 B
Markdown
19 lines
419 B
Markdown
# Coffee theme -- bpython
|
|
|
|
Coffee is a nice, warm colour scheme for software
|
|
based of gruvbox which is light on eye strain and feels
|
|
warm and cozy
|
|
|
|

|
|
|
|
# Installation
|
|
|
|
Just copy `coffee.theme` to `~/.config/bpython/coffee.theme`
|
|
and add:
|
|
|
|
```ini
|
|
[general]
|
|
color_scheme = coffee
|
|
```
|
|
|
|
To your configuration in `~/.config/bpython/config`
|