mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Added option to change the theme.
This commit is contained in:
parent
d71ac2e894
commit
2e4076bb75
5 changed files with 20 additions and 0 deletions
|
@ -46,6 +46,7 @@ var main = function() {
|
|||
errorTimeout : 4000,
|
||||
autoBakeThreshold : 200,
|
||||
attemptHighlight : true,
|
||||
theme : "classic",
|
||||
};
|
||||
|
||||
document.removeEventListener("DOMContentLoaded", main, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue