@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" />
45 lines (43 loc) • 1.32 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/nightOwl.ts
__export(exports, {
nightOwl: () => nightOwl
});
var nightOwl = {
colors: {
surface1: "#011627",
surface2: "#243b4c",
surface3: "#112331",
clickable: "#6988a1",
base: "#808080",
disabled: "#4D4D4D",
hover: "#c5e4fd",
accent: "#c5e4fd",
error: "#ffcdca",
errorSurface: "#811e18"
},
syntax: {
plain: "#d6deeb",
comment: { color: "#999999", fontStyle: "italic" },
keyword: { color: "#c792ea", fontStyle: "italic" },
tag: "#7fdbca",
punctuation: "#7fdbca",
definition: "#82aaff",
property: { color: "#addb67", fontStyle: "italic" },
static: "#f78c6c",
string: "#ecc48d"
},
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=nightOwl.js.map