| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "has-gradients": false,
- "has-radius": false,
- "has-boxshadow": false,
- "has-button-borders": false,
- "preview-bg": "#eeeeee",
- "text": "#333333",
- "text-inverse": "#ffffff",
- "text-disabled": "#aaaaaa",
- "text-error": "#aa0000",
- "btn-text": "#333333",
- "btn-text-shadow": "#ffffff",
- "btn-bg": "#ffffff",
- "btn-bg-hlight": "#D9D9D9",
- "btn-border-top": "transparent",
- "btn-border-right": "transparent",
- "btn-border-bottom": "transparent",
- "btn-border-left": "transparent",
- "btn-split-border": "#bdbdbd",
- "btn-primary-text": "#ffffff",
- "btn-primary-text-shadow": "#333333",
- "btn-primary-bg": "#0088cc",
- "btn-primary-bg-hlight": "#0044cc",
- "btn-padding": "4px 8px",
- "menu-bg": "#ffffff",
- "menu-border": "rgba(0, 0, 0, 0.2)",
- "menuitem-text": "#333333",
- "menuitem-bg-selected": "#0088CC",
- "menuitem-bg-selected-hlight": "#0077B3",
- "menuitem-separator-top": "#CBCBCB",
- "menuitem-separator-bottom": "#ffffff",
- "menuitem-text-inverse": "#ffffff",
- "menuitem-bg-active": "#C8DEF4",
- "menuitem-text-active": "#333333",
- "menuitem-preview-border-active": "#aaaaaa",
- "checkbox-border-focus": "#59a5e1",
- "checkbox-border": "#c5c5c5",
- "panel-border": "#9E9E9E",
- "panel-bg": "#FDFDFD",
- "panel-bg-hlight": "#DDDDDD",
- "textbox-bg": "#ffffff",
- "textbox-border-focus": "#59a5e1",
- "textbox-border": "#c5c5c5",
- "window-bg": "#ffffff",
- "window-border": "#c4c4c4",
- "tab-bg": "#e3e3e3",
- "tab-bg-hover": "#FDFDFD",
- "tab-bg-active": "#FDFDFD",
- "tab-border": "#c5c5c5",
- "tabs-bg": "#ffffff",
- "slider-border": "#aaaaaa",
- "slider-bg": "#eeeeee",
- "slider-handle-border": "#bbbbbb",
- "slider-handle-bg": "#dddddd",
- "colorbtn-backcolor-bg": "#bbbbbb",
- "grid-border-active": "#a1a1a1",
- "grid-border": "#d6d6d6",
- "notification-bg": "#F0F0F0",
- "notification-border": "#CCCCCC",
- "notification-text": "#333333",
- "notification-success-bg": "#dff0d8",
- "notification-success-border": "#d6e9c6",
- "notification-success-text": "#3c763d",
- "notification-info-bg": "#d9edf7",
- "notification-info-border": "#779ECB",
- "notification-info-text": "#31708f",
- "notification-warning-bg": "#fcf8e3",
- "notification-warning-border": "#faebcc",
- "notification-warning-text": "#8a6d3b",
- "notification-error-bg": "#f2dede",
- "notification-error-border": "#ebccd1",
- "notification-error-text": "#a94442",
- "progress-border": "#cccccc",
- "progress-bar-bg": "#dfdfdf",
- "progress-bar-bg-hlight": "#cccccc",
- "progress-text": "#333333",
- "progress-text-shadow": "#ffffff",
- "thumb-text": "#333333",
- "thumb-border": "#aaaaaa",
- "thumb-border-checked": "#00709f",
- "thumb-info-bg": "#333333",
- "thumb-info-text": "#ffffff",
- "thumb-checkbox-border": "#ffffff",
- "thumb-checkbox-bg": "#333333",
- "thumb-info-active-border": "rgba(82,168,236,1)"
- }
|