export const headerCornerBackground = "#FFF"; export const headerTextColor = "#333"; export const headerBackground = "#FFF"; export const headerGlobalSelectorColor = "#EAECF4"; export const headerSelectedBackground = "#EEEEEE"; export const headerFullSelectedBackground = "#D3D6E9"; export const headerSelectedColor = "#333"; export const headerBorderColor = "#E0E0E0"; export const gridColor = "#E0E0E0"; export const gridSeparatorColor = "#E0E0E0"; export const defaultTextColor = "#2E414D"; export const outlineColor = "#F2994A"; export const outlineBackgroundColor = "#F2994A1A"; export const LAST_COLUMN = 16_384; export const LAST_ROW = 1_048_576; export const ROW_HEIGH_SCALE = 1; export const COLUMN_WIDTH_SCALE = 1;