export const FRAME_COLOR = '#00e7ff'; export const FRAME_COLOR_DIM = 'rgba(0,231,255,0.4)'; export const PANEL_BG = 'rgba(5,5,11,0.75)'; export const HEADER_BG = 'rgba(5,5,11,0.9)'; export const GRID_MAJOR_COLOR = '#1e2a35'; export const GRID_MINOR_COLOR = '#131b24'; export const LABEL_COLOR = '#8fd3d4'; export const MID_COLOR = '#ffe066'; export const WARN_COLOR = '#ff3b3b'; export const OK_COLOR = '#34d399'; export const DEFAULT_TOP_INSET = 70;