UNPKG

kityminder

Version:
59 lines (47 loc) 1.74 kB
['snow', 'snow-compact'].forEach(function(name) { var compact = name == 'snow-compact'; KityMinder.registerTheme(name, { 'background': '#3A4144 url(ui/theme/default/images/grid.png) repeat', 'root-color': '#430', 'root-background': '#e9df98', 'root-stroke': '#e9df98', 'root-font-size': 24, 'root-padding': compact ? [5, 10] : [15, 25], 'root-margin': compact ? 15 : 30, 'root-radius': 5, 'root-space': 10, 'root-shadow': 'rgba(0, 0, 0, .25)', 'main-color': '#333', 'main-background': '#a4c5c0', 'main-stroke': '#a4c5c0', 'main-font-size': 16, 'main-padding': compact ? [4, 10] : [6, 20], 'main-margin': compact ? [5, 10] : [20, 40], 'main-radius': 5, 'main-space': 5, 'main-shadow': 'rgba(0, 0, 0, .25)', 'sub-color': 'black', 'sub-background': 'white', 'sub-stroke': 'white', 'sub-font-size': 12, 'sub-padding': [5, 10], 'sub-margin': compact ? [5, 10] : [10, 20], 'sub-radius': 5, 'sub-space': 5, 'connect-color': 'white', 'connect-width': 2, 'main-connect-width': 3, 'connect-radius': 5, 'selected-background': 'rgb(254, 219, 0)', 'selected-stroke': 'rgb(254, 219, 0)', 'marquee-background': 'rgba(255,255,255,.3)', 'marquee-stroke': 'white', 'drop-hint-color': 'yellow', 'drop-hint-width': 4, 'order-hint-area-color': 'rgba(0, 255, 0, .5)', 'order-hint-path-color': '#0f0', 'order-hint-path-width': 1, 'text-selection-color': 'rgb(27,171,255)', 'line-height':1.5 }); });