Skip to content

Commit

Permalink
Add color for tree.indentGuidesStroke (#147)
Browse files Browse the repository at this point in the history
VS Code 1.36.0 (1) June 2019 introduced support for indent guide lines
in the tree view (2). To adapt to Nord's style and ensure it is still
distinguishable from the background when hovering with the mouse, the
new brightened comment color based on ` nord3` (GH-118) is used.

References:
  (1) https://code.visualstudio.com/updates/v1_36
  (2) https://code.visualstudio.com/updates/v1_36#_tree-indent-guides

Resolves GH-145
  • Loading branch information
arcticicestudio committed Jul 20, 2019
1 parent 46cce26 commit 54b6b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/nord.json
Expand Up @@ -233,6 +233,7 @@
"titleBar.border": "#2e344000",
"titleBar.inactiveBackground": "#2e3440",
"titleBar.inactiveForeground": "#d8dee966",
"tree.indentGuidesStroke": "#616e88",
"walkThrough.embeddedEditorBackground": "#2e3440",
"welcomePage.buttonBackground": "#434c5e",
"welcomePage.buttonHoverBackground": "#4c566a",
Expand Down

0 comments on commit 54b6b20

Please sign in to comment.