Metadata-Version: 2.1
Name: thonny-monokai
Version: 0.1.1
Summary: Monokai theme for Thonny
Author-email: Rodney Brown <rodneybbjr@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/rodneybbjr/thonny-monokai
Project-URL: Download, https://github.com/rodneybbjr/thonny-monokai
Keywords: Thonny,monokai,IDE,education,dark,theme,programming
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Embedded Systems
Requires-Python: >=3.0.0
Description-Content-Type: text/markdown
License-File: LICENSE

# Monakai for [Thonny](https://thonny.org)

> A dark theme for [Thonny](https://thonny.org)

![Screenshot](./screenshot.png)

## Install

#### From Thonny

1. Go to `Thonny -> Tools -> Manage plug-ins`
2. Search for `thonny-monokai`
3. Click `install`

#### Using pip

    $ pip install thonny-monokai

#### Manual Installation

1. Download using the [GitHub .zip download](https://github.com/rodneybbjr/thonny-monokai/archive/refs/heads/main.zip) and unzip them.
2. Go to `Thonny -> Tools -> Manage plug-ins...`
3. Click `Install from local file`
4. Find and select the preferred compressed file under `dist/` folder.

#### Activate Theme

1. After installing, close and open Thonny, so the theme is loaded
2. Go to `Thonny → Tools → Options`
3. Under `Theme & Font`, select the drop-down menu `Syntax theme`
4. Select `Monokai`


## License

[MIT License](./LICENSE)
