From 0c9b257d204e14876c890d8cc0a7868a03d90c43 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Mon, 8 Oct 2018 09:08:02 +0900
Subject: [PATCH] Improve theme

---
 src/client/app/desktop/views/components/ui.header.clock.vue | 2 +-
 src/client/theme/dark.json5                                 | 2 +-
 src/client/theme/light.json5                                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/client/app/desktop/views/components/ui.header.clock.vue b/src/client/app/desktop/views/components/ui.header.clock.vue
index 1c3f12f2f..b8b638bc4 100644
--- a/src/client/app/desktop/views/components/ui.header.clock.vue
+++ b/src/client/app/desktop/views/components/ui.header.clock.vue
@@ -89,7 +89,7 @@ export default Vue.extend({
 			display table-cell
 			vertical-align middle
 			height 48px
-			color #9eaba8
+			color var(--desktopHeaderFg)
 
 			> .yyyymmdd
 				opacity 0.7
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5
index 1f4585d14..f993e5ef1 100644
--- a/src/client/theme/dark.json5
+++ b/src/client/theme/dark.json5
@@ -98,7 +98,7 @@
 
 		calendarWeek: '#43d5dc',
 		calendarSaturdayOrSunday: '#ff6679',
-		calendarDay: '#c5ced6',
+		calendarDay: '$text',
 
 		materBg: 'rgba(0, 0, 0, 0.3)',
 
diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5
index acb2a6d68..db851b66c 100644
--- a/src/client/theme/light.json5
+++ b/src/client/theme/light.json5
@@ -98,7 +98,7 @@
 
 		calendarWeek: '#19a2a9',
 		calendarSaturdayOrSunday: '#ef95a0',
-		calendarDay: '#777',
+		calendarDay: '$text',
 
 		materBg: 'rgba(0, 0, 0, 0.1)',