--- category: api-reference --- # CKEditor 5 Lark theme [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-theme-lark.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark) This package implements 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/tree/master/packages/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/tree/master/packages/ckeditor5-theme-lark) * [Issue tracker](https://github.com/ckeditor/ckeditor5/issues) * [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)