Skip to content

Commit

Permalink
馃摝 NEW: tab stops bg and border colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Oct 8, 2018
1 parent 2fb8e1e commit 2b747ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions themes/shades-of-purple-color-theme.json
Expand Up @@ -10,9 +10,6 @@
"activityBar.background": "#28284E",
"activityBar.border": "#292952",
"activityBar.dropBackground": "#222145",
// "activityBar.foreground": "#A599E9",
// "activityBarItem.inactiveForeground": "#A599E9",
// "activityBarItem.activeForeground": "#FFFFFF",
"activityBar.foreground": "#FFFFFF",
"activityBar.inactiveForeground": "#A599E9",
"activityBarBadge.background": "#FAD000",
Expand Down Expand Up @@ -346,6 +343,11 @@
// Customizable menu.
"menu.separatorBackground":"#A599E9",

// Tab stops.
"editor.snippetTabstopHighlightBackground": "#1E1E3F",
"editor.snippetTabstopHighlightBorder": "#1E1E3F",
"editor.snippetFinalTabstopHighlightBackground": "#1E1E3F",

// TODO: Colors to be added.
// "inputValidation.infoForeground": "#00000000", // Input validation foreground color for information severity.
// "inputValidation.warningForeground": "#00000000", // Input validation foreground color for warning severity.
Expand Down

0 comments on commit 2b747ec

Please sign in to comment.