Skip to content

Commit

Permalink
Color token for debugged line shown in overview ruler (#214)
Browse files Browse the repository at this point in the history
VS Code 1.52 [1] (November 2020) introduced the new
`editor.focusedStackFrameHighlightBackground` theme color token [2] to
highlight the currently focused debugged line in the overview ruler.
Additionally, the `editor.stackFrameHighlightBackground` key has been
added that is used to highlight the decoration in the overview ruler on
the right of the editor.
Both tokens using `nord10` to make them more conform with Nord's style.

[1]: https://code.visualstudio.com/updates/v1_52
[2]: https://code.visualstudio.com/updates/v1_52#_ui-improvements

Co-authored-by: Sven Greb <development@svengreb.de>

Closes GH-205
  • Loading branch information
arcticicestudio authored Jun 22, 2021
1 parent 097e0cc commit 94f35a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/nord-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
"editor.rangeHighlightBackground": "#434c5e52",
"editor.wordHighlightBackground": "#81a1c166",
"editor.wordHighlightStrongBackground": "#81a1c199",
"editor.stackFrameHighlightBackground": "#5e81ac",
"editor.focusedStackFrameHighlightBackground": "#5e81ac",
"editorError.foreground": "#bf616a",
"editorError.border": "#bf616a00",
"editorWarning.foreground": "#ebcb8b",
Expand Down

0 comments on commit 94f35a3

Please sign in to comment.