Skip to content

Commit d0d6bfd

Browse files
Merge pull request #93 from arcticicestudio/feature/gh-80-editor-hints
Editor hints
2 parents e73d2b3 + eb84642 commit d0d6bfd

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ Fully supported [Workbench](https://code.visualstudio.com/docs/getstarted/theme-
132132

133133
<p align="center"><strong>Coloring of active line number</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-visual-studio-code/develop/assets/scrot-feature-active-line-number.png"/></p>
134134

135+
<p align="center"><strong>Editor Hints</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-visual-studio-code/develop/assets/scrot-feature-editor-hints.png"/></p>
136+
135137
## Languages
136138

137139
This theme contains optimized styles to achieve a consistent and uniform coloring across languages.
23.6 KB
Loading

themes/nord.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"dropdown.foreground": "#d8dee9",
2727
"editorActiveLineNumber.foreground": "#d8dee9cc",
2828
"editorCursor.foreground": "#d8dee9",
29+
"editorHint.border": "#ebcb8b00",
30+
"editorHint.foreground": "#ebcb8b",
2931
"editorIndentGuide.background": "#434c5eb3",
3032
"editorIndentGuide.activeBackground": "#4c566a",
3133
"editorLineNumber.foreground": "#d8dee966",

0 commit comments

Comments
 (0)