@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/gruvboxDark.ts
__export(exports, {
gruvboxDark: () => gruvboxDark
});
var gruvboxDark = {
colors: {
surface1: "#282828",
surface2: "#3c3836",
surface3: "#3c3836",
clickable: "#ebdbb2",
base: "#ebdbb2",
disabled: "#928374",
hover: "#fe8019",
accent: "#d65d0e",
error: "#ff453a",
errorSurface: "#3c3836"
},
syntax: {
plain: "#ebdbb2",
comment: {
color: "#928374",
fontStyle: "italic"
},
keyword: "#ff453a",
tag: "#83a598",
punctuation: "#ebdbb2",
definition: "#83a598",
property: "#fabd2f",
static: "#ebdbb2",
string: "#b8bb26"
},
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=gruvboxDark.js.map