@codesandbox/sandpack-themes
Version:
<img style="width:100%" src="https://user-images.githubusercontent.com/4838076/165913019-2903e055-0399-4b2a-ba10-db9ae9ded1e2.jpg" alt="Component toolkit for live running code editing experiences" />
48 lines (46 loc) • 1.27 kB
JavaScript
var __defProp = Object.defineProperty;
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
var __export = (target, all) => {
__markAsModule(target);
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
// src/amethyst.ts
__export(exports, {
amethyst: () => amethyst
});
var amethyst = {
colors: {
surface1: "#000000",
surface2: "#0a0a23",
surface3: "#3b3b4f",
clickable: "#dfdfe2",
base: "#ffffff",
disabled: "#858591",
hover: "#ffffff",
accent: "#a26cd6",
error: "#ffffff",
errorSurface: "#3b3b4f"
},
syntax: {
plain: "#ffffff",
comment: {
color: "#858591",
fontStyle: "italic"
},
keyword: "#a26cdd",
tag: "#f07178",
punctuation: "#99c9ff",
definition: "#ffffff",
property: "#99c9ff",
static: "#f78c6c",
string: "#57d1b7"
},
font: {
body: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
mono: '"Fira Mono", "DejaVu Sans Mono", Menlo, Consolas, "Liberation Mono", Monaco, "Lucida Console", monospace',
size: "12px",
lineHeight: "18px"
}
};
//# sourceMappingURL=amethyst.js.map