@ckeditor/ckeditor5-ai
Version:
AI features for CKEditor 5.
30 lines (23 loc) • 1.82 kB
CSS
/*
* What you're currently looking at is the source code of a legally protected, proprietary software.
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
*
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
:root {
--ck-ai-suggestion-inactive-color-background: hsla(128, 6%, 93%, 0.35);
--ck-ai-suggestion-inactive-color-border: hsla(128, 1%, 73%, 0.35);
--ck-ai-suggestion-marker-insertion-border-color: var(--ck-color-suggestion-marker-insertion-border, hsla(128, 71%, 40%, .35));
--ck-ai-suggestion-marker-insertion-background-color: var(--ck-color-suggestion-marker-insertion-background, hsla(128, 71%, 65%, .35));
--ck-ai-suggestion-marker-deletion-border-color: var(--ck-color-suggestion-marker-deletion-border, hsla(345, 71%, 40%, .35));
--ck-ai-suggestion-marker-deletion-background-color: var(--ck-color-suggestion-marker-deletion-background, hsla(345, 71%, 65%, .35));
--ck-ai-suggestion-marker-deletion-stroke-color: var(--ck-color-suggestion-marker-deletion-stroke, hsla(345, 71%, 20%, .5));
--ck-ai-suggestion-marker-deletion-border-color-active: hsla(345, 71%, 25%, .5);
--ck-ai-suggestion-marker-deletion-background-color-active: hsla(345, 71%, 50%, .5);
--ck-ai-suggestion-marker-insertion-border-color-active: hsla(128, 71%, 25%, .5);
--ck-ai-suggestion-marker-insertion-background-color-active: hsla(128, 71%, 50%, .5);
--ck-ai-review-mode-suggestion-color: hsla(263, 59%, 52%, 0.5);
--ck-ai-review-mode-suggestion-color-active: hsla(263, 62%, 36%, 0.8);
}