Releases: mattmaniak/inkpot-gc-vsc
Releases · mattmaniak/inkpot-gc-vsc
Release 1.5.1
[1.5.1] - 2025-01-30
Changed
- Keyword pink color to a little bit more pale as inspired by GynColorsForSublime.
Fixed
- Outdated colors on the screenshot.
Release 1.5.0
[1.5.0] - 2025-01-29
Changed
- Keyword, preprocessor and punctation common color code to a brighter greenish blue found originally in inkpot_gc.vim.
Fixed
- 1.4.4 typo in changelog.
Release 1.4.4
[1.4.4] - 2024-10-21
Fixed
- Selection Highlight Backround color as orange was overlapping a markdown text.
Release 1.4.3
[1.4.3] - 2024-06-30
Fixed
- 1.4.2 release date in changelog.
Release 1.4.2
[1.4.2] - 2024-06-30
Fixed
- Find Match Highlight Background that made some found code invisible when matched.
Release 1.4.1
[1.4.1] - 2024-06-26
Fixed
- Regular Expressions color.
Release 1.4.0
[1.4.0] - 2024-06-20
Added
- Custom Gallery Banner color for Visual Studio Marketplace.
Release 1.3.0
[1.3.0] - 2024-06-20
Added
- Diff colors for Edtitor Gutter (line numbers) when comparing changes.
Changed
- Input placeholder color to the same as the input's text. Like in the original Dark Modern theme.
- Status Bar Debugging Background to green-blue instead of a warning-like orange.
Fixed
- Lack of contrast of markup text in "diff added" sections of a code due to the almost same colors used. It is done via implementing half-transparent color for a changed text.
Release 1.2.0
[1.2.0] - 2024-06-05
Added
- A Marketplace icon.
Fixed
- Non-contrasting focus border to much brighter one.
Release 1.1.3
[1.1.3] - 2024-06-05
Added
- A license type in
package.json
.
Fixed
- Keywords limitation to 5 in
package.json
as mentioned in the Extension Manifest's docs.