theme: change main color

This commit is contained in:
Julien Calixte
2026-02-27 11:48:31 +01:00
parent 7a6b671320
commit 1cc6056907
8 changed files with 5 additions and 7 deletions

View File

@@ -3,8 +3,6 @@ import path from "path"
import { defineConfig, type UserConfigExport } from "vite"
import { VitePWA } from "vite-plugin-pwa"
const mainColor = "#2C3A47"
export default defineConfig(({ command }) => {
const config: UserConfigExport = {
plugins: [
@@ -28,8 +26,8 @@ export default defineConfig(({ command }) => {
name: "Remanso",
short_name: "Remanso",
description: "Note taking & sharing app",
background_color: mainColor,
theme_color: mainColor,
background_color: "#ffa4c0",
theme_color: "#2e5c1a",
icons: [
{
src: "pwa-64x64.png",