12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "skin-name": "app",
- "preview-bg": "#ffffff",
- "text": "#454545",
- "text-inverse": "#ffffff",
- "text-disabled": "#aaaaaa",
- "has-gradients": false,
- "has-radius": true,
- "has-boxshadow": false,
- "has-button-borders": false,
- "btn-text": "#333333",
- "btn-text-shadow": "#ffffff",
- "btn-bg": "#ffffff",
- "btn-bg-hlight": "#f5f5f5",
- "btn-border-top": "#CFD3D6",
- "btn-border-right": "#CFD3D6",
- "btn-border-bottom": "#CFD3D6",
- "btn-border-left": "#CFD3D6",
- "btn-split-border": "#CFD3D6",
- "btn-primary-text": "#ffffff",
- "btn-primary-text-shadow": "#333333",
- "btn-primary-bg": "#1B2531",
- "btn-primary-bg-hlight": "#1b2531",
- "btn-padding": "5px 10px",
- "menu-bg": "#ffffff",
- "menu-border": "#CFD3D6",
- "menuitem-text": "#333333",
- "menuitem-bg-selected": "#f5f5f5",
- "menuitem-bg-selected-hlight": "#f5f5f5",
- "menuitem-separator-top": "#CFD3D6",
- "menuitem-separator-bottom": "#ffffff",
- "menuitem-text-inverse": "#333",
- "menuitem-bg-active": "#F5F5F5",
- "menuitem-text-active": "#333333",
- "menuitem-preview-border-active": "#CFD3D6",
- "menubar-menubtn-text": "",
- "checkbox-border": "#cfd3d6",
- "checkbox-border-focus": "#CFD3D6",
- "panel-border": "#cfd3d6",
- "panel-bg": "#f5f5f5",
- "panel-bg-hlight": "#f5f5f5",
- "textbox-bg": "#ffffff",
- "textbox-border": "#c5c5c5",
- "textbox-border-focus": "#59a5e1",
- "window-bg": "#ffffff",
- "window-border": "#cfd3d6",
- "tab-bg": "#e3e3e3",
- "tab-bg-hover": "#fdfdfd",
- "tab-bg-active": "#fdfdfd",
- "tab-border": "#c5c5c5",
- "tabs-bg": "#ffffff",
- "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-bar-bg": "#dfdfdf",
- "progress-bar-bg-hlight": "#cccccc",
- "progress-border": "#cccccc",
- "progress-text": "#333333",
- "progress-text-shadow": "#ffffff",
- "slider-bg": "#eeeeee",
- "slider-border": "#aaaaaa",
- "slider-handle-bg": "#dddddd",
- "slider-handle-border": "#bbbbbb",
- "colorbtn-backcolor-bg": "#bbbbbb",
- "grid-border": "#d6d6d6",
- "grid-border-active": "#a1a1a1"
- }
|