@uiw/codemirror-theme-tomorrow-night-blue
Version:
Theme tomorrow-night-blue for CodeMirror.
31 lines (30 loc) • 679 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.config = void 0;
var config = exports.config = {
background: '#002451',
foreground: '#ffffff',
selection: '#003f8e',
selectionMatch: '#003f8e',
cursor: '#ffffff',
dropdownBackground: '#001733',
activeLine: '#00346e7a',
matchingBracket: '#00346e',
keyword: '#EBBBFF',
storage: '#EBBBFF',
variable: '#FFC58F',
parameter: '#FFC58F',
"function": '#BBDAFF',
string: '#D1F1A9',
constant: '#FFC58F',
type: '#FFEEAD',
"class": '#BBDAFF',
number: '#FFC58F',
comment: '#7285B7',
heading: '#D1F1A9',
invalid: '#a92049',
regexp: '#D1F1A9',
tag: '#FF9DA4'
};