export declare const backgroundColor = "#202e46";
export declare const light = "#e2e2e2";
export declare const dark = "#b9c7e6";
export declare const lineNumbers = "rgba(255,255,255,0.2)";
export declare const lineNumbersActive = "rgba(255,255,255,0.5)";
export declare const selectionBackground = "#000";
export declare const selectionBackgroundMatch = "rgba(0,0,0,0.4)";
export declare const lineHighlight = "rgba(0,0,0,0.1)";
export declare const caretColor = "white";
export declare const MINT: string;
export declare const AQUA: string;
export declare const SKY: string;
export declare const LAVENDER: string;
export declare const SALMON: string;
export declare const GOLDENROD: string;
export declare const PANIC = "#ff2222";
