Skip to content

Commit

Permalink
👌 IMPROVE: modifiedItemIndicator is now yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 6, 2018
1 parent 9d59615 commit a89e2bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,6 @@
// New Settings Editor.
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_settings-editor-colors
"settings.headerForeground": "#FFFFFF",
"settings.modifiedItemForeground": "#3AD900",
"settings.inactiveSelectedItemBorder": "#FAD000",
"settings.dropdownBackground": "#1E1E3F",
"settings.checkboxBackground": "#1E1E3F",
"settings.textInputBackground": "#1E1E3F",
Expand All @@ -339,6 +337,7 @@
"settings.textInputBorder": "#1E1E3F",
"settings.numberInputBorder": "#1E1E3F",
"settings.dropdownListBorder" : "#2D2B55",
"settings.modifiedItemIndicator" : "#FAD000",
},
// Token Colors are heavily inspired by several themes
// Including but not limited to Material Palenight, Cobalt
Expand Down

0 comments on commit a89e2bb

Please sign in to comment.