]> BookStack Code Mirror - bookstack/blob - public/libs/tinymce/skins/dark/skin.json
Add prev and next button to navigate through different pages
[bookstack] / public / libs / tinymce / skins / dark / skin.json
1 {
2         "skin-name": "dark",
3         "preview-bg": "#222222",
4         "text": "#b5b9bf",
5         "text-inverse": "#000000",
6         "text-disabled": "#6e737a",
7         "has-gradients": false,
8         "has-radius": false,
9         "has-boxshadow": false,
10         "has-button-borders": true,
11         "btn-text": "#b5b9bf",
12         "btn-text-shadow": "#000000",
13         "btn-bg": "#333",
14         "btn-bg-hlight": "#454f59",
15         "btn-border-top": "rgba(0,0,0,0)",
16         "btn-border-right": "rgba(0,0,0,0)",
17         "btn-border-bottom": "rgba(0,0,0,0)",
18         "btn-border-left": "rgba(0,0,0,0)",
19         "btn-split-border": "#202a33",
20         "btn-primary-text": "#ffffff",
21         "btn-primary-text-shadow": "#333333",
22         "btn-primary-bg": "#006fa6",
23         "btn-primary-bg-hlight": "#005580",
24         "btn-padding": "4px 10px",
25         "menu-bg": "#2f3740",
26         "menu-border": "#202a33",
27         "menuitem-text": "#dddddd",
28         "menuitem-bg-selected": "#006fa6",
29         "menuitem-bg-selected-hlight": "#005580",
30         "menuitem-separator-top": "#25313f",
31         "menuitem-separator-bottom": "#424f5f",
32         "menuitem-text-inverse": "#ffffff",
33         "menuitem-bg-active": "#0085c7",
34         "menuitem-text-active": "#ffffff",
35         "menuitem-preview-border-active": "#08608c",
36         "menubar-menubtn-text": "#b5b9bf",
37         "checkbox-border": "#202a33",
38         "checkbox-border-focus": "#1e7dad",
39         "panel-border": "#232b33",
40         "panel-bg": "#333333",
41         "panel-bg-hlight": "#404952",
42         "textbox-bg": "#515c67",
43         "textbox-border": "#202a33",
44         "textbox-border-focus": "#1e7dad",
45         "window-bg": "#333",
46         "window-border": "#9e9e9e",
47         "tab-bg": "#303942",
48         "tab-bg-hover": "#404952",
49         "tab-bg-active": "#404952",
50         "tab-border": "#202a33",
51         "tabs-bg": "#303942",
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": "#515c67",
68         "progress-bar-bg-hlight": "#515c67",
69         "progress-border": "#202a33",
70         "progress-text": "#c4c4c4",
71         "progress-text-shadow": "#000000",
72         "slider-bg": "#515c67",
73         "slider-border": "#202a33",
74         "slider-handle-bg": "#454f59",
75         "slider-handle-border": "#000000",
76         "colorbtn-backcolor-bg": "#384552",
77         "grid-border": "#d6d6d6",
78         "grid-border-active": "#d6d6d6"
79 }