mailtrain/client/static/mosaico/rs/skins/gray-flat/skin.json
Tomas Bures 48dcf2c701 Mosaico upgraded to 0.17.5
Work started on confirmation dialogs displayed when one navigates from a page with unsaved changes
2019-05-08 19:54:19 +02:00

79 lines
No EOL
2.4 KiB
JSON

{
"skin-name": "gray-flat",
"preview-bg": "#eeeeee",
"text": "#333333",
"text-inverse": "#ffffff",
"text-disabled": "#aaaaaa",
"has-gradients": false,
"has-radius": true,
"has-boxshadow": false,
"has-button-borders": true,
"btn-text": "#ffffff",
"btn-text-shadow": "#333332",
"btn-bg": "#333332",
"btn-bg-hlight": "#333332",
"btn-border-top": "rgba(0,0,0,0.1)",
"btn-border-right": "rgba(0,0,0,0.1)",
"btn-border-bottom": "rgba(0,0,0,0.25)",
"btn-border-left": "rgba(0,0,0,0.25)",
"btn-split-border": "#ffffff",
"btn-primary-text": "#ffffff",
"btn-primary-text-shadow": "#333333",
"btn-primary-bg": "#333332",
"btn-primary-bg-hlight": "#333332",
"btn-padding": "4px 8px",
"menu-bg": "#ffffff",
"menu-border": "rgba(0,0,0,0.2)",
"menuitem-text": "#333333",
"menuitem-bg-selected": "#333332",
"menuitem-bg-selected-hlight": "#333332",
"menuitem-separator-top": "#cbcbcb",
"menuitem-separator-bottom": "#ffffff",
"menuitem-text-inverse": "#ffffff",
"menuitem-bg-active": "#666666",
"menuitem-text-active": "#ffffff",
"menuitem-preview-border-active": "#aaaaaa",
"menubar-menubtn-text": "",
"checkbox-border": "#c5c5c5",
"checkbox-border-focus": "#59a5e1",
"panel-border": "#9e9e9e",
"panel-bg": "#f1eee6",
"panel-bg-hlight": "#f1eee6",
"textbox-bg": "#ffffff",
"textbox-border": "#c5c5c5",
"textbox-border-focus": "#59a5e1",
"window-bg": "#ffffff",
"window-border": "#c4c4c4",
"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"
}