Skip to content

Commit

Permalink
📦 NEW: tab state colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jun 15, 2020
1 parent 8d4b591 commit c1d0457
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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 & Debug Icon colors.
<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> Pinned Tabs: Color States.
</p></div>

<div align="center">
Expand Down
7 changes: 4 additions & 3 deletions themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@
"tab.inactiveForeground": "#A599E9",
"tab.unfocusedActiveForeground": "#A599E9",
"tab.unfocusedInactiveForeground": "#A599E9",
// TODO: Proposed but need testing.
// "tab.activeModifiedBorder":"#A599E9",
// "tab.inactiveModifiedBorder":"#A599E966",
"tab.activeModifiedBorder":"#A599E9",
"tab.inactiveModifiedBorder":"#A599E966",
"tab.unfocusedActiveModifiedBorder":"#A599E966",
"tab.unfocusedInactiveModifiedBorder":"#A599E966",

// The Editor widget is shown in front of the editor content. Examples are the Find/Replace dialog, the suggestion widget, and the editor hover.
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_editor-widget-colors
Expand Down

0 comments on commit c1d0457

Please sign in to comment.