altair-graphql-core
Version:
Several of the core logic for altair graphql client
26 lines • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const theme_1 = require("../theme");
const theme = {
'color.bg': theme_1.foundationColors.black,
'color.offBg': '#343233',
'color.font': theme_1.foundationColors.white,
'color.offFont': theme_1.foundationColors.lightGray,
'color.border': '#565c64',
'color.offBorder': '#565656',
'color.headerBg': '#343233',
'shadow.opacity': 0.3,
'color.editor.comment': theme_1.foundationColors.darkGray,
'color.editor.string': theme_1.foundationColors.orange,
'color.editor.number': theme_1.foundationColors.orange,
'color.editor.variable': theme_1.foundationColors.white,
'color.editor.attribute': theme_1.foundationColors.green,
'color.editor.keyword': theme_1.foundationColors.blue,
'color.editor.atom': theme_1.foundationColors.white,
'color.editor.property': theme_1.foundationColors.blue,
'color.editor.definition': theme_1.foundationColors.orange,
'color.editor.punctuation': theme_1.foundationColors.blue,
'color.editor.cursor': theme_1.foundationColors.blue,
};
exports.default = theme;
//# sourceMappingURL=dark.js.map