@uiw/codemirror-theme-copilot
Version:
Theme copilot for CodeMirror.
26 lines (25 loc) • 546 B
TypeScript
export declare const config: {
background: string;
foreground: string;
selection: string;
selectionMatch: string;
cursor: string;
dropdownBackground: 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: string;
regexp: string;
tag: string;
};