aboutsummaryrefslogtreecommitdiff
path: root/src/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.ts')
-rw-r--r--src/store.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/store.ts b/src/store.ts
index 8b92c6f..bb29dba 100644
--- a/src/store.ts
+++ b/src/store.ts
@@ -18,7 +18,8 @@ export const useStore = defineStore('store', {
alt: '#fde047', // yellow-300
altDark: '#eab308', // yellow-500
altDark2: '#ca8a04', // yellow-600
- altBg: '#6a5e2e'
+ altBg: '#6a5e2e',
+ alt2: '#2563eb', // sky-600
};
return {
tickLen: 16,