import { Color } from '../../common/color'; export declare const editorErrorBackground: string; export declare const editorErrorForeground: string; export declare const editorErrorBorder: string; export declare const editorWarningBackground: string; export declare const editorWarningForeground: string; export declare const editorWarningBorder: string; export declare const editorInfoForeground: string; export declare const editorInfoBorder: string; export declare const editorInfoBackground: string; export declare const editorHintForeground: string; export declare const editorHintBorder: string; export declare const editorBackground: string; /** * Editor foreground color. */ export declare const editorForeground: string; /** * Editor widgets */ export declare const editorWidgetForeground: string; export declare const editorWidgetBackground: string; export declare const editorWidgetBorder: string; export declare const editorWidgetResizeBorder: string; /** * Editor selection colors. */ export declare const editorSelectionBackground: string; export declare const editorSelectionForeground: string; export declare const editorInactiveSelection: string; export declare const editorSelectionHighlight: string; export declare const editorSelectionHighlightBorder: string; /** * Editor find match colors. */ export declare const editorFindMatch: string; export declare const editorFindMatchHighlight: string; export declare const editorFindRangeHighlight: string; export declare const editorFindMatchBorder: string; export declare const editorFindMatchHighlightBorder: string; export declare const editorFindRangeHighlightBorder: string; /** * Search Editor query match colors. * * Distinct from normal editor find match to allow for better differentiation */ export declare const searchEditorFindMatch: string; export declare const searchEditorFindMatchBorder: string; /** * Editor hover */ export declare const editorHoverHighlight: string; export declare const editorHoverBackground: string; export declare const editorHoverForeground: string; export declare const editorHoverBorder: string; export declare const editorHoverStatusBarBackground: string; /** * Editor link colors */ export declare const editorActiveLinkForeground: string; /** * Diff Editor Colors */ export declare const defaultInsertColor: Color; export declare const defaultRemoveColor: Color; export declare const diffInserted: string; export declare const diffRemoved: string; export declare const diffInsertedLine: string; export declare const diffRemovedLine: string; export declare const diffInsertedLineGutter: string; export declare const diffRemovedLineGutter: string; export declare const diffOverviewRulerInserted: string; export declare const diffOverviewRulerRemoved: string; export declare const diffInsertedOutline: string; export declare const diffRemovedOutline: string; export declare const diffBorder: string; export declare const diffDiagonalFill: string; /** * Merge Editor Colors */ export declare const defaultMergeEditorInsertColor: Color; export declare const defaultMergeEditorRemoveColor: Color; export declare const defaultMergeEditorModifyColor: Color; export declare const mergeEditorInserted: string; export declare const mergeEditorRemoved: string; export declare const mergeEditorModify: string; export declare const mergeEditorInnerCharInserted: string; export declare const mergeEditorInnerCharRemoved: string; export declare const mergeEditorInnerCharModify: string; /** * Editor View Colors from editorColorRegistry */ export declare const editorLineHighlight: string; export declare const editorLineHighlightBorder: string; export declare const editorRangeHighlight: string; export declare const editorRangeHighlightBorder: string; export declare const editorSymbolHighlight: string; export declare const editorSymbolHighlightBorder: string; export declare const editorCursorForeground: string; export declare const editorCursorBackground: string; export declare const editorWhitespaces: string; export declare const editorIndentGuides: string; export declare const editorActiveIndentGuides: string; export declare const editorLineNumbers: string; export declare const editorActiveLineNumber: string; export declare const editorRuler: string; export declare const editorCodeLensForeground: string; export declare const editorBracketMatchBackground: string; export declare const editorBracketMatchBorder: string; export declare const editorOverviewRulerBorder: string; export declare const editorOverviewRulerBackground: string; export declare const editorGutter: string; export declare const editorUnnecessaryCodeBorder: string; export declare const editorUnnecessaryCodeOpacity: string; export declare const overviewRulerRangeHighlight: string; export declare const overviewRulerError: string; export declare const overviewRulerWarning: string; export declare const overviewRulerInfo: string; export declare const EDITOR_PANE_BACKGROUND: string; export declare const EDITOR_GROUP_EMPTY_BACKGROUND: string; export declare const EDITOR_GROUP_FOCUSED_EMPTY_BORDER: string; export declare const EDITOR_GROUP_HEADER_TABS_BACKGROUND: string; export declare const EDITOR_GROUP_HEADER_TABS_BORDER: string; export declare const EDITOR_GROUP_HEADER_NO_TABS_BACKGROUND: string; export declare const EDITOR_GROUP_HEADER_BORDER: string; export declare const EDITOR_GROUP_BORDER: string; export declare const EDITOR_DRAG_AND_DROP_BACKGROUND: string; export declare const EDITOR_DROP_INTO_PROMPT_FOREGROUND: string; export declare const EDITOR_DROP_INTO_PROMPT_BACKGROUND: string; export declare const EDITOR_DROP_INTO_PROMPT_BORDER: string; export declare const SIDE_BY_SIDE_EDITOR_HORIZONTAL_BORDER: string; export declare const SIDE_BY_SIDE_EDITOR_VERTICAL_BORDER: string; /** * Inline hints */ export declare const editorInlayHintForeground: string; export declare const editorInlayHintBackground: string; export declare const editorInlayHintTypeForeground: string; export declare const editorInlayHintTypeBackground: string; export declare const editorInlayHintParameterForeground: string; export declare const editorInlayHintParameterBackground: string; export declare const editorImagePreviewBackground: string; export declare const ghostTextBorder: string; export declare const ghostTextForeground: string; export declare const ghostTextBackground: string; //# sourceMappingURL=editor.d.ts.map