diff --git a/src/data/themes.json b/src/data/themes.json index ac3d1609..13263f37 100644 --- a/src/data/themes.json +++ b/src/data/themes.json @@ -42,26 +42,26 @@ "id": "pink", "name": "Pink", "colors": { - "backgroundDefault": "#FFEFF8", - "textPrimary": "#3C0023", - "textSecondary": "#740043", - "textDisabled": "#AC0064", - "borderDefault": "#FFC6E7", - "surfaceDefault": "#FFEAF6", - "textInverseSubdued": "#FF8ECF" + "backgroundDefault": "#191A1B", + "textPrimary": "#FFC6E7", + "textSecondary": "#FFC6E7", + "textDisabled": "#A1A5A7", + "borderDefault": "#404345", + "surfaceDefault": "#2F3032", + "textInverseSubdued": "#A1A5A7" } }, { "id": "blue", "name": "Blue", "colors": { - "backgroundDefault": "#E0F5FD", - "textPrimary": "#042A36", - "textSecondary": "#042A36", - "textDisabled": "#0C7A9F", - "borderDefault": "#94DEF7", - "surfaceDefault": "#F3FBFE", - "textInverseSubdued": "#94DEF7" + "backgroundDefault": "#191A1B", + "textPrimary": "#94DEF7", + "textSecondary": "#BAEAFA", + "textDisabled": "#A1A5A7", + "borderDefault": "#404345", + "surfaceDefault": "#2F3032", + "textInverseSubdued": "#A1A5A7" } } ] diff --git a/src/includes/home/illustration.njk b/src/includes/home/illustration.njk index 6429c4a0..52931614 100644 --- a/src/includes/home/illustration.njk +++ b/src/includes/home/illustration.njk @@ -666,9 +666,9 @@ stroke-linejoin="round" d="M378.408 117.003h-18.449l-4.164-12.124h26.787l-4.174 12.124Z" /> - + - + \ No newline at end of file