diff --git a/frontend/src/util/themes/index.js b/frontend/src/util/themes/index.js index 3b9f7cd1..f849a8c3 100644 --- a/frontend/src/util/themes/index.js +++ b/frontend/src/util/themes/index.js @@ -4,11 +4,6 @@ const themes = { author_color: "#333", bg_color: "#fffefe", }, - "default_repocard": { - quote_color: "#2f80ed", - author_color: "#333", - bg_color: "#fffefe", - }, "dark": { quote_color: "#fff", author_color: "#9f9f9f", diff --git a/src/themes/themes.js b/src/themes/themes.js index c0c817b1..70c45e81 100644 --- a/src/themes/themes.js +++ b/src/themes/themes.js @@ -79,11 +79,6 @@ const themes = { author_color: "#333", bg_color: "#fffefe", }, - "default_repocard": { - quote_color: "#2f80ed", - author_color: "#333", - bg_color: "#fffefe", - }, "dracula": { quote_color: "#ff6e96", author_color: "#f8f8f2",