Skip to content

Commit

Permalink
feat: customise folded line highlights and folding chevrons/buttons
Browse files Browse the repository at this point in the history
The foreground colour seems to be broken currently.
See microsoft/vscode#97091
  • Loading branch information
robertrossmann committed May 6, 2020
1 parent 98d9e40 commit 5e5a4a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/generators/mkui.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ function mkui({ ui, code }) {
'editorGutter.modifiedBackground': ui.scm.modified.hex(),
'editorGutter.addedBackground': ui.scm.added.hex(),
'editorGutter.deletedBackground': ui.scm.deleted.hex(),
'editorGutter.foldingControlForeground': ui.text.secondary.hex(),
'editor.foldBackground': `${ui.problems.info.hex()}11`,
// 'editorGutter.background': '#FF0000',

/**
Expand Down

0 comments on commit 5e5a4a1

Please sign in to comment.