We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c23ca7 commit 47848baCopy full SHA for 47848ba
2 files changed
src/vuetify.ts
@@ -4,7 +4,7 @@ import { aliases, md } from 'vuetify/iconsets/md';
4
const profcomffLight = {
5
dark: false,
6
colors: {
7
- primary: 'rgba(71, 28, 120)',
+ primary: 'rgb(0, 1, 76)',
8
'on-primary': 'rgb(255, 255, 255)',
9
10
secondary: 'rgb(255, 139, 0)',
@@ -24,13 +24,13 @@ const profcomffLight = {
24
const datePicker = {
25
26
27
28
29
30
31
'on-secondary': 'rgb(0, 0, 0)',
32
33
- surface: 'rgba(71, 28, 120)',
+ surface: 'rgb(0, 1, 76)',
34
'on-surface': 'rgb(255, 255, 255)',
35
36
'surface-variant': 'rgb(255, 139, 0)',
vitePwaManifest.ts
@@ -122,8 +122,8 @@ export const vitePwaManifest: Partial<ManifestOptions> = {
122
display: 'standalone',
123
start_url: '/timetable',
124
description: 'Приложение с сервисами для студентов и сотрудников физического факультета МГУ',
125
- theme_color: '#471c78',
126
- background_color: '#471c78',
+ theme_color: '#00004b',
+ background_color: '#00004b',
127
lang: 'ru',
128
scope: process.env.BASE_URL,
129
};
0 commit comments