Skip to content

Commit

Permalink
A small patch to update README & description
Browse files Browse the repository at this point in the history
  • Loading branch information
adhadse committed Nov 23, 2022
1 parent af672a3 commit 7606290
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 15 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- [![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)

Expand Down Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file added theme-material-darcula-github-description.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7606290

Please sign in to comment.