diff options
Diffstat (limited to 'src/store.ts')
| -rw-r--r-- | src/store.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store.ts b/src/store.ts index d3ece49..8b92c6f 100644 --- a/src/store.ts +++ b/src/store.ts @@ -18,6 +18,7 @@ export const useStore = defineStore('store', { alt: '#fde047', // yellow-300 altDark: '#eab308', // yellow-500 altDark2: '#ca8a04', // yellow-600 + altBg: '#6a5e2e' }; return { tickLen: 16, |
