skin.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "has-gradients": false,
  3. "has-radius": false,
  4. "has-boxshadow": false,
  5. "has-button-borders": false,
  6. "preview-bg": "#eeeeee",
  7. "text": "#333333",
  8. "text-inverse": "#ffffff",
  9. "text-disabled": "#aaaaaa",
  10. "text-error": "#aa0000",
  11. "btn-text": "#333333",
  12. "btn-text-shadow": "#ffffff",
  13. "btn-bg": "#ffffff",
  14. "btn-bg-hlight": "#D9D9D9",
  15. "btn-border-top": "transparent",
  16. "btn-border-right": "transparent",
  17. "btn-border-bottom": "transparent",
  18. "btn-border-left": "transparent",
  19. "btn-split-border": "#bdbdbd",
  20. "btn-primary-text": "#ffffff",
  21. "btn-primary-text-shadow": "#333333",
  22. "btn-primary-bg": "#0088cc",
  23. "btn-primary-bg-hlight": "#0044cc",
  24. "btn-padding": "4px 8px",
  25. "menu-bg": "#ffffff",
  26. "menu-border": "rgba(0, 0, 0, 0.2)",
  27. "menuitem-text": "#333333",
  28. "menuitem-bg-selected": "#0088CC",
  29. "menuitem-bg-selected-hlight": "#0077B3",
  30. "menuitem-separator-top": "#CBCBCB",
  31. "menuitem-separator-bottom": "#ffffff",
  32. "menuitem-text-inverse": "#ffffff",
  33. "menuitem-bg-active": "#C8DEF4",
  34. "menuitem-text-active": "#333333",
  35. "menuitem-preview-border-active": "#aaaaaa",
  36. "checkbox-border-focus": "#59a5e1",
  37. "checkbox-border": "#c5c5c5",
  38. "panel-border": "#9E9E9E",
  39. "panel-bg": "#FDFDFD",
  40. "panel-bg-hlight": "#DDDDDD",
  41. "textbox-bg": "#ffffff",
  42. "textbox-border-focus": "#59a5e1",
  43. "textbox-border": "#c5c5c5",
  44. "window-bg": "#ffffff",
  45. "window-border": "#c4c4c4",
  46. "tab-bg": "#e3e3e3",
  47. "tab-bg-hover": "#FDFDFD",
  48. "tab-bg-active": "#FDFDFD",
  49. "tab-border": "#c5c5c5",
  50. "tabs-bg": "#ffffff",
  51. "slider-border": "#aaaaaa",
  52. "slider-bg": "#eeeeee",
  53. "slider-handle-border": "#bbbbbb",
  54. "slider-handle-bg": "#dddddd",
  55. "colorbtn-backcolor-bg": "#bbbbbb",
  56. "grid-border-active": "#a1a1a1",
  57. "grid-border": "#d6d6d6",
  58. "notification-bg": "#F0F0F0",
  59. "notification-border": "#CCCCCC",
  60. "notification-text": "#333333",
  61. "notification-success-bg": "#dff0d8",
  62. "notification-success-border": "#d6e9c6",
  63. "notification-success-text": "#3c763d",
  64. "notification-info-bg": "#d9edf7",
  65. "notification-info-border": "#779ECB",
  66. "notification-info-text": "#31708f",
  67. "notification-warning-bg": "#fcf8e3",
  68. "notification-warning-border": "#faebcc",
  69. "notification-warning-text": "#8a6d3b",
  70. "notification-error-bg": "#f2dede",
  71. "notification-error-border": "#ebccd1",
  72. "notification-error-text": "#a94442",
  73. "progress-border": "#cccccc",
  74. "progress-bar-bg": "#dfdfdf",
  75. "progress-bar-bg-hlight": "#cccccc",
  76. "progress-text": "#333333",
  77. "progress-text-shadow": "#ffffff",
  78. "thumb-text": "#333333",
  79. "thumb-border": "#aaaaaa",
  80. "thumb-border-checked": "#00709f",
  81. "thumb-info-bg": "#333333",
  82. "thumb-info-text": "#ffffff",
  83. "thumb-checkbox-border": "#ffffff",
  84. "thumb-checkbox-bg": "#333333",
  85. "thumb-info-active-border": "rgba(82,168,236,1)"
  86. }