diff --git a/.gitignore b/.gitignore index a833e15..069f438 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .vercel .env node_modules -package-lock.json \ No newline at end of file +package-lock.json diff --git a/themes/index.js b/themes/index.js index 7bc8c58..de18302 100644 --- a/themes/index.js +++ b/themes/index.js @@ -71,6 +71,12 @@ const themes = { text_color: "f8f8f2", bg_color: "282a36", }, + prussian: { + title_color: "bddfff", + icon_color: "38a0ff", + text_color: "6e93b5", + bg_color: "172f45", + }, }; module.exports = themes;