diff --git a/README.md b/README.md index 8d8a48c..1ebfd02 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![tests](https://github.com/jupyter-lsp/jupyterlab-lsp/workflows/CI/badge.svg)](https://github.com/adhadse/theme-material-darcula/actions?query=workflow%3ACI+branch%3Amaster) [![npm](https://img.shields.io/pypi/v/theme-material-darcula.svg)](https://pypi.org/project/theme-material-darcula/) -[![npm](https://img.shields.io/npm/v/@adhadse/theme-material-darcula.svg)](https://www.npmjs.com/package/@adhadse/theme-material-darcula) + -Darcula theme for Jupyterlab with Material design. Modelled after the classic Intellij theme. Now with support for all JupyterLab 2.x, 3.x, and 4.x versions! +A Jupyterlab theme inspired from JetBrains IDE's Darcula scheme and Material Design. Now with support for all JupyterLab 2.x, 3.x, and 4.x versions! ![darcula_preview](darcula_preview.png) @@ -49,12 +49,6 @@ jlpm install:extension jupyter lab build ``` -To build conda package use: - -```bash -conda build . -``` - ## Want to contribute? If you find any visual inconsistency that's eye soring or anything that bugs you up. Just open a new issue and let's discuss. diff --git a/meta.yaml b/meta.yaml index b1e6285..64bfd5f 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,10 +1,10 @@ package: name: "theme-material-darcula" - version: "1.0.0" + version: "1.0.2" source: path: . - git_rev: v1.0.0 + git_rev: v1.0.2 git_url: https://github.com/adhadse/theme-material-darcula build: @@ -27,7 +27,7 @@ about: license: BSD license_family: BSD license_file: LICENSE - summary: "Darcula theme for JupyterLab with Material Design. Modelled after the classic Intellij theme." + summary: "A Jupyterlab theme inspired from JetBrains IDE's Darcula scheme and Material Design." extra: recipe-maintainers: diff --git a/package.json b/package.json index e47ee5c..89005d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adhadse/theme-material-darcula", - "version": "1.0.0", - "description": "Darcula theme for JupyterLab with Material Design. Modelled after the classic Intellij theme.", + "version": "1.0.2", + "description": "A Jupyterlab theme inspired from JetBrains IDE's Darcula scheme and Material Design", "keywords": [ "jupyter", "jupyterlab", diff --git a/release.sh b/release.sh index 05c8034..75f34a5 100644 --- a/release.sh +++ b/release.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION=1.0.0 +VERSION=1.0.2 ## force version in package.json to match VERSION from this script npm --no-git-tag-version version $VERSION --force --allow-same-version diff --git a/setup.py b/setup.py index 151d73f..a3d8e34 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ version=version, url="https://github.com/adhadse/theme-material-darcula", author="Anurag Dhadse", - description="Darcula theme for JupyterLab with Material design. Modelled after the classic Intellij theme.", + description="A Jupyterlab theme inspired from JetBrains IDE's Darcula scheme and Material Design.", long_description=long_description, long_description_content_type="text/markdown", cmdclass=cmdclass, diff --git a/theme-material-darcula-github-description.png b/theme-material-darcula-github-description.png new file mode 100644 index 0000000..ae345f2 Binary files /dev/null and b/theme-material-darcula-github-description.png differ