Set light theme as default one

This commit is contained in:
Alvaro Muñoz 2017-04-05 00:35:44 +02:00
parent cb180e7abb
commit 255643e36d

View File

@ -29,7 +29,7 @@
// Initialize and render graph
r2ui.graph_panel = new GraphPanel();
r2ui.graph_panel.set_theme("dark");
r2ui.graph_panel.set_theme("light");
r2ui.graph_panel.seek(location.hash.substring(1));
});
</script>