Skip to content

Latest commit

 

History

History
940 lines (460 loc) · 48.2 KB

CHANGELOG.md

File metadata and controls

940 lines (460 loc) · 48.2 KB

5.27.0 (2024-10-07)

Features

  • add more colours to VS Code's SCM graph 🎨 (8429111)

5.26.0 (2024-10-04)

Features

  • add support for Activity Bar badges (warn, err) (b2346b1)
  • update colours for source control graph (b752b73)

5.25.1 (2024-09-19)

Bug Fixes

  • terminal sticky scroll hover background does not support alpha channel (5df8209), closes #40

5.25.0 (2024-09-06)

Features

  • add customisations for SCM history graph 😍 (266c69a)
  • add new terminal-related colours 🖥️ (48c4801)
  • add styling for Profile editor's new radio buttons 🎨 (906cfbb)

5.24.1 (2024-08-12)

Bug Fixes

  • properly style types in debug panel (78b3723)

5.24.0 (2024-07-05)

Features

  • some additions from VS Code 1.91 release 🎉 (565227f)

5.23.0 (2024-05-21)

Bug Fixes

  • properly colourise tab drag & drop hover (ca25a5e)

Features

  • command center tweaks (9bd9221)
  • completely re-generate types for colour customisations 💪 (c1a89d9)

5.22.0 (2024-05-07)

Features

  • add Copilot Chat colour customisations 🤖 (ff353ff)
  • add customisation for disabled items 👏 (14f2905)
  • some love for diff & multi-diff editors ❤️ (a2b7a55)

5.21.0 (2024-04-04)

Features

  • add customisations for different Activity Bar positions (4aaa593)

5.20.0 (2024-02-07)

Bug Fixes

  • revert the Marketplace gallery banner colour (ebe3340)

Features

  • add support for terminalStickyScrollHover.background 🎨 (8b51343)
  • add type definitions for new terminal UI colours (cbbaaaf)

5.19.0 (2023-12-11)

Features

  • rework list selection highlights (d969e10)

5.18.0 (2023-12-11)

Features

  • improve status bar colours 🎨 (bf4f1b2)
  • support textPreformat.background (93864e1)
  • theme overall feel overhaul 🎨 (f419551)
  • tone down git diff highlights (added, removed) (cb6e423)

5.17.0 (2023-02-03)

Features

  • add new colour contributions from VS Code 1.75 (eb0f53a)

5.16.1 (2022-09-06)

Bug Fixes

  • make menu selection backgrounds the same colour as quick pick (1f728a1)

5.16.0 (2022-09-05)

Bug Fixes

  • use theme colours for git diff editor (e6065a4)

Features

  • add a subtle merge border (47aa27e)
  • improve colours for merge editor (9834593)
  • improve merge editor colours (8c99e19)
  • rewrite to TypeScript 🚀 (b3b78c3)

5.15.0 (2022-08-04)

Features

  • include new customisations for VS Code 1.70 (4f98181)

5.14.0 (2022-07-18)

Features

  • add support for Merge Conflict Editor (309c0cf)

5.13.0 (2022-06-10)

Bug Fixes

  • reduce brightness of the Notification Centre header (fd90459)
  • reduce error/warning status bar items' saturation (cda5d2e)
  • use blue colors for debug frame highlights for bright theme (c3ef77a)

Features

  • improve foreground contrast on buttons, badges for light theme (59ea73b)
  • use a more decent blue as debugging status bar indicator (c310fe2)
  • use less prominent button colour for Remote Development (1ba35f4)

5.12.0 (2022-06-09)

Features

  • add support for Command Center (a1a0f48)
  • customise table column borders (51d44aa)
  • update Terminal's find match highlights (45ce55c)

5.11.0 (2022-03-08)

Features

  • add support for shell intergration's command status indicators (ecac1d6)
  • add support for status bar focus borders (494eb45)
  • properly style code completion texts in editors (e684739)
  • update extension icon colours (21ed1eb)
  • update focused row borders in Settings view (471e37d)
  • update keyboard shortcuts view colours (bd9f34f)

5.10.0 (2021-10-07)

Features

  • tone down bracket/indent guide colours (3995203)

5.9.0 (2021-09-06)

Features

  • add theme colours to custom bracket foregrounds (6fb6180)
  • unify minimap colours with the scrollbars (6fbdb61)

5.8.0 (2021-08-30)

Features

  • add proper colours to custom checkboxes (c3fb60d)

5.7.0 (2021-08-09)

Features

  • implement StatusBar warning colours (2608694)
  • implement terminal tab active border colour (400e188)

5.6.0 (2021-07-20)

Features

  • add support for Inlay Hints (9f1534b)

5.5.0 (2021-06-25)

Features

  • consolidate bright yellow colour in bright theme (d71a510)
  • improve punctuation colours & git diff views (b7279a4)

5.4.0 (2021-06-24)

Bug Fixes

  • improve terminal colours in bright theme (7f1a330)
  • restore intended look for code completion suggestions (2e52833)
  • use a distinct colour for disabled breakpoints (1d13bfd)
  • use consistent button hovers in all theme variants (bbc2c50)
  • use less distractive colour for "Run test" icon (d157bee)

Features

  • add debug inline values colour contributions (a8ab9ed)

5.3.0 (2021-06-02)

Features

  • add Pug language support 🎉 (66089ed), closes #17
  • overhaul CSS/Less language colouring 🎨 (c0d590f)

5.2.0 (2021-05-31)

Features

  • implement Svelte support 🚀 (3d50e65), closes #26

5.1.0 (2021-05-31)

Features

  • properly implement Testing UI colour customisations 😍 (41653b8)

5.0.0 (2021-05-10)

Features

  • add colour customisation for Inline Parameters extension (e70bbaa)
  • overhaul bright variant 🎨 (2d41e5f)
  • overhaul the dark variant 🎨 (5bef5ca)

BREAKING CHANGES

  • The dark variant is now more... playful? It's definitely more brown-ish! The orange accents are also more vibrant, pronounced. Enjoy the spring update! ❤️
  • The Bright theme now looks more... bright. The font colours have been tweaked to provide overall better contrast all over the code and UI. Looking at the bright theme should be much more pleasant now.

4.32.0 (2021-05-07)

Bug Fixes

  • use correct colour for secondary buttons (8bfbb97)

Features

  • add colours for GitHub Pull Requests & Issues (d37b9a9)
  • add custom colour for File Watcher extension (0bcad51)
  • refactor notebook colours (7dec0d5)

4.31.0 (2021-05-06)

Features

  • customise the extension's star (rating) icon colour (5fe2bad)

4.30.0 (2021-05-06)

Features

  • adopt colour for ports icons in Remote Development UI (757c392)
  • adopt colours for keyboard shortcut icons (1cc0eb4)
  • adopt experimental colours for Testing UI (d2dcad0)
  • adopt new toolbar action icon colours (0b353bf)

4.29.0 (2021-03-29)

Features

  • overhaul GitLens colour contributions (fa1d200)

4.28.0 (2021-03-10)

Features

  • adopt colours for error-like status bar items (6ca6a95)

4.27.0 (2021-03-05)

Features

  • adopt new quickInput colour customisations (86d0b58)

4.26.1 (2021-01-17)

Bug Fixes

  • correctly apply colours to .tsx (TS React) files 🤦‍♂️ (08104da)
  • differentiate between built-in HTML tags and React components (318c439), closes #22

4.26.0 (2021-01-04)

Features

  • customise settings' focused row background (9612281)

4.25.0 (2020-12-14)

Features

  • implement sash.hoverBorder colour contribution (0d277bb)

4.24.0 (2020-10-19)

Bug Fixes

  • make list filter widget more readable by reducing background (5d23f43)

Features

  • improve contrast in list views containing word highlights (9260c21), closes #16

4.23.0 (2020-10-05)

Features

  • add border between pinned and regular tabs (0dbda31)
  • add colour contribution points for charts 🎨 (e62ad79)
  • match the overview ruler's border with panel background (10459f4)
  • remove border below breadcrumbs (002d319)

4.22.0 (2020-09-30)

Features

  • implement editor.onTypeRenameBackground (399ccd5)

4.21.0 (2020-07-15)

Features

  • add colour contributions for secondary buttons 🎨 (3ccfefe)

4.20.1 (2020-07-13)

Bug Fixes

  • actually remove Error Lens' background colours 🤦‍♂️ (72e4d78)

4.20.0 (2020-07-13)

Features

  • add new Notebook colour contributions (e3284d8)
  • remove colour backgrounds from Error Lens' decorations (9f40aec)
  • use problems' colours for editor marker navigations (3b3e070)

4.19.0 (2020-06-11)

Features

4.18.0 (2020-05-29)

Bug Fixes

  • improve contrast among normal vars, constants and unused vars (7abcf3a), closes #11
  • improve contrast on badges, buttons, notification center (418692a)
  • make unused code more dimmed (7007453), closes #11
  • use a darker shadow for dark theme (523701d)
  • use consistent foreground in status bar during debugging (a339d16)

Features

  • add colour contributions for mtxr.sqltools (6e00bf9)

4.17.1 (2020-05-28)

Bug Fixes

  • improve colours for list selections (7a274e1)

4.17.0 (2020-05-28)

Bug Fixes

  • enable semantic highlighting in all theme variants (08b0634)

Features

  • colour more symbol icons (b45c8c3)
  • improve snippet highlights (dff5b97)
  • improve status bar hovers and selects (595e491)
  • use more consistent highlights for lists (81c45ed)
  • use secondary colour for bracket match highlights (c50b367)
  • use secondary colour for rendered whitespace (5a4d0cc)
  • use secondary colour for status bar foreground (1d00334)

4.16.0 (2020-05-21)

Bug Fixes

  • make the notification toast's border less intrusive (057b829)
  • use contrasting foreground colour for debug button in Status bar (dfe3161)
  • use contrasting foreground colour for notification center header (26efd03)

Features

4.15.0 (2020-05-20)

Features

  • improve colour for indent guides & editor ruler (ac52282)
  • improve text in side bar section headers (15aab68)

4.14.0 (2020-05-18)

Features

4.13.0 (2020-05-06)

Bug Fixes

  • improve menu contrast by adding a border (dd60676)

Features

  • add Slack colour palette 😂 🤷‍♂️ (8764188)
  • customise folded line highlights and folding chevrons/buttons (5e5a4a1), closes microsoft/vscode#97091
  • customise invalid list items' foreground 🤷‍♂️ (98d9e40)
  • improve consistency of focus foregrounds on tabs and breadcrumbs (7f6a57a)

4.12.0 (2020-05-05)

Bug Fixes

  • restore tabs' / breadcrumbs' border (e73477a)

Features

  • enable tab foreground hovers (24bdffd)

4.11.0 (2020-05-04)

Bug Fixes

  • use contrasting text colours for input validation hovers/messages (87f7a7e)

Features

  • implement VS Code's semantic colouring engine 🎨 🎉 (574fe92)

4.10.0 (2020-04-30)

Bug Fixes

  • mute the sidebar title's foreground (f64ca8f)
  • use contrasting text colour for button texts (d58e707)

Features

  • customise diff editor's diagonal fill colour (6455a99)

4.9.0 (2020-04-27)

Features

Reverts

  • Revert "feat: add border below tab groups" (9597105)

4.8.0 (2020-04-17)

Bug Fixes

  • remove those ugly word highlight borders (8c03efc)
  • use better text colours for badges, debugging status bar (0fd4546)
  • use blue highlight for active frame to avoid clash with diffs (1b6f7fe)

Features

  • overhaul search highlights 🎨 (5aebbbc)

4.7.0 (2020-04-15)

Bug Fixes

  • add meta.brackets to punctuation scope (499c8b9)
  • use correct colour for C hex constants, straighten some brackets (3992712)

Features

4.6.2 (2020-04-09)

Bug Fixes

  • add new list.deemphasizedForeground colour contribution (766029b)
  • treat labels as preprocessor statements (9c795ae)

4.6.1 (2020-04-06)

Bug Fixes

  • reduce extension size from 5MB to 50KB by excluding images (3fc79f4)

4.6.0 (2020-04-06)

Features

  • add Remedy - Bright iTerm2 colour profile (6fec000)
  • add Remedy - Bright MacOS Terminal profile (82beda0)

4.5.0 (2020-04-01)

Bug Fixes

  • apply theme colours to the app's title bar when inactive (bdc30be)
  • use a colour for input placeholder text with better contrast (c477f92)

Features

  • add border around active input options (2114256)
  • apply theme colours to input borders (fc2914c)
  • use the same colour for Settings' checkboxes as booleans in code (c98eefe)
  • use theme colour for inactive panel titles (4a16cb7)

4.4.0 (2020-04-01)

Bug Fixes

  • apply theme colours to inactive tab foregrounds (a8f6b4e)
  • update colours for secondary and dimmed text variants (19e18dd)
  • use colour contributions for light themes for Error Lens (2fa4519)

Features

  • add border below tab groups (36b031b)

4.3.0 (2020-03-10)

Features

  • use panel background colour for minimap (dca6802)

4.2.0 (2020-02-29)

Features

4.1.0 (2020-02-13)

Features

  • re-introduce straight & tilted variants 🍻 (2fb504c), closes #7
  • use the same colour for bright's base as dark's text (40668ce)

4.0.0 (2020-02-12)

Features

  • implement bright variant 🎉 (b592fac)

BREAKING CHANGES

  • The theme now offers both dark and bright variant!

The tilted variants have been removed, for now, at least. I might add them back in a later release.

3.10.0 (2020-01-31)

Features

  • completely overhaul selections, highlights, ranges 🎉 (931c0cb)
  • match codelens & breadcrumbs' colour to gutter line numbers (bd61655)

3.9.1 (2020-01-30)

Bug Fixes

  • make workbench text selections more prominent (5e12098)
  • use correct link to Terminal profile in readme (3cf0b6c)

3.9.0 (2020-01-27)

Bug Fixes

  • use the same colour for preformatted text in UI and Markdown (1ee76a2)
  • use theme text colour for active items in lists (f1d8150)
  • use theme text colour for activity bar badges (c19b6ad)

Features

  • improve list filter widget colouring (f41c4bf)
  • make input placeholders more dim (55acd3e)
  • style settings' input foregrounds according to code tokens (379d47e)
  • use theme colours for input validation boxes (2d7e0c2)

3.8.0 (2020-01-07)

Bug Fixes

  • add color scheme to release assets (cb50c20)
  • readme heading (06f888a)
  • readme post-installation settings (e07d66a)

Features

  • add iTerm2 color scheme (41d5e96)

3.7.1 (2020-01-07)

Bug Fixes

  • use correct outline icon colour for numbers (716bfda)

3.7.0 (2019-12-27)

Bug Fixes

  • change lintlens' decoration to be a problems->hint colour (14b8111)
  • change markdown links to have consistent colouring (0d70610)
  • treat codeblock language IDs as punctuation (7496b1c)
  • treat Front Matter code blocks as YAML (749ae7e)

Features

  • make all heading tokens bold (ef2a120)

3.6.1 (2019-12-10)

Bug Fixes

  • use theme colours for problem decorations in tree views 🤦‍♂️ (4c209e6)

3.6.0 (2019-12-10)

Bug Fixes

  • use consistent drop background colour (0339dae)

Features

  • use accent colour for breadcrumb highlights (40189a5)

3.5.1 (2019-12-09)

Bug Fixes

  • use correct theme colour for minimap error/warning highlight (bfc6235)

3.5.0 (2019-12-06)

Features

  • add custom colours for the debug UI buttons 😍 (1468bc5)
  • add theme colours to minimap gutter for SCM highlights (6565600)
  • use text colour as default icon colour where applicable (85048b5)

3.4.2 (2019-12-05)

Bug Fixes

  • the new operator should be italic! 😱 (b386a8e)

3.4.1 (2019-12-04)

Bug Fixes

  • use more subtle background for error lens extension (6e1f244)

3.4.0 (2019-11-26)

Features

3.3.1 (2019-11-17)

Bug Fixes

  • make editor code lens text fit better into the colour scheme (ce24489)

3.3.0 (2019-11-15)

Bug Fixes

  • use more appropriate colour for lightbulb (dd92c42)

Features

  • use theme colours for some Outline & breadcrumb symbols (7f92495)

3.2.0 (2019-11-13)

Bug Fixes

  • update breadcrumb colours to better fit into the UI (715e59b)

Features

  • style the lightbulb's colour (eb1d654)
  • use accent colour for activity bar's border ❤️ (d760008)
  • use theme colours for some notification icons (7ecda0c)

3.1.0 (2019-11-01)

Bug Fixes

  • update Marketplace description (ab992bc)

Features

  • include MacOS Terminal profile 🍎 (ab72975)

3.0.2 (2019-11-01)

Bug Fixes

  • use accent colour for menu selection background (1cd0d30), closes #2

3.0.1 (2019-10-31)

Bug Fixes

  • use correct link for Git Diff screenshot (a826242)

3.0.0 (2019-10-31)

Features

  • add styles for GitLens extension 😍 (cf8d1d9)
  • add styles for LintLens extension (997eb71)
  • make drop backgrounds more subtle (a2ddcb9)
  • make editor background more "colourless" (8ca46f5)
  • make list items more prominent when selected / focused (f6c27ac)
  • make status bar item hover more decent (2296d0e)
  • tweak bracket mach highlights (afb6a48)
  • use orange for all accents (675b8d5)
  • use text colour for line & selection highlights (c71beec)

BREAKING CHANGES

  • Orange is the new red. 😍

The reddish accents were great and all but the accents frequently clashed with diffs, errors and other things which are expected to be red by their very nature. Using a different accent we are free of those clashes. Don't worry, though, the orange still looks awesome! 🎨

  • Previously, the current line highlight and selection highlight used the accent (red) colour. While it seemed like a good idea in the beginning due to various consistency reasons, it turned out to be rather a bad choice - red is also used in the diff view and selecting anything in the diff view, or simply trying to find the line where the cursor is currently placed by colour was almost impossible as they blended completely with the diff.

Changing the highlights to a very light variant of the base text colour improves the overal experience quite significantly. 🎨

2.2.1 (2019-10-23)

Bug Fixes

  • make black & white terminal colours more prominent (3c3f2dd)

2.2.0 (2019-10-09)

Features

  • implement minimap's selectionHighlight (d3c3463)

2.1.0 (2019-09-25)

Bug Fixes

  • treat curly braces as punctuation (0f2d601)

Features

  • improve GraphQL syntax colouring (1f4fd7e)
  • improve italicising of language keywords (f3564d3)

2.0.0 (2019-09-20)

Bug Fixes

  • remove invalid template variable from github release action (64500ae)

Features

  • offer non-italic version of the theme 💪 (93eecb3)

BREAKING CHANGES

  • The theme has been split into two distinct versions:
  • Remedy - Straight Up: A non-italic variant
  • Remedy - Tilted: An italic variant that is best used with the Operator Mono font

As a side-effect, the italic variant should now italicise more languages without adding custom overrides into this theme, which means better consistency. 🎨

1.2.0 (2019-09-20)

Features

  • improve dotenv files' (.env) colour scheme (bd521c2)

1.1.1 (2019-09-18)

Bug Fixes

  • commit generated & updated files upon release (aaaaa66)