File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 < link rel ="stylesheet " href ="bower_components/alertify/themes/alertify.core.css ">
2020
2121 <!-- Theme -->
22- < link rel ="stylesheet " type ="text/css " href ="openNote/style/simplicity/dark /intojs.css ">
23- < link rel ="stylesheet " type ="text/css " href ="openNote/style/simplicity/dark /alertify.css ">
24- < link rel ="stylesheet " type ="text/css " href ="openNote/style/simplicity/dark /style.css ">
22+ < link rel ="stylesheet " type ="text/css " href ="openNote/style/invert/light /intojs.css ">
23+ < link rel ="stylesheet " type ="text/css " href ="openNote/style/invert/light /alertify.css ">
24+ < link rel ="stylesheet " type ="text/css " href ="openNote/style/invert/light /style.css ">
2525
2626 < link rel ="stylesheet " type ="text/css " href ="openNote/style/animations.css ">
2727
Original file line number Diff line number Diff line change @@ -88,6 +88,6 @@ openNote.value("config", {
8888 * See if we are dark or light
8989 */
9090 isDarkTheme : function ( ) {
91- return true ;
91+ return false ;
9292 }
9393} ) ;
You can’t perform that action at this time.
0 commit comments