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