For High Contract Themes the decoration is a double border under the enlargement.
Known Problem:
When using command Preferences: Color Theme (ctrl+k ctrl+t, workbench.action.selectTheme) the settings.json file is not updated with the new theme name when you use the Up/Down Arrow keys. The decorator style is not changed when you switch between Ligh/Dark and High Contrast themes. When you select a theme the decorator style is changed.
The reason is that for the current version of VSC (v1.74) it is not possible to define a decorator that has different styles for Light/Dark and High Contrast Themes. A High Contrast Theme uses the light or dark settings of the decorator.
Settings
indentWhitespace.space.enlargement : the number of spaces to enlarge each indent space, if 0 there is no decoration, (default: 1)
It can be a number ∈ ℕ (>= 0) or it can be an object where you specify the number by languagId of the editor.
The properties of the object can be:
default : the value to use for all languageId's not specified
, separated list of languageId's that will use the given value