skin.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "skin-name": "app",
  3. "preview-bg": "#ffffff",
  4. "text": "#454545",
  5. "text-inverse": "#ffffff",
  6. "text-disabled": "#aaaaaa",
  7. "has-gradients": false,
  8. "has-radius": true,
  9. "has-boxshadow": false,
  10. "has-button-borders": false,
  11. "btn-text": "#333333",
  12. "btn-text-shadow": "#ffffff",
  13. "btn-bg": "#ffffff",
  14. "btn-bg-hlight": "#f5f5f5",
  15. "btn-border-top": "#CFD3D6",
  16. "btn-border-right": "#CFD3D6",
  17. "btn-border-bottom": "#CFD3D6",
  18. "btn-border-left": "#CFD3D6",
  19. "btn-split-border": "#CFD3D6",
  20. "btn-primary-text": "#ffffff",
  21. "btn-primary-text-shadow": "#333333",
  22. "btn-primary-bg": "#1B2531",
  23. "btn-primary-bg-hlight": "#1b2531",
  24. "btn-padding": "5px 10px",
  25. "menu-bg": "#ffffff",
  26. "menu-border": "#CFD3D6",
  27. "menuitem-text": "#333333",
  28. "menuitem-bg-selected": "#f5f5f5",
  29. "menuitem-bg-selected-hlight": "#f5f5f5",
  30. "menuitem-separator-top": "#CFD3D6",
  31. "menuitem-separator-bottom": "#ffffff",
  32. "menuitem-text-inverse": "#333",
  33. "menuitem-bg-active": "#F5F5F5",
  34. "menuitem-text-active": "#333333",
  35. "menuitem-preview-border-active": "#CFD3D6",
  36. "menubar-menubtn-text": "",
  37. "checkbox-border": "#cfd3d6",
  38. "checkbox-border-focus": "#CFD3D6",
  39. "panel-border": "#cfd3d6",
  40. "panel-bg": "#f5f5f5",
  41. "panel-bg-hlight": "#f5f5f5",
  42. "textbox-bg": "#ffffff",
  43. "textbox-border": "#c5c5c5",
  44. "textbox-border-focus": "#59a5e1",
  45. "window-bg": "#ffffff",
  46. "window-border": "#cfd3d6",
  47. "tab-bg": "#e3e3e3",
  48. "tab-bg-hover": "#fdfdfd",
  49. "tab-bg-active": "#fdfdfd",
  50. "tab-border": "#c5c5c5",
  51. "tabs-bg": "#ffffff",
  52. "notification-bg": "#f0f0f0",
  53. "notification-border": "#cccccc",
  54. "notification-text": "#333333",
  55. "notification-success-bg": "#dff0d8",
  56. "notification-success-border": "#d6e9c6",
  57. "notification-success-text": "#3c763d",
  58. "notification-info-bg": "#d9edf7",
  59. "notification-info-border": "#779ecb",
  60. "notification-info-text": "#31708f",
  61. "notification-warning-bg": "#fcf8e3",
  62. "notification-warning-border": "#faebcc",
  63. "notification-warning-text": "#8a6d3b",
  64. "notification-error-bg": "#f2dede",
  65. "notification-error-border": "#ebccd1",
  66. "notification-error-text": "#a94442",
  67. "progress-bar-bg": "#dfdfdf",
  68. "progress-bar-bg-hlight": "#cccccc",
  69. "progress-border": "#cccccc",
  70. "progress-text": "#333333",
  71. "progress-text-shadow": "#ffffff",
  72. "slider-bg": "#eeeeee",
  73. "slider-border": "#aaaaaa",
  74. "slider-handle-bg": "#dddddd",
  75. "slider-handle-border": "#bbbbbb",
  76. "colorbtn-backcolor-bg": "#bbbbbb",
  77. "grid-border": "#d6d6d6",
  78. "grid-border-active": "#a1a1a1"
  79. }