Skip to content

Commit

Permalink
fix: make unused code more dimmed
Browse files Browse the repository at this point in the history
This will help improve contrast with read-only variables as it was somewhat clashing.

See #11 - Different syntax highlighting with straight and tilted dark theme variants
  • Loading branch information
robertrossmann committed May 29, 2020
1 parent 6e00bf9 commit 7007453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generators/mkui.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ function mkui({ ui, code }) {
// 'editorInfo.border': '#FF0000',
// 'editorHint.border': '#FF0000',
// Unused Source Code
'editorUnnecessaryCode.opacity': '#00000055',
// 'editorUnnecessaryCode.border': '#FF0000',
// 'editorUnnecessaryCode.opacity': '#00000099',
// Gutter
'editorGutter.modifiedBackground': ui.scm.modified.hex(),
'editorGutter.addedBackground': ui.scm.added.hex(),
Expand Down

0 comments on commit 7007453

Please sign in to comment.