Skip to content

Releases: dinbtechit/vscode-theme

v1.11.0

11 Dec 17:18
9cb9848
Compare
Choose a tag to compare

Added

  • Support k2 compiler

Changed

  • Removing Deprecated APIs
  • Min intellj Platform SDK is now 242
  • JDK version to 21
  • #210 - Categorize async Python keyword as a primary keyword (Thanks @j-d-ha)

v1.10.14

25 Nov 16:18
e7431e0
Compare
Choose a tag to compare
Merge pull request #207 from dinbtechit/chore/support-v243

Support 243.*

v1.10.13

23 Nov 21:13
67160e8
Compare
Choose a tag to compare

Added

  • Init Ruby Annotator

Fixed

  • #201 - Rust mut keyword inconsistent colors
  • Welcome screen - Project actions - background fixed

Changed

  • Updating library versions and syncing with template

v1.10.12

26 Oct 21:04
ca7957d
Compare
Choose a tag to compare

Added

  • CSharp - Adding yield and foreach to provide secondary color.

v1.10.11

21 Jul 14:20
9b97b53
Compare
Choose a tag to compare

Fixed

  • 194 - Fixing Yield key word for Pycharm

Changed

  • Syncing with Template Changes - Upgrading to latest version of Intellij

v1.10.10

04 Feb 03:46
a71c5b6
Compare
Choose a tag to compare

Fixed

  • VScode Light Modern — fix xml foreground color purple to blue(0000ff same as VSCode) by @trofoto
  • VScode Light Modern — fix the colors of tooltip in the editor, especially the background color with same color with text by @trofoto

v1.10.9

21 Jan 03:19
0ec7569
Compare
Choose a tag to compare

Fixed:

  • Removed internal APIs - So we can release v1.10.8

v1.10.8

17 Dec 03:57
4808713
Compare
Choose a tag to compare

Fixed:

  • VScode Light Modern — The icon color of RunWidge is too light to see; by @trofoto
  • VScode Light Modern — The background color of RecentProject is too dark. by @trofoto
  • Dart Secondary Color Highlighting issues fixed
  • Replaced Deprecated APIs

v1.10.7

30 Oct 12:14
6ca7e32
Compare
Choose a tag to compare

Fixed

Changed

  • @trofoto - Added colors const for following official light theme style
  • @trofoto - change several selection-about colors, including selection color in editor, global selection background color and foreground color. It's more compatible with the Intellij Light theme, also closer with VS code light theme;

v1.10.6

16 Oct 15:54
11f190a
Compare
Choose a tag to compare

Fixed

  • #139 - Python Jupyter - Removed black background in Jupyter (Had to make a Temp fix might not be perfect.)