@robotical/sensors-dashboard
Version:
A dashboard tool for depicting Marty data by Robotical
30 lines (29 loc) • 1.61 kB
TypeScript
export declare const BLACK = "rgb(38,38,38)";
export declare const BLACK_075 = "rgba(38, 38, 38, 0.75)";
export declare const BLACK_05 = "rgba(38, 38, 38, 0.5)";
export declare const BLACK_025 = "rgba(0,0,0, 0.25)";
export declare const GREY = "rgba(81, 81, 81, 0.5)";
export declare const GREY_2 = "#f5f5f5";
export declare const GREY_3 = "rgb(143, 142, 148)";
export declare const GREY_4 = "rgb(223, 223, 223)";
export declare const HINT_GREY = "rgba(125,125,125, 0.5)";
export declare const MAIN_BLUE = "rgb(55, 171, 200)";
export declare const AQUA_BLUE_025 = "rgba(55, 171, 200, 0.25)";
export declare const AQUA_BLUE_05 = "rgba(55, 171, 200, 0.5)";
export declare const PALE_BLUE = "#94cddc";
export declare const WHITE = "rgb(245,245,245)";
export declare const TRUE_WHITE = "rgb(255, 255, 255)";
export declare const PALE_WHITE = "rgba(245,245,245, 0.5)";
export declare const GREEN = "rgb(0, 213, 146)";
export declare const RED = "rgb(237, 82, 82)";
export declare const SAND_YELLOW = "rgb(244, 218,97)";
export declare const SAND_YELLOW_25 = "rgba(244, 218,97, 0.25)";
export declare const SAND_YELLOW_50 = "rgba(244, 218, 97, 0.5)";
export declare const BLUE_LED = "rgba(0, 0, 128, 0.5)";
export declare const GREEN_LED = "rgba(0, 128, 0, 0.5)";
export declare const PINK_LED = "rgba(128, 0, 128, 0.5)";
export declare const SCREENFREE_PURPLE = "rgb(118, 53, 151)";
export declare const SCREENFREE_GREEN = "rgb(3, 125, 60)";
export declare const SCREENFREE_YELLOW = "rgb(250, 217, 5)";
export declare const SCREENFREE_RED = "rgb(91, 20, 19)";
export declare const SCREENFREE_BLUE = "rgb(0, 170, 255)";