Skip to content

Commit fe870f4

Browse files
descriptionForeground workbench theme key (#161)
Added the `descriptionForeground` workbench theme key that was introduced almost 2 years ago in microsoft/vscode@f450e0b1fe3 (1) for microsoft/vscode#26298 (2), but not mentioned in a changelog so there was no support for it in Nord. It now uses `nord4` with a opacity of 90% as color value (`#d8dee9e6`). References: (1) https://github.com/microsoft/vscode/blame/f450e0b1fe3ac26ce6bf8367ff1bd60fb1387a7d/src/vs/platform/theme/common/colorRegistry.ts#L154 (2) microsoft/vscode#26298 Resolves GH-160
1 parent 1a47947 commit fe870f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/nord-color-theme.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"debugExceptionWidget.background": "#4c566a",
1818
"debugExceptionWidget.border": "#2e3440",
1919
"debugToolBar.background": "#3b4252",
20+
"descriptionForeground": "#d8dee9e6",
2021
"diffEditor.insertedTextBackground": "#81a1c133",
2122
"diffEditor.removedTextBackground": "#bf616a4d",
2223
"dropdown.background": "#3b4252",

0 commit comments

Comments
 (0)