diff --git a/src/routes/unitto/privacy/+page.svelte b/src/routes/unitto/privacy/+page.svelte
index d44f3c6..896f044 100644
--- a/src/routes/unitto/privacy/+page.svelte
+++ b/src/routes/unitto/privacy/+page.svelte
@@ -36,12 +36,13 @@
Log Data
I want to inform you that whenever you use my Service, in a case of
- an error in the app I collect data and information (through
+ an error in the app I may collect data and information (through
third-party products) on your phone called Log Data. This Log Data
may include information such as your device Internet Protocol (“IP”)
address, device name, operating system version, the configuration of
the app when utilizing my Service, the time and date of your use of
- the Service, and other statistics.
+ the Service, and other statistics. This information may be send by
+ Google Play Services.
Cookies
@@ -115,7 +116,7 @@
notify you of any changes by posting the new Privacy Policy on this
page.
- This policy is effective as of 2023-01-18
+ This policy is effective as of 2023-11-28
Contact Us
If you have any questions or suggestions about my Privacy Policy, do
diff --git a/tailwind.config.cjs b/tailwind.config.cjs
index 62511b4..bff6639 100644
--- a/tailwind.config.cjs
+++ b/tailwind.config.cjs
@@ -5,58 +5,113 @@ const config = {
theme: {
extend: {
colors: {
- 'unitto': {
- "primary": "#006d34",
- "onPrimary": "#ffffff",
- "primaryContainer": "#7efba0",
- "onPrimaryContainer": "#00210b",
- "primaryFixed": "#7efba0",
- "onPrimaryFixed": "#00210b",
- "primaryFixedDim": "#61de87",
- "onPrimaryFixedVariant": "#005226",
- "secondary": "#506352",
- "onSecondary": "#ffffff",
- "secondaryContainer": "#d3e8d2",
- "onSecondaryContainer": "#0e1f12",
- "secondaryFixed": "#d3e8d2",
- "onSecondaryFixed": "#0e1f12",
- "secondaryFixedDim": "#b7ccb7",
- "onSecondaryFixedVariant": "#394b3b",
- "tertiary": "#3a656e",
- "onTertiary": "#ffffff",
- "tertiaryContainer": "#bdeaf5",
- "onTertiaryContainer": "#001f25",
- "tertiaryFixed": "#bdeaf5",
- "onTertiaryFixed": "#001f25",
- "tertiaryFixedDim": "#a2ced8",
- "onTertiaryFixedVariant": "#204d55",
- "error": "#ba1a1a",
- "errorContainer": "#ffdad6",
- "onError": "#ffffff",
- "onErrorContainer": "#410002",
- "background": "#fcfdf7",
- "onBackground": "#191c19",
- "outline": "#717970",
- "inverseOnSurface": "#f0f1ec",
- "inverseSurface": "#2e312e",
- "inversePrimary": "#61de87",
- "shadow": "#000000",
- "surfaceTint": "#006d34",
- "outlineVariant": "#c1c9be",
- "scrim": "#000000",
- "surface": "#f9faf4",
- "onSurface": "#191c19",
- "surfaceVariant": "#dde5da",
- "onSurfaceVariant": "#414941",
- "surfaceContainerHighest": "#e2e3de",
- "surfaceContainerHigh": "#e7e9e3",
- "surfaceContainer": "#edeee9",
- "surfaceContainerLow": "#f3f4ef",
- "surfaceContainerLowest": "#ffffff",
- "surfaceDim": "#d9dbd5",
- "surfaceBright": "#f9faf4",
- "surfaceContainer-active-hover": "#C4D8C4",
- "surfaceContainer-inactive-hover": "#EAECE6"
+ "unitto": {
+ "light": {
+ "primary": "#196c32",
+ "onPrimary": "#ffffff",
+ "primaryContainer": "#a3f6ab",
+ "onPrimaryContainer": "#002109",
+ "primaryFixed": "#a3f6ab",
+ "onPrimaryFixed": "#002109",
+ "primaryFixedDim": "#87d991",
+ "onPrimaryFixedVariant": "#005320",
+ "secondary": "#516351",
+ "onSecondary": "#ffffff",
+ "secondaryContainer": "#d4e8d1",
+ "onSecondaryContainer": "#0f1f11",
+ "secondaryFixed": "#d4e8d1",
+ "onSecondaryFixed": "#0f1f11",
+ "secondaryFixedDim": "#b8ccb6",
+ "onSecondaryFixedVariant": "#3a4b3a",
+ "tertiary": "#39656c",
+ "onTertiary": "#ffffff",
+ "tertiaryContainer": "#bdeaf3",
+ "onTertiaryContainer": "#001f24",
+ "tertiaryFixed": "#bdeaf3",
+ "onTertiaryFixed": "#001f24",
+ "tertiaryFixedDim": "#a1ced7",
+ "onTertiaryFixedVariant": "#1f4d54",
+ "error": "#ba1a1a",
+ "errorContainer": "#ffdad6",
+ "onError": "#ffffff",
+ "onErrorContainer": "#410002",
+ "background": "#fcfdf7",
+ "onBackground": "#1a1c19",
+ "outline": "#727970",
+ "inverseOnSurface": "#f0f1eb",
+ "inverseSurface": "#2e312d",
+ "inversePrimary": "#87d991",
+ "shadow": "#000000",
+ "surfaceTint": "#196c32",
+ "outlineVariant": "#c1c9be",
+ "scrim": "#000000",
+ "surface": "#f9faf4",
+ "onSurface": "#1a1c19",
+ "surfaceVariant": "#dde5d9",
+ "onSurfaceVariant": "#424940",
+ "surfaceContainerHighest": "#e2e3dd",
+ "surfaceContainerHigh": "#e7e9e3",
+ "surfaceContainer": "#edeee9",
+ "surfaceContainerLow": "#f3f4ee",
+ "surfaceContainerLowest": "#ffffff",
+ "surfaceDim": "#d9dbd5",
+ "surfaceBright": "#f9faf4",
+ "surfaceContainer-active-hover": "#C4D8C4",
+ "surfaceContainer-inactive-hover": "#EAECE6"
+ },
+ "dark": {
+ "primary": "#87d991",
+ "onPrimary": "#003914",
+ "primaryContainer": "#005320",
+ "onPrimaryContainer": "#a3f6ab",
+ "primaryFixed": "#a3f6ab",
+ "onPrimaryFixed": "#002109",
+ "primaryFixedDim": "#87d991",
+ "onPrimaryFixedVariant": "#005320",
+ "secondary": "#b8ccb6",
+ "onSecondary": "#243425",
+ "secondaryContainer": "#3a4b3a",
+ "onSecondaryContainer": "#d4e8d1",
+ "secondaryFixed": "#d4e8d1",
+ "onSecondaryFixed": "#0f1f11",
+ "secondaryFixedDim": "#b8ccb6",
+ "onSecondaryFixedVariant": "#3a4b3a",
+ "tertiary": "#a1ced7",
+ "onTertiary": "#00363d",
+ "tertiaryContainer": "#1f4d54",
+ "onTertiaryContainer": "#bdeaf3",
+ "tertiaryFixed": "#bdeaf3",
+ "onTertiaryFixed": "#001f24",
+ "tertiaryFixedDim": "#a1ced7",
+ "onTertiaryFixedVariant": "#1f4d54",
+ "error": "#ffb4ab",
+ "errorContainer": "#93000a",
+ "onError": "#690005",
+ "onErrorContainer": "#ffdad6",
+ "background": "#1a1c19",
+ "onBackground": "#e2e3dd",
+ "outline": "#8b9389",
+ "inverseOnSurface": "#1a1c19",
+ "inverseSurface": "#e2e3dd",
+ "inversePrimary": "#196c32",
+ "shadow": "#000000",
+ "surfaceTint": "#87d991",
+ "outlineVariant": "#424940",
+ "scrim": "#000000",
+ "surface": "#111411",
+ "onSurface": "#c6c7c2",
+ "surfaceVariant": "#424940",
+ "onSurfaceVariant": "#c1c9be",
+ "surfaceContainerHighest": "#333532",
+ "surfaceContainerHigh": "#282b27",
+ "surfaceContainer": "#1e201d",
+ "surfaceContainerLow": "#1a1c19",
+ "surfaceContainerLowest": "#0c0f0c",
+ "surfaceDim": "#111411",
+ "surfaceBright": "#373a36",
+ "surfaceContainer-active-hover": "#455A47",
+ "surfaceContainer-inactive-hover": "#364036"
+ },
}
}
},
diff --git a/vite.config.ts b/vite.config.ts
index bbf8c7d..f3dbf08 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -2,5 +2,8 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
- plugins: [sveltekit()]
+ plugins: [sveltekit()],
+ server: {
+ port: 7777
+ }
});