Skip to content

Commit

Permalink
0.0.16: Use lighter blue for Minimal Markdown Editor sublists and oth…
Browse files Browse the repository at this point in the history
…er CodeMirror elements
  • Loading branch information
christianhans committed Oct 19, 2019
1 parent 1f433b6 commit 448f651
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions dist/dist.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dist.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ metatype: json
"content_type": "SN|Theme",
"area": "themes",
"description": "Gruvbox Dark Theme for Standard Notes",
"version": "v0.0.15",
"version": "v0.0.16",
"url": "https://cdn.jsdelivr.net/gh/christianhans/sn-gruvbox-dark-theme@master/dist/dist.css",
"download_url": "https://github.com/christianhans/sn-gruvbox-dark-theme/archive/0.0.15.zip",
"download_url": "https://github.com/christianhans/sn-gruvbox-dark-theme/archive/0.0.16.zip",
"marketing_url": "https://github.com/christianhans/sn-gruvbox-dark-theme",
"latest_url": "https://listed.to/CkWVdPhzvs",
"thumbnail_url": "https://raw.githubusercontent.com/christianhans/sn-gruvbox-dark-theme/master/preview.png",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-gruvbox-dark-theme",
"version": "0.0.15",
"version": "0.0.16",
"main": "dist/dist.css",
"devDependencies": {
"debug": ">=2.6.9",
Expand Down
5 changes: 5 additions & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,9 @@
background: var(--success-color) !important;
color: var(--foreground-1) !important;
}

/* Use lighter blue for Minimal Markdown Editor sublists and other CodeMirror elements */
.cm-s-default .cm-variable-3 {
color: #7e9a8f !important;
}
}

0 comments on commit 448f651

Please sign in to comment.