/ README.md
README.md
 1  ReColor your Anki desktop to whatever aesthetic you like, now clear of any ads of any kind !
 2  
 3  # How to Use
 4  
 5  - Download from [AnkiWeb](https://ankiweb.net/shared/info/411527501)
 6      - This add-on has been tested for Anki 2.1.41+ up to 2.1.50. It may work on older versions, but it has NOT been tested and I can't provide support for that at the moment.
 7  - After installing, you can go into the Anki plugin settings and find the settings for ReColor
 8  - The colors listed are everything that Anki customizes (unfortunately some things are linked together so changing one will change the other and there's no way around that for us)
 9  - Once you click "Save", the colors will update.
10  - Click "Advanced" if you want to input html colors or see the underlying code
11  
12  ## Tests & Formatting
13  
14  This project uses [mypy](https://github.com/python/mypy) type checking for Python, and [standardjs](https://github.com/standard/standard) for formatting Javascript.
15  
16  ```
17  python -m mypy .
18  npx standard --fix
19  ```
20  
21  You will need to install the following python packages to run mypy:
22  
23  ```
24  python -m pip install aqt PyQt5-stubs mypy
25  ```
26  
27  This project doesn't use a strict python formatter. Even so, please make it look pretty enough :)