New colors after 1.21 version of VS Code
See original GitHub issueHi, VS Code 1.21 is still not released, but I created this issue as a reminder for myself to create a PR after VS Code will be released.
editorActiveLineNumber.foreground
- https://github.com/Microsoft/vscode-docs/blob/vnext/release-notes/v1_21.md#coloring-of-active-line-number
notifications / border color of editor highlights / terminal - https://github.com/Microsoft/vscode-docs/blob/vnext/release-notes/v1_21.md#new-theme-colors-and-removal-of-old-colors
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:5 (3 by maintainers)
Top Results From Across the Web
February 2018 (version 1.21) - Visual Studio Code
Note for extension and theme authors: With the new notification UI, we introduced new theming colors for theme authors to adopt (see below)....
Read more >November 2022 (version 1.74) - Visual Studio Code
Learn what is new in the Visual Studio Code November 2022 Release (1.74)
Read more >August 2022 - Visual Studio Code
Learn what is new in the Visual Studio Code August 2022 Release (1.71) ... Colors are used to emphasize the checkboxes for unhandled...
Read more >May 2016 (version 1.2) - Visual Studio Code
The May release of VS Code has some great new features, enhancements to existing features, and a set of important bug fixes. Here...
Read more >September 2021 (version 1.61) - Visual Studio Code
Learn what is new in the Visual Studio Code September 2021 Release (1.61) ... The new color sideBySideEditor.border sets the color for the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@LordZane yes you’re right. I will create a PR today. 🎉
EDIT 1: Selection and active line number colors/borders are done. Left Notifications, but need to create an extension which triggers them to test colors.
EDIT 2: Created Notification Tester extension for VS Code to test Notification Center and started to work on notifications coloring. https://marketplace.visualstudio.com/items?itemName=svipben.notification-tester
good job @svipben