Skip to content

Commit

Permalink
Minimized dropshadow on Selected cell and Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adhadse committed Feb 20, 2023
1 parent 9f36f77 commit 8d5ed55
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @adhadse/theme-material-darcula

[![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)
![Build](https://github.com/adhadse/theme-material-darcula/actions/workflows/build.yml/badge.svg)
[![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) -->
Expand Down
4 changes: 2 additions & 2 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.3"
version: "1.0.4"

source:
path: .
git_rev: v1.0.3
git_rev: v1.0.4
git_url: https://github.com/adhadse/theme-material-darcula

build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adhadse/theme-material-darcula",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Jupyterlab theme inspired by JetBrains IDE's Darcula scheme and Material Design.",
"keywords": [
"jupyter",
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.3
VERSION=1.0.4

## 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 style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ body {
.jp-mod-selected {
background-color: #353434;
border-radius: 2px;
box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 40%);
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 40%);
}

.cm-lsp-highlight, span.CodeMirror-selectedtext {
Expand Down

0 comments on commit 8d5ed55

Please sign in to comment.