Skip to content

Commit 8bfcffb

Browse files
author
Miguel Solorio
committed
Update folding control token description
1 parent 7c50981 commit 8bfcffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/contrib/folding/folding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ for (let i = 1; i <= 7; i++) {
898898
}
899899

900900
export const foldBackgroundBackground = registerColor('editor.foldBackground', { light: transparent(editorSelectionBackground, 0.3), dark: transparent(editorSelectionBackground, 0.3), hc: null }, nls.localize('foldBackgroundBackground', "Background color behind folded ranges. The color must not be opaque so as not to hide underlying decorations."), true);
901-
export const editorFoldForeground = registerColor('editorGutter.foldingControlForeground', { dark: iconForeground, light: iconForeground, hc: iconForeground }, nls.localize('editorGutter.foldingControlForeground', 'Color of the folding control icon in the editor gutter.'));
901+
export const editorFoldForeground = registerColor('editorGutter.foldingControlForeground', { dark: iconForeground, light: iconForeground, hc: iconForeground }, nls.localize('editorGutter.foldingControlForeground', 'Color of the folding control in the editor gutter.'));
902902

903903
registerThemingParticipant((theme, collector) => {
904904
const foldBackground = theme.getColor(foldBackgroundBackground);

0 commit comments

Comments
 (0)