make decoration less distracting

This commit is contained in:
Daniel Hung 2021-01-26 15:18:59 -08:00
parent 69b53e8cfd
commit 8f5ec93037

View File

@ -75,8 +75,8 @@ export default class KiteRelatedCodeDecorationsProvider {
renderOptions: {
after: {
contentText: `${this.lineInfo.inlineMessage}`,
margin: '0 0 0 3em',
color: new ThemeColor('textLink.activeForeground'),
margin: '0 0 0 4em',
color: new ThemeColor('textSeparator.foreground'),
fontWeight: 'normal',
fontStyle: 'normal',
}