@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.29 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/gruvboxLight.ts
__export(exports, {
gruvboxLight: () => gruvboxLight
});
var gruvboxLight = {
colors: {
surface1: "#fbf1c7",
surface2: "#ebdbb2",
surface3: "#ebdbb2",
clickable: "#808080",
base: "#3c3836",
disabled: "#928374",
hover: "#af3a03",
accent: "#d65d0e",
error: "#9d0006",
errorSurface: "#ebdbb2"
},
syntax: {
plain: "#3c3836",
comment: {
color: "#928374",
fontStyle: "italic"
},
keyword: "#9d0006",
tag: "#076678",
punctuation: "#3c3836",
definition: "#076678",
property: "#b57614",
static: "#3c3836",
string: "#79740e"
},
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=gruvboxLight.js.map