@ckeditor/ckeditor5-theme-lark 0.0.0-nightly-20231023.0 → 0.0.0-nightly-20231024.0

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": "@ckeditor/ckeditor5-theme-lark",
3
- "version": "0.0.0-nightly-20231023.0",
3
+ "version": "0.0.0-nightly-20231024.0",
4
4
  "description": "A bright theme for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -9,7 +9,7 @@
9
9
  "ckeditor5-theme"
10
10
  ],
11
11
  "dependencies": {
12
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20231023.0"
12
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20231024.0"
13
13
  },
14
14
  "author": "CKSource (http://cksource.com/)",
15
15
  "license": "GPL-2.0-or-later",
@@ -110,5 +110,9 @@
110
110
 
111
111
  /* -- Search result highlight ---------------------------------------------------------------- */
112
112
 
113
- --ck-color-highlight-background: hsl(60, 100%, 50%)
113
+ --ck-color-highlight-background: hsl(60, 100%, 50%);
114
+
115
+ /* -- Generic colors ------------------------------------------------------------------------- */
116
+
117
+ --ck-color-light-red: hsl(0, 100%, 90%);
114
118
  }