BookStack/public/libs/tinymce/skins/dark/skin.json
Dan Brown b0b28e7b5e
Rolled dark mode out to the editors
- Updated editor, and other area, styles to look okay in dark mode.
- Used tinyMCE theme generator to create dark mode theme.
- Updated tinymce to latest 4x version.
2020-04-11 15:48:08 +01:00

79 lines
2.4 KiB
JSON

{
"skin-name": "dark",
"preview-bg": "#222222",
"text": "#b5b9bf",
"text-inverse": "#000000",
"text-disabled": "#6e737a",
"has-gradients": false,
"has-radius": false,
"has-boxshadow": false,
"has-button-borders": true,
"btn-text": "#b5b9bf",
"btn-text-shadow": "#000000",
"btn-bg": "#333",
"btn-bg-hlight": "#454f59",
"btn-border-top": "rgba(0,0,0,0)",
"btn-border-right": "rgba(0,0,0,0)",
"btn-border-bottom": "rgba(0,0,0,0)",
"btn-border-left": "rgba(0,0,0,0)",
"btn-split-border": "#202a33",
"btn-primary-text": "#ffffff",
"btn-primary-text-shadow": "#333333",
"btn-primary-bg": "#006fa6",
"btn-primary-bg-hlight": "#005580",
"btn-padding": "4px 10px",
"menu-bg": "#2f3740",
"menu-border": "#202a33",
"menuitem-text": "#dddddd",
"menuitem-bg-selected": "#006fa6",
"menuitem-bg-selected-hlight": "#005580",
"menuitem-separator-top": "#25313f",
"menuitem-separator-bottom": "#424f5f",
"menuitem-text-inverse": "#ffffff",
"menuitem-bg-active": "#0085c7",
"menuitem-text-active": "#ffffff",
"menuitem-preview-border-active": "#08608c",
"menubar-menubtn-text": "#b5b9bf",
"checkbox-border": "#202a33",
"checkbox-border-focus": "#1e7dad",
"panel-border": "#232b33",
"panel-bg": "#333333",
"panel-bg-hlight": "#404952",
"textbox-bg": "#515c67",
"textbox-border": "#202a33",
"textbox-border-focus": "#1e7dad",
"window-bg": "#333",
"window-border": "#9e9e9e",
"tab-bg": "#303942",
"tab-bg-hover": "#404952",
"tab-bg-active": "#404952",
"tab-border": "#202a33",
"tabs-bg": "#303942",
"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": "#515c67",
"progress-bar-bg-hlight": "#515c67",
"progress-border": "#202a33",
"progress-text": "#c4c4c4",
"progress-text-shadow": "#000000",
"slider-bg": "#515c67",
"slider-border": "#202a33",
"slider-handle-bg": "#454f59",
"slider-handle-border": "#000000",
"colorbtn-backcolor-bg": "#384552",
"grid-border": "#d6d6d6",
"grid-border-active": "#d6d6d6"
}