From b9845c283e17e5607dd83d2532fe505271e1ce09 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Fri, 13 Dec 2019 00:51:49 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20Debug=20Icon=20Colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- themes/shades-of-purple-color-theme.json | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c7dcb57..8d27572 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -

New in the Shades of Purple Theme  NEW: Activity Bar & Rust-lang support. +

New in the Shades of Purple Theme  NEW: Activity Bar & Debug Icon colors.

diff --git a/themes/shades-of-purple-color-theme.json b/themes/shades-of-purple-color-theme.json index dbe6d2b..ad5c063 100644 --- a/themes/shades-of-purple-color-theme.json +++ b/themes/shades-of-purple-color-theme.json @@ -17,6 +17,18 @@ "activityBar.activeBorder": "#6943ff62", "activityBar.activeBackground": "#222244", + // Debug Icons. + "debugIcon.startForeground": "#FAD000", + "debugIcon.continueForeground":"#FAD000", + "debugIcon.disconnectForeground":"#FAD000", + "debugIcon.pauseForeground":"#FAD000", + "debugIcon.restartForeground":"#3AD900", + "debugIcon.stepBackForeground":"#FAD000", + "debugIcon.stepIntoForeground":"#FAD000", + "debugIcon.stepOutForeground":"#FAD000", + "debugIcon.stepOverForeground":"#FAD000", + "debugIcon.stopForeground":"#EC3A37F5", + // Sidebar. // https://code.visualstudio.com/docs/getstarted/theme-color-reference#_side-bar "sideBar.background": "#222244",