Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Dawn and Discord Theme #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions calculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down