Implemented dark theme.

Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
This commit is contained in:
Edoardo Odorico 2017-12-28 19:21:52 +01:00
parent a8fa888317
commit 6fc2c39eda
9 changed files with 199 additions and 12 deletions

View file

@ -2,7 +2,8 @@ import modeType from './modeType'
let state = {
syncscroll: true,
currentMode: modeType.view
currentMode: modeType.view,
nightMode: false
}
export default state

View file

@ -37,6 +37,7 @@ export const getUIElements = () => ({
edit: $('.ui-edit'),
view: $('.ui-view'),
both: $('.ui-both'),
night: $('.ui-night'),
uploadImage: $('.ui-upload-image')
},
infobar: {