diff --git a/readme.md b/readme.md
index c7dcb57..8d27572 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-
NEW: Activity Bar & Rust-lang support.
+
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",