Skip to content

Releases: dinbtechit/vscode-theme

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.)

v1.10.5

16 Oct 13:24
3b001d0
Compare
Choose a tag to compare

Changed

  • Removed Enum usage as it is not supported in PyCharm, CLion and RubyMine 2022.x.x
  • Upgrading Gradle - 8.1 to 8.3

Fixed

  • #130 - VScode startup activity error - Specific to PyCharm, CLion and RubyMine.
  • #132 - Java -Wrong colors if there is extends or super keyword inside generic of generic.
  • #139 - Python Jupyter - Removed black background in Jupyter (Had to make a Temp fix might not be perfect.)
  • VSCode Light Theme - Toolbar background was white and hard to see the buttons.
  • #150 - Unable to select the default theme DARK_MODERN
  • #151 - java.lang.NoClassDefFoundError JupyterPyDialect

v1.10.4

15 Oct 22:45
3461130
Compare
Choose a tag to compare

Changed

  • Removed Enum usage as it is not supported in PyCharm, CLion and RubyMine 2022.x.x
  • Upgrading Gradle - 8.1 to 8.3

Fixed

  • #130 - VScode startup activity error - Specific to PyCharm, CLion and RubyMine.
  • #132 - Java -Wrong colors if there is extends or super keyword inside generic of generic.
  • #139 - Python Jupyter - Removed black background in Jupyter (Had to make a Temp fix might not be perfect.)
  • VSCode Light Theme - Toolbar background was white and hard to see the buttons.

v1.10.3

01 Oct 23:09
8d07efd
Compare
Choose a tag to compare

Changed

  • Keeping in Sync with IntelliJ Template changes
  • Updated Rust plugin from (Deprecated)org.rust.lang to com.jetbrains.rust.
  • Removing deprecated API usages - Unfortunately can no longer support 2021.1.x
  • Adding more logging to triage issue #123

v1.10.2

21 Aug 23:59
0bb1e6a
Compare
Choose a tag to compare

Fixed

  • #103 - Fix for "Array contains no element matching the predicate"

v1.10.1

21 Aug 12:28
8edb383
Compare
Choose a tag to compare

Changed

  • #100 - removing rainbow bracket - can be installed separately if needed.