Skip to content

Commit

Permalink
Updated README.md with anaconda badge and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adhadse committed Nov 25, 2022
1 parent 7606290 commit 9194a80
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ junit.xml
.vscode

theme-material-darcula/labextension
condavenv/
condavenv/

.fuse_*
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

[![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/)
![Anaconda.org](https://anaconda.org/conda-forge/theme-material-darcula/badges/version.svg)
<!-- [![npm](https://img.shields.io/npm/v/@adhadse/theme-material-darcula.svg)](https://www.npmjs.com/package/@adhadse/theme-material-darcula) -->

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!
A Jupyterlab theme inspired by 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)
![material-darcula](theme-material-darcula-github-description.png)

## Prerequisites

Expand All @@ -25,6 +26,11 @@ With `conda`:
```bash
conda install -c conda-forge theme-material-darcula
```
With `mamba`:

```bash
mamba install -c conda-forge theme-darcula
```

**For Jupyterlab < 3**
```bash
Expand Down
Binary file removed darcula_preview.png
Binary file not shown.
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.2"
version: "1.0.3"

source:
path: .
git_rev: v1.0.2
git_rev: v1.0.3
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: "A Jupyterlab theme inspired from JetBrains IDE's Darcula scheme and Material Design."
summary: "A Jupyterlab theme inspired by JetBrains IDE's Darcula scheme and Material Design."

extra:
recipe-maintainers:
Expand Down
6 changes: 3 additions & 3 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.2",
"description": "A Jupyterlab theme inspired from JetBrains IDE's Darcula scheme and Material Design",
"version": "1.0.3",
"description": "A Jupyterlab theme inspired by JetBrains IDE's Darcula scheme and Material Design.",
"keywords": [
"jupyter",
"jupyterlab",
Expand Down Expand Up @@ -31,7 +31,7 @@
"build:lib": "tsc",
"clean": "jlpm run clean:lib",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"clean:labextension": "rimraf theme-darcula/labextension",
"clean:labextension": "rimraf theme-material-darcula/labextension",
"clean:all": "jlpm run clean:lib && jlpm run clean:labextension",
"eslint": "eslint . --ext .ts,.tsx --fix",
"eslint:check": "eslint . --ext .ts,.tsx",
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.2
VERSION=1.0.3

## 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="A Jupyterlab theme inspired from JetBrains IDE's Darcula scheme and Material Design.",
description="A Jupyterlab theme inspired by JetBrains IDE's Darcula scheme and Material Design.",
long_description=long_description,
long_description_content_type="text/markdown",
cmdclass=cmdclass,
Expand Down
Binary file modified 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 9194a80

Please sign in to comment.