From de185c96b7fb61780db63ca8e7a36bc99c420d16 Mon Sep 17 00:00:00 2001 From: DriftAsimov <65854695+DriftAsimov@users.noreply.github.com> Date: Wed, 30 Jun 2021 11:52:43 +0530 Subject: [PATCH] Added matching color for menu Added #070612 as menu background color to match the outrun theme overwriting the default color. --- themes/outrun-electric-color-theme.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/outrun-electric-color-theme.json b/themes/outrun-electric-color-theme.json index 6f1ce96..c461232 100644 --- a/themes/outrun-electric-color-theme.json +++ b/themes/outrun-electric-color-theme.json @@ -605,5 +605,8 @@ "terminal.ansiBrightMagenta":"#ff2afc", "terminal.ansiBrightCyan":"#42c6ff", "terminal.ansiBrightWhite":"#f4f6f9", + + // Menu Colors + "menu.background":"#070612" } - } \ No newline at end of file + }