mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(code-editor): highlight syntax web editor EE-5405 (#8871)
This commit is contained in:
parent
1473cc208b
commit
e156243e43
9 changed files with 41 additions and 4 deletions
|
@ -4,6 +4,8 @@
|
|||
--text-cm-string-color: var(--red-3);
|
||||
--text-cm-number-color: var(--green-1);
|
||||
--text-cm-keyword-color: var(--ui-blue-dark-9);
|
||||
--text-cm-comment-color: var(--ui-orange-6);
|
||||
--text-cm-variable-name-color: var(--ui-green-8);
|
||||
--text-codemirror-color: var(--black-color);
|
||||
--bg-codemirror-color: var(--white-color);
|
||||
--bg-codemirror-gutters-color: var(--grey-17);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue