UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

83 lines (82 loc) 2.97 kB
export declare const THEMES: { default: { 'ag-header-background-color': string; 'ag-data-color': string; 'ag-header-foreground-color': string; 'ag-background-color': string; 'ag-foreground-color': string; 'ag-row-hover': string; 'ag-header-cell-moving-background-color': string; slab_table_row_even_background: string; slab_table_row_odd_background: string; slab_background_primary: string; slab_foreground_primary: string; slab_modal_header_background: string; slab_modal_bottom_background: string; slab_component_border_color: string; slab_table_border_color: string; slab_table_row_selection_background: string; slab_tab_selection_background: string; slab_table_row_hover_background: string; slab_table_row_selection_foreground: string; slab_scrollbar_thumb_background: string; slab_scrollbar_width: string; slab_scrollbar_height: string; primary: string; success: string; warning: string; danger: string; info: string; secondary: string; primary_light: string; primary_lighter: string; success_light: string; success_lighter: string; warning_light: string; warning_lighter: string; danger_light: string; danger_lighter: string; 'text-color': string; 'text-color-secondary': string; }; dark: { 'ag-header-background-color': string; 'ag-data-color': string; 'ag-header-foreground-color': string; 'ag-background-color': string; 'ag-foreground-color': string; 'ag-row-hover': string; 'ag-header-cell-moving-background-color': string; slab_table_row_even_background: string; slab_table_row_odd_background: string; slab_background_primary: string; slab_foreground_primary: string; slab_modal_header_background: string; slab_modal_bottom_background: string; slab_component_border_color: string; slab_table_border_color: string; slab_table_row_selection_background: string; slab_tab_selection_background: string; slab_table_row_hover_background: string; slab_table_row_selection_foreground: string; slab_scrollbar_thumb_background: string; slab_scrollbar_width: string; slab_scrollbar_height: string; primary: string; success: string; warning: string; danger: string; info: string; secondary: string; primary_light: string; primary_lighter: string; success_light: string; success_lighter: string; warning_light: string; warning_lighter: string; danger_light: string; danger_lighter: string; 'text-color': string; 'text-color-secondary': string; }; };