UNPKG

@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.28 kB
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/neoCyan.ts __export(exports, { neoCyan: () => neoCyan }); var neoCyan = { colors: { surface1: "#2b3935", surface2: "#191324", surface3: "#524763", clickable: "#aaaaaa", base: "#ffffff", disabled: "#aaaaaa", hover: "#ffffff", accent: "#82d8d8", error: "#e54b4b", errorSurface: "#191324" }, syntax: { plain: "#ffffff", comment: { color: "#82d8d8", fontStyle: "italic" }, keyword: "#e54b4b", tag: "#ff26be", punctuation: "#9588aa", definition: "#82d8d8", property: "#82d8d8", static: "#82d8d8", string: "#a8fe39" }, font: { body: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"', mono: '"MonoLisa", "Fira Mono", "DejaVu Sans Mono", Menlo, Consolas, "Liberation Mono", Monaco, "Lucida Console", monospace', size: "12px", lineHeight: "18px" } }; //# sourceMappingURL=neoCyan.js.map