@redocly/theme
Version:
Shared UI components lib
34 lines (27 loc) • 1.25 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.tagDarkMode = void 0;
const styled_components_1 = require("styled-components");
exports.tagDarkMode = (0, styled_components_1.css) `
--tag-operation-color-delete:
--tag-operation-bg-color-delete:
--tag-operation-color-get:
--tag-operation-bg-color-get:
--tag-operation-color-post:
--tag-operation-bg-color-post:
--tag-operation-color-put:
--tag-operation-bg-color-put:
--tag-operation-color-patch:
--tag-operation-bg-color-patch:
--tag-operation-color-head:
--tag-operation-bg-color-head:
--tag-operation-color-options:
--tag-operation-bg-color-options:
.tag-grey,
.tag-draft,
.tag-schema,
.tag-default {
--tag-bg-color: var(--color-warm-grey-4); // @presenter Color
}
`;
//# sourceMappingURL=variables.dark.js.map