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" />

46 lines (44 loc) 1.24 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/githubLight.ts __export(exports, { githubLight: () => githubLight }); var githubLight = { colors: { surface1: "#ffffff", surface2: "#F3F3F3", surface3: "#f5f5f5", clickable: "#959da5", base: "#24292e", disabled: "#d1d4d8", hover: "#24292e", accent: "#24292e" }, syntax: { keyword: "#d73a49", property: "#005cc5", plain: "#24292e", static: "#032f62", string: "#032f62", definition: "#6f42c1", punctuation: "#24292e", tag: "#22863a", comment: { color: "#6a737d", fontStyle: "normal" } }, 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: "13px", lineHeight: "20px" } }; //# sourceMappingURL=githubLight.js.map