@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" />
38 lines (37 loc) • 927 B
JavaScript
// src/githubLight.ts
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"
}
};
export {
githubLight
};
//# sourceMappingURL=githubLight.js.map