v1.3.1
1.3.1 - 2022-05-27
FIXED issue with release 1.3.0
which did not package the theme files because of a build script bug.
Added
- Configuration options for the theme. There are now a number of extension options which allow for configuring aspects of the theme to your liking. Please see the documentation for an overview.
- Syntax highlighting for Typescript.
- Syntax highlighting for Backus-Naur Form markup.
- Powershell syntax highlighting for built-in constants (such as
$Host
), and underlines for storage prefixes (e.g.$env:
) just like with variable scopes. - Markdown syntax highlighting for strikethrough text.
- UI style for the editor Drag-into Prompt.
- Syntax highlighting for Ambiguous Unicode Characters.
- UI styles for the Find/Match functionality in the terminal.
- UI styles for the Terminal Integration command decorators.
- UI styles for the Welcome/Walkthrough Page.
- UI styles for keybind icons and the keybing settings table.
- UI style for extension preview badges.
- Internal: UI styles for a bunch of things. Bumping minimum
vscode
version from1.60
to1.67
, a number of default styles have changed so explicit styles had to be added to return the appearance to what was previously.
Changed
- BREAKING: Bump minimum supported VS Code version to
1.67
. - Markdown syntax highlighting styles plaintext in a darker colour, inline code blocks in bold, list bullet points in cyan, and quotes in yellow.
- Decrease contrast of the diagonal pattern used in the diff-viewer.
- The order of colours used for the Bracket Guide Colouring feature.
- Increased contrast of placeholder text.
- Increased contrast of tree indentation guides.
- Darken the overall background colours in the dark theme.
- Decrease the contrast of menu separators.
- Decrease the intensity of the tabstops when using snippets.
- Decrease the intensity of input backgrounds.
- Increase the contrast of matching bracket outlines.
- Change the colour of the debugging start icon to green, and of the testing unset icon to orange.
- Change the colour of warnings in the debug console to orange, and of source files to black.
Fixed
- Terminal bold formatting having a decreased contrast compared to foreground text.
- Inconsistencies in the shades of purple used in the light theme for syntax highlighting.
- Poor contrast of some of the terminal colours in the light theme.
- Debug viewer boolean colour not matching the colour used in syntax highlighting.
- The hover-over colour used for buttons/dropdowns in the dark theme was darker than the background.
- The
!
bang in rust macro calls not being coloured blue like the macro name. - A bunch of small inconsistencies in the colours used for the UI in the dark theme.