let defaultBackground = 'ffffff';
while (parsedThemeRules.length >= 1 && parsedThemeRules[0].token === '') {
if (incomingDefaults.fontStyle !== FontStyle.NotSet) {
defaultFontStyle = incomingDefaults.fontStyle;
}
defaultForeground = incomingDefaults.foreground;
}
defaultBackground = incomingDefaults.background;
}
const colorMap = new ColorMap();