From d1d79d7653036dfd25964a3e88164b19e7e5c198 Mon Sep 17 00:00:00 2001 From: mattmaniak <72657016+mattmaniak@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:20:12 +0200 Subject: [PATCH] Change Debugging Status Bar Background color --- CHANGELOG.md | 1 + themes/inkpot-gc-vsc-color-theme.json | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2eb710..eca7d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Input placeholder color to the same as the input's text. Like in the original Dark Modern theme. +- Status Bar Debugging Background to green-blue instead of a warning-like orange. ### Fixed - Lack of contrast of markup text in "diff added" sections of a code due to the almost same colors used. It is done via implementing half-transparent color for a changed text. diff --git a/themes/inkpot-gc-vsc-color-theme.json b/themes/inkpot-gc-vsc-color-theme.json index 2937f26..3ea0c7c 100644 --- a/themes/inkpot-gc-vsc-color-theme.json +++ b/themes/inkpot-gc-vsc-color-theme.json @@ -177,6 +177,7 @@ // Status Bar "statusBar.background": "#3e3e75", + "statusBar.debuggingBackground": "#306b8f", "statusBar.debuggingForeground": "#eeeeee", "statusBar.foreground": "#8b8bcd", "statusBar.noFolderBackground": "#1b1b33",