From c015e99e6ecb3cc69cc96b44f306def625f8efc0 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Mon, 18 Mar 2019 13:25:56 +0900
Subject: [PATCH] Update black.json5

---
 src/client/theme/black.json5 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/client/theme/black.json5 b/src/client/theme/black.json5
index c18ba5f876..7b36d4e50e 100644
--- a/src/client/theme/black.json5
+++ b/src/client/theme/black.json5
@@ -8,13 +8,13 @@
 	base: 'dark',
 
 	vars: {
-		c0: '#0c0c0c',
+		c0: '#0e0e0e',
 		c1: 'rgb(255, 105, 78)',
 		c2: 'rgb(99, 197, 210)',
 		c4: 'rgb(253, 254, 214)',
 		c3: 'rgb(204, 254, 253)',
 		primary: '$c1',
-		secondary: '#131313',
+		secondary: '#191919',
 		text: '$c3',
 	},