Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDavid Benson <david@draw.io>2022-03-07 19:53:05 +0300
committerDavid Benson <david@draw.io>2022-03-07 19:53:05 +0300
commit36cd0b3a09e6ac654b983ad7c626a6aa0a4d4a38 (patch)
tree78d2a0c2a8b30b2cac41dc362fc0cdeaa08a0aeb /etc
parent4a516dad5e84ab07c746d7c004a87cc0efdfea8a (diff)
16.6.7 releasev16.6.7
Diffstat (limited to 'etc')
-rw-r--r--etc/notionExtension/contentScript.js2
-rw-r--r--etc/notionExtension/manifest.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/notionExtension/contentScript.js b/etc/notionExtension/contentScript.js
index 2b547592..649312f8 100644
--- a/etc/notionExtension/contentScript.js
+++ b/etc/notionExtension/contentScript.js
@@ -2,7 +2,7 @@
{
// Specifies if images should be changed for dark mode
var convertImages = true;
- var backgroundColor = '#2F3437';
+ var backgroundColor = '#191919';
var convertAttrib = 'data-drawio-src';
var editor = 'https://embed.diagrams.net/?embedInline=1&libraries=1&configure=1';
//editor = 'https://test.draw.io/?dev=1&embedInline=1&libraries=1&configure=1';
diff --git a/etc/notionExtension/manifest.json b/etc/notionExtension/manifest.json
index 59896420..ec322433 100644
--- a/etc/notionExtension/manifest.json
+++ b/etc/notionExtension/manifest.json
@@ -1,6 +1,6 @@
{
"name": "draw.io for Notion",
- "version": "1.0.8",
+ "version": "1.0.9",
"description": "Insert draw.io diagrams in Notion pages and edit them",
"permissions": [
"storage",