tsondb 0.7.5 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsondb",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Lukas Obermann",
@@ -54,6 +54,7 @@
54
54
  --highlight-color-list-item-marker: rgb(195, 58, 237);
55
55
  --highlight-color-table-marker: rgb(237, 58, 118);
56
56
  --highlight-color-attributed: rgb(48, 81, 228);
57
+ --highlight-color-heading-marker: rgb(62, 189, 191);
57
58
  }
58
59
 
59
60
  @media (prefers-color-scheme: dark) {
@@ -87,6 +88,7 @@
87
88
  --highlight-color-list-item-marker: rgb(220, 133, 245);
88
89
  --highlight-color-table-marker: rgb(244, 135, 171);
89
90
  --highlight-color-attributed: rgb(137, 157, 244);
91
+ --highlight-color-heading-marker: rgb(140, 229, 231);
90
92
  --shadow-color: rgba(0, 0, 0, 0);
91
93
  }
92
94
  }
@@ -687,6 +689,10 @@ form > .field--container {
687
689
  color: var(--highlight-color-table-marker);
688
690
  }
689
691
 
692
+ .editor-highlighting .heading-marker {
693
+ color: var(--highlight-color-heading-marker);
694
+ }
695
+
690
696
  .preview .attributed {
691
697
  text-decoration-line: underline;
692
698
  text-decoration-style: dashed;