From 1d5619a153880a7717d288ba4e9f4bc1a28d5832 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 1 Oct 2020 15:19:58 +0300 Subject: [PATCH] Fine-tuning dock info panel colors Signed-off-by: Alex Andreev --- src/renderer/themes/kontena-dark.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/themes/kontena-dark.json b/src/renderer/themes/kontena-dark.json index a0d0eb9869..1071024841 100644 --- a/src/renderer/themes/kontena-dark.json +++ b/src/renderer/themes/kontena-dark.json @@ -58,8 +58,8 @@ "colorVague": "#36393e", "colorTerminated": "#4c5053", "dockHeadBackground": "#2e3136", - "dockInfoBackground": "#111111", - "dockInfoBorderColor": "#4c5053", + "dockInfoBackground": "#1e2125", + "dockInfoBorderColor": "#303136", "terminalBackground": "#000000", "terminalForeground": "#ffffff", "terminalCursor": "#ffffff",