diff --git a/lib/theme.js b/lib/theme.js index 5262c06..b134809 100644 --- a/lib/theme.js +++ b/lib/theme.js @@ -17,11 +17,11 @@ export const lightTheme = { export const darkTheme = { name: "dark", colors: { - accent: "#78ab32", - background: "#121212", - backgroundMuted: "#1f1f1f", + accent: "#79a042", + background: "#292c33", + backgroundMuted: "#1f2027", cardImageBackgroundGradient: "#ffffff22", - primary: "#fff", + primary: "#ddd", primaryMuted: "#888", }, }; diff --git a/public/manifest.json b/public/manifest.json index 79d197c..bb0645c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -17,6 +17,6 @@ "display": "standalone", "scope": "/", "start_url": "/?manifest=true", - "background_color": "#121212", - "theme_color": "#232627" + "background_color": "#292c33", + "theme_color": "#3a4048" }