From 71e3918d8059bd051bd07d5d58966f8861873f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=91=D0=B0=D1=82=D1=83=D0=B5?= =?UTF-8?q?=D0=B2?= Date: Sat, 20 Sep 2025 21:38:34 +0300 Subject: [PATCH] change color theme --- src/vuetify.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vuetify.ts b/src/vuetify.ts index 0b3869af..04ef6684 100644 --- a/src/vuetify.ts +++ b/src/vuetify.ts @@ -4,7 +4,7 @@ import { aliases, md } from 'vuetify/iconsets/md'; const profcomffLight = { dark: false, colors: { - primary: 'rgb(0, 1, 76)', + primary: 'rgba(71, 28, 120)', 'on-primary': 'rgb(255, 255, 255)', secondary: 'rgb(255, 139, 0)', @@ -24,13 +24,13 @@ const profcomffLight = { const datePicker = { dark: false, colors: { - primary: 'rgb(0, 1, 76)', + primary: 'rgba(71, 28, 120)', 'on-primary': 'rgb(255, 255, 255)', secondary: 'rgb(255, 139, 0)', 'on-secondary': 'rgb(0, 0, 0)', - surface: 'rgb(0, 1, 76)', + surface: 'rgba(71, 28, 120)', 'on-surface': 'rgb(255, 255, 255)', 'surface-variant': 'rgb(255, 139, 0)',