@uiw/codemirror-theme-white
Version:
Theme white for CodeMirror.
27 lines (26 loc) • 550 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: null;
storage: null;
variable: null;
parameter: null;
function: null;
string: string;
constant: null;
type: null;
class: null;
number: null;
comment: string;
heading: null;
invalid: null;
regexp: string;
tag: null;
};