|
|
@@ -0,0 +1,30 @@
|
|
|
+---
|
|
|
+category: api-reference
|
|
|
+---
|
|
|
+
|
|
|
+# CKEditor 5 Lark theme
|
|
|
+
|
|
|
+[](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark)
|
|
|
+
|
|
|
+This package implements the lark theme – the default CKEditor 5 theme.
|
|
|
+
|
|
|
+## Documentation
|
|
|
+
|
|
|
+See the {@link framework/guides/theme-customization Theme customization} guide and the {@link examples/theme-customization example of Lark theme customization}.
|
|
|
+
|
|
|
+## Installation
|
|
|
+
|
|
|
+```bash
|
|
|
+npm install --save @ckeditor/ckeditor5-theme-lark
|
|
|
+```
|
|
|
+
|
|
|
+## Contribute
|
|
|
+
|
|
|
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-theme-lark.
|
|
|
+
|
|
|
+## External links
|
|
|
+
|
|
|
+* [`@ckeditor/ckeditor5-theme-lark` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark)
|
|
|
+* [`ckeditor/ckeditor5-theme-lark` on GitHub](https://github.com/ckeditor/ckeditor5-theme-lark)
|
|
|
+* [Issue tracker](https://github.com/ckeditor/ckeditor5-theme-lark/issues)
|
|
|
+* [Changelog](https://github.com/ckeditor/ckeditor5-theme-lark/blob/master/CHANGELOG.md)
|