idle/README.md
Ari Archer 78348c7257
init
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-06-05 23:50:52 +03:00

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
![colourscheme preview](/ss.jpg)
# Installation
Copy contents of `idlerc` folder to `~/.idlerc`:
```sh
$ mkdir -p ~/.idlerc
$ cp -r idlerc/* ~/.idlerc
```