Skip to content

Commit

Permalink
added dark style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Germaneri committed Jul 17, 2017
1 parent 73463ea commit 1083f56
Showing 1 changed file with 134 additions and 2 deletions.
136 changes: 134 additions & 2 deletions tutorials/styleLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,138 @@
window.styleLibrary = {};
window.defaultStyleLibrary = {};
window.defaultStyleLibrary.dark = {
name: 'dark',
cellBackgroundColor: 'tan'
"name": "dark",
"scrollBarBackgroundColor": "#2a2b28",
"scrollBarBoxColor": "#393939",
"scrollBarActiveColor": "rgba(125, 125, 125, 1)",
"scrollBarBoxWidth": 8,
"scrollBarBoxMargin": 2,
"scrollBarBoxBorderRadius": 3,
"scrollBarBorderColor": "#191a18",
"scrollBarBorderWidth": 0.5,
"scrollBarWidth": 11,
"scrollBarBoxMinSize": 15,
"scrollBarCornerBorderColor": "#364036",
"scrollBarCornerBackgroundColor": "#2a2c29",
"treeArrowClickRadius": 5,
"treeGridHeight": 250,
"treeArrowHeight": 8,
"treeArrowWidth": 13,
"treeArrowColor": "rgba(155, 155, 155, 1)",
"treeArrowBorderColor": "rgba(195, 199, 202, 1)",
"treeArrowBorderWidth": 1,
"treeArrowMarginRight": 5,
"treeArrowMarginLeft": 0,
"treeArrowMarginTop": 6,
"filterTextPrefix": "(filtered) ",
"editCellFontSize": "16px",
"editCellFontFamily": "sans-serif",
"editCellPaddingLeft": 4,
"editCellBoxShadow": "0 2px 5px rgba(0,0,0,0.4)",
"editCellBorder": "solid 1px rgba(110, 168, 255, 1)",
"styleSheet": "",
"contextMenuItemMargin": "2px",
"contextMenuItemBorderRadius": "3px",
"contextMenuLabelMargin": "0 3px 0 0",
"contextMenuLabelDisplay": "inline-block",
"contextMenuLabelMinWidth": "75px",
"contextMenuLabelMaxWidth": "700px",
"contextMenuHoverBackground": "rgba(182, 205, 250, 1)",
"contextMenuColor": "rgba(43, 48, 43, 1)",
"contextMenuHoverColor": "rgba(43, 48, 153, 1)",
"contextMenuFontSize": "16px",
"contextMenuFontFamily": "sans-serif",
"contextMenuBackground": "rgba(240, 240, 240, 1)",
"contextMenuBorder": "solid 1px rgba(158, 163, 169, 1)",
"contextMenuPadding": "2px",
"contextMenuBorderRadius": "3px",
"contextMenuOpacity": "0.98",
"contextMenuFilterInvalidExpresion": "rgba(237, 155, 156, 1)",
"contextMenuMarginTop": 15,
"contextMenuMarginLeft": 3,
"autosizePadding": 5,
"autosizeHeaderCellPadding": 8,
"minHeight": 24,
"minRowHeight": 24,
"minColumnWidth": 45,
"columnWidth": 250,
"backgroundColor": "#1d201d",
"headerOrderByArrowHeight": 8,
"headerOrderByArrowWidth": 13,
"headerOrderByArrowColor": "rgba(155, 155, 155, 1)",
"headerOrderByArrowBorderColor": "rgba(195, 199, 202, 1)",
"headerOrderByArrowBorderWidth": 1,
"headerOrderByArrowMarginRight": 5,
"headerOrderByArrowMarginLeft": 0,
"headerOrderByArrowMarginTop": 6,
"cellHeightWithChildGrid": 150,
"cellWidthWithChildGrid": 250,
"cellHeight": 24,
"cellFont": "16px sans-serif",
"cellPaddingTop": 5,
"cellAutoResizePadding": 13,
"cellPaddingLeft": 5,
"cellPaddingRight": 7,
"cellAlignment": "left",
"cellColor": "#b8b8b8",
"cellBackgroundColor": "#2a2c29",
"cellHoverColor": "#b8b8b8",
"cellHoverBackgroundColor": "#2a2c29",
"cellSelectedColor": "#a9c3a9",
"cellSelectedBackgroundColor": "#444649",
"cellBorderWidth": 0.25,
"cellBorderColor": "#060606",
"activeCellFont": "16px sans-serif",
"activeCellPaddingTop": 5,
"activeCellPaddingLeft": 5,
"activeCellPaddingRight": 7,
"activeCellAlignment": "left",
"activeCellColor": "#cfd9ca",
"activeCellBackgroundColor": "#4d514c",
"activeCellHoverColor": "#ccd6c7",
"activeCellHoverBackgroundColor": "#2a2c29",
"activeCellSelectedColor": "#c8c8c8",
"activeCellSelectedBackgroundColor": "#4d514c",
"activeCellBorderWidth": 0.25,
"activeCellBorderColor": "#515151",
"headerCellPaddingTop": 5,
"headerCellPaddingLeft": 5,
"headerCellPaddingRight": 7,
"headerCellHeight": 25,
"headerCellBorderWidth": 0.25,
"headerCellBorderColor": "#2a2c29",
"headerCellFont": "16px sans-serif",
"headerCellColor": "#a7a7a7",
"headerCellBackgroundColor": "#454843",
"headerCellHoverColor": "#b0b0b0",
"headerCellHoverBackgroundColor": "#5b6359",
"headerCellActiveColor": "#bfc2be",
"headerCellActiveBackgroundColor": "#61655e",
"headerRowWidth": 57,
"rowHeaderCellPaddingTop": 5,
"rowHeaderCellPaddingLeft": 5,
"rowHeaderCellPaddingRight": 5,
"rowHeaderCellHeight": 25,
"rowHeaderCellBorderWidth": 0.25,
"rowHeaderCellBorderColor": "#1c1c1c",
"rowHeaderCellFont": "16px sans-serif",
"rowHeaderCellColor": "#a7a7a7",
"rowHeaderCellBackgroundColor": "#454843",
"rowHeaderCellHoverColor": "#aeaeae",
"rowHeaderCellHoverBackgroundColor": "#5a6258",
"rowHeaderCellSelectedColor": "rgba(50, 50, 50, 1)",
"rowHeaderCellSelectedBackgroundColor": "rgba(217, 217, 217, 1)",
"rowHeaderCellActiveColor": "rgba(0, 0, 0, 1)",
"rowHeaderCellActiveBackgroundColor": "#61655e",
"activeCellOverlayBorderColor": "#5d6059",
"activeCellOverlayBorderWidth": 2,
"selectionOverlayBorderColor": "#3e413d",
"selectionOverlayBorderWidth": 1.25,
"reorderMarkerIndexBorderColor": "rgba(66, 133, 244, 1)",
"reorderMarkerIndexBorderWidth": 2.75,
"reorderMarkerBackgroundColor": "rgba(0, 0, 0, 0.1)",
"reorderMarkerBorderColor": "rgba(0, 0, 0, 0.2)",
"reorderMarkerBorderWidth": 1.25,
"gridBorderColor": "#505050",
"gridBorderWidth": 1
};

0 comments on commit 1083f56

Please sign in to comment.