feat: align Vuexy primary with demo teal (rgb 13,147,148)
Made-with: Cursor
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
<script>
|
||||
const loaderColor = localStorage.getItem('vuexy-initial-loader-bg') || '#FFFFFF'
|
||||
const primaryColor = localStorage.getItem('vuexy-initial-loader-color') || '#7367F0'
|
||||
const primaryColor = localStorage.getItem('vuexy-initial-loader-color') || '#0D9394'
|
||||
|
||||
if (loaderColor)
|
||||
document.documentElement.style.setProperty('--initial-loader-bg', loaderColor)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { ThemeDefinition } from 'vuetify'
|
||||
|
||||
export const staticPrimaryColor = '#7367F0'
|
||||
export const staticPrimaryDarkenColor = '#675DD8'
|
||||
export const staticPrimaryColor = '#0D9394'
|
||||
export const staticPrimaryDarkenColor = '#0B7F80'
|
||||
|
||||
export const themes: Record<string, ThemeDefinition> = {
|
||||
light: {
|
||||
@@ -9,7 +9,7 @@ export const themes: Record<string, ThemeDefinition> = {
|
||||
colors: {
|
||||
'primary': staticPrimaryColor,
|
||||
'on-primary': '#fff',
|
||||
'primary-darken-1': '#675DD8',
|
||||
'primary-darken-1': staticPrimaryDarkenColor,
|
||||
'secondary': '#808390',
|
||||
'on-secondary': '#fff',
|
||||
'secondary-darken-1': '#737682',
|
||||
@@ -83,7 +83,7 @@ export const themes: Record<string, ThemeDefinition> = {
|
||||
colors: {
|
||||
'primary': staticPrimaryColor,
|
||||
'on-primary': '#fff',
|
||||
'primary-darken-1': '#675DD8',
|
||||
'primary-darken-1': staticPrimaryDarkenColor,
|
||||
'secondary': '#808390',
|
||||
'on-secondary': '#fff',
|
||||
'secondary-darken-1': '#737682',
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
<script>
|
||||
const loaderColor = localStorage.getItem('vuexy-initial-loader-bg') || '#FFFFFF'
|
||||
const primaryColor = localStorage.getItem('vuexy-initial-loader-color') || '#7367F0'
|
||||
const primaryColor = localStorage.getItem('vuexy-initial-loader-color') || '#0D9394'
|
||||
|
||||
if (loaderColor)
|
||||
document.documentElement.style.setProperty('--initial-loader-bg', loaderColor)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { ThemeDefinition } from 'vuetify'
|
||||
|
||||
export const staticPrimaryColor = '#7367F0'
|
||||
export const staticPrimaryDarkenColor = '#675DD8'
|
||||
export const staticPrimaryColor = '#0D9394'
|
||||
export const staticPrimaryDarkenColor = '#0B7F80'
|
||||
|
||||
export const themes: Record<string, ThemeDefinition> = {
|
||||
light: {
|
||||
@@ -9,7 +9,7 @@ export const themes: Record<string, ThemeDefinition> = {
|
||||
colors: {
|
||||
'primary': staticPrimaryColor,
|
||||
'on-primary': '#fff',
|
||||
'primary-darken-1': '#675DD8',
|
||||
'primary-darken-1': staticPrimaryDarkenColor,
|
||||
'secondary': '#808390',
|
||||
'on-secondary': '#fff',
|
||||
'secondary-darken-1': '#737682',
|
||||
@@ -83,7 +83,7 @@ export const themes: Record<string, ThemeDefinition> = {
|
||||
colors: {
|
||||
'primary': staticPrimaryColor,
|
||||
'on-primary': '#fff',
|
||||
'primary-darken-1': '#675DD8',
|
||||
'primary-darken-1': staticPrimaryDarkenColor,
|
||||
'secondary': '#808390',
|
||||
'on-secondary': '#fff',
|
||||
'secondary-darken-1': '#737682',
|
||||
|
||||
Reference in New Issue
Block a user