diff --git a/calculator.js b/calculator.js index b4b59be..05a133d 100644 --- a/calculator.js +++ b/calculator.js @@ -369,7 +369,7 @@ $( document ).ready(function() { // - Change "theme name" to a catchy name (can be your name) // - Change the colors blue and red with colors of your choice. // - Uncomment the call to addOption (remove the `//`) - // addOption("theme name", "linear-gradient(blue, red)", "red", "red"); + addOption("Dawn", "linear-gradient(orange, cyan)", "white", "black"); // TODO: Fix theme 30 - To fix this: // - Change "theme name" to a catchy name (can be your name) @@ -393,7 +393,7 @@ $( document ).ready(function() { // - Change "theme name" to a catchy name (can be your name) // - Change the colors blue and red with colors of your choice. // - Uncomment the call to addOption (remove the `//`) - // addOption("theme name", "linear-gradient(blue, red)", "red", "red"); + addOption("Discord Theme", "linear-gradient(purple, white)", "grey", "grey"); // TODO: Fix theme 34 - To fix this: // - Change "theme name" to a catchy name (can be your name)