diff options
author | Edoardo Odorico | 2017-12-28 19:21:52 +0100 |
---|---|---|
committer | Edoardo Odorico | 2018-01-05 00:15:13 +0100 |
commit | 6fc2c39eda766cffc7ef5c9e1d3d3cbce8ab7590 (patch) | |
tree | 0824f15f9db94cb80d39c2c7a0295205b94d160b /public/js/lib/editor | |
parent | a8fa88831705625e053c7d493a4b2f83b7b2a4a8 (diff) |
:sparkles: Implemented dark theme.
Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | public/js/lib/editor/ui-elements.js | 1 |
1 files changed, 1 insertions, 0 deletions
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: { |