18 lines
339 B
Markdown
18 lines
339 B
Markdown
# Coffee theme -- IDLE
|
|
|
|
> Coffee theme for python IDLE IDE
|
|
|
|
Coffee is a nice, warm colour scheme for software
|
|
based of gruvbox which is light on eye strain and feels
|
|
warm and cozy
|
|
|
|

|
|
|
|
# Installation
|
|
|
|
Copy contents of `idlerc` folder to `~/.idlerc`:
|
|
|
|
```sh
|
|
$ mkdir -p ~/.idlerc
|
|
$ cp -r idlerc/* ~/.idlerc
|
|
```
|