@alisowski/codemirror-theme-andromeda
Version:
Theme andromeda for CodeMirror.
27 lines (26 loc) • 572 B
TypeScript
export declare const config: {
background: string;
foreground: string;
selection: string;
selectionMatch: string;
cursor: string;
dropdownBackground: string;
dropdownBorder: string;
activeLine: string;
matchingBracket: string;
keyword: string;
storage: string;
variable: string;
parameter: string;
function: string;
string: string;
constant: string;
type: string;
class: string;
number: string;
comment: string;
heading: string;
invalid: null;
regexp: string;
tag: string;
};