Skip to content

Commit

Permalink
📦 NEW: Debug Icon Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Dec 12, 2019
1 parent a4e1715 commit b9845c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="left"><p><a href="https://VSCode.pro/?utm_source=sop"><img alt="New in the Shades of Purple Theme" align="center" src="https://img.shields.io/badge/%F0%9F%A6%84-Learn%20VSCode%20%E2%86%92-gray.svg?colorA=5734F5&colorB=5734F5&style=flat" /></a>&nbsp; <strong>NEW:</strong> Activity Bar & Rust-lang support.
<div align="left"><p><a href="https://VSCode.pro/?utm_source=sop"><img alt="New in the Shades of Purple Theme" align="center" src="https://img.shields.io/badge/%F0%9F%A6%84-Learn%20VSCode%20%E2%86%92-gray.svg?colorA=5734F5&colorB=5734F5&style=flat" /></a>&nbsp; <strong>NEW:</strong> Activity Bar & Debug Icon colors.
</p></div>

<div align="center">
Expand Down
12 changes: 12 additions & 0 deletions themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b9845c2

Please sign in to comment.