/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-codemirror6/src/theme/dark.css
31 строка
957 B
sergeyteleshev
[CB] Replace material ui with native css variables and tailwind utilities (#4188)
02 апр 2026, 19:24
Не верифицирован
02 апр 2026, 19:24
ea36247
Код
Авторство
О чём код?
.theme-dark { --editor-meta: #ff1717; --editor-keyword: rgb(115, 158, 202); --editor-atom: #56c8d8; --editor-number: rgb(192, 192, 192); --editor-def: #00f; --editor-variable: rgb(126, 186, 211); --editor-variable-2: rgb(193, 170, 108); --editor-variable-3: rgb(193, 170, 108); --editor-property: rgb(126, 186, 211); --editor-operator: rgb(126, 186, 211); --editor-comment: rgb(102, 151, 104); --editor-string: rgb(202, 197, 128); --editor-string-2: #f50; --editor-qualifier: #555; --editor-builtin: #ab87ff; --editor-bracket: #cc7; --editor-tag: #170; --editor-attribute: #00c; --editor-link: #219; --editor-error: #f00; --editor-delimiter: rgb(238, 204, 100); --editor-cursor: #fff; --editor-type-name: #c586c0; --editor-class-name: #c586c0; --editor-punctuation: #ffffff8c; --editor-property-name: #569cd6; --editor-bool: #56c8d8; --editor-variable-name: #56c8d8; --editor-label-name: #cf6edf; }