From 6fc2c39eda766cffc7ef5c9e1d3d3cbce8ab7590 Mon Sep 17 00:00:00 2001 From: Edoardo Odorico Date: Thu, 28 Dec 2017 19:21:52 +0100 Subject: :sparkles: Implemented dark theme. Signed-off-by: Edoardo Odorico --- public/js/lib/editor/ui-elements.js | 1 + 1 file changed, 1 insertion(+) (limited to 'public/js/lib/editor') diff --git a/public/js/lib/editor/ui-elements.js b/public/js/lib/editor/ui-elements.js index 0d330d77..88a1e3ca 100644 --- a/public/js/lib/editor/ui-elements.js +++ b/public/js/lib/editor/ui-elements.js @@ -37,6 +37,7 @@ export const getUIElements = () => ({ edit: $('.ui-edit'), view: $('.ui-view'), both: $('.ui-both'), + night: $('.ui-night'), uploadImage: $('.ui-upload-image') }, infobar: { -- cgit v1.2.3