declare const _default: { syntax: { /** HTML/XML tags, language variables, library classes, CSS properties */ tag: import("./color.js").Color; /** Function names, function calls, tag attributes, list bullets */ func: import("./color.js").Color; /** Type names, class names, CSS tag names, markup links */ entity: import("./color.js").Color; /** String literals, imports/packages, markup headings */ string: import("./color.js").Color; /** Regular expressions, escape characters, blockquotes */ regexp: import("./color.js").Color; /** Member variables, library functions, markup italic/bold */ markup: import("./color.js").Color; /** Keywords, storage types, template expressions */ keyword: import("./color.js").Color; /** Decorators, annotations, markup strikethrough */ special: import("./color.js").Color; /** Code comments (typically rendered italic) */ comment: import("./color.js").Color; /** Named constants, function parameters */ constant: import("./color.js").Color; /** Binary operators, accessor punctuation */ operator: import("./color.js").Color; }; vcs: { /** New files/lines in version control */ added: import("./color.js").Color; /** Changed files/lines in version control */ modified: import("./color.js").Color; /** Deleted files/lines in version control */ removed: import("./color.js").Color; }; editor: { /** Main editor text color */ fg: import("./color.js").Color; /** Editor background */ bg: import("./color.js").Color; /** Current line highlight background */ line: import("./color.js").Color; selection: { /** Selection highlight when editor is focused */ active: import("./color.js").Color; /** Selection highlight when editor is unfocused */ inactive: import("./color.js").Color; }; findMatch: { /** Current search match highlight */ active: import("./color.js").Color; /** Other search match highlights */ inactive: import("./color.js").Color; }; gutter: { /** Line number for current line */ active: import("./color.js").Color; /** Line numbers for other lines */ normal: import("./color.js").Color; }; indentGuide: { /** Indent guide at current level */ active: import("./color.js").Color; /** Indent guides at other levels */ normal: import("./color.js").Color; }; }; ui: { /** UI text (sidebars, panels, menus) */ fg: import("./color.js").Color; /** UI background areas */ bg: import("./color.js").Color; /** Separator lines between UI sections */ line: import("./color.js").Color; selection: { /** Active/hovered UI item */ active: import("./color.js").Color; /** Selected UI item */ normal: import("./color.js").Color; }; panel: { /** Panel backgrounds (explorer, debug) */ bg: import("./color.js").Color; /** Drop shadows for panels */ shadow: import("./color.js").Color; }; }; common: { accent: { /** Primary accent color for highlights, caret, focus states */ tint: import("./color.js").Color; /** Content color on accent backgrounds */ on: import("./color.js").Color; }; /** Error messages and error states */ error: import("./color.js").Color; }; }; export default _default;