Skip to content

Latest commit

 

History

History
145 lines (94 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

145 lines (94 loc) · 2.56 KB

Gruvbox theme changelog

Unreleased

0.6.3

Changed

  • Inline parameters highlighting tweak (thanks @eprst)
  • Add rust specific options for function and method calls (thanks @devmatteini)

0.6.2

Changed

  • Explicitly set the Debugger valueForeground

0.6.1

Added

  • 2023.1 support

0.6.0

Added

0.5.5

Added

  • 2022.2 support (thanks @gpopides)

0.5.4

Added

  • 2022.1 support (thanks @fabianhjr)

0.5.3

Added

  • 2021.3 support

Changed

  • The wrap guide color is now the same as the indent guide color
  • Attempt to fix go syntax highlighting (thanks @ravron)

0.5.2

Added

  • 2021.2 support

0.5.1

Changed

  • Fixed pluginSinceBuild

0.5.0

Changed

  • Update Gradle build to https://github.com/JetBrains/intellij-platform-plugin-template
  • The changelog is now a markdown file instead of hardcoded HTML
  • Predefined symbol's foreground is now the same as constants
  • Function/method calls now have the default foreground
  • Errors/deprecations no longer have a red foreground, just a red wave to avoid confusion with keywords
  • Add scrollbar colors

0.4.4

Added

  • 2021.1 support (thanks @tomaszkaliciak)

0.4.3

Added

  • 2020.3 support (thanks @hravnx)

Fixed

  • Fix background color of the first item from the autocomplete list
  • Fix breakpoint background in Light themes
  • Fix file highlight in Dark Soft theme

0.4.2

Fixed

  • Fix PyCharm Python Console prompt. (thanks @lemontheme)

0.4.1

Added

  • 2020.2 support (thanks @jef)

0.4.0

Added

  • Add light variants (thanks @mariushelf)

Fixed

  • Fix ANSI black color in the console
  • Fix completion popup background

0.3.1

Fixed

  • Fix Dark Hard variant: Selected background is now darker than the background

0.3.0

Added

  • 2020.0 support (thanks @camsteffen)
  • Add Dark Hard and Dark Soft variants

Changed

  • Remove default font in the color scheme so that users keep their font settings

Fixed

  • Fix selection inactive background color. (thanks @rkashapov)

0.2.1

Added

  • Android Studio 3.4.2 and IDEA 2018.3 support

0.2.0

Added

  • Add opacity to various colors

0.1.3

Added

  • Add compatibility for newer versions and an icon

0.1.2

Changed

  • There is a different color when a file is selected in the project pane but is not focused

0.1.1

Changed

  • The button to close the editor tabs is now brighter

0.1.0

Added

  • Initial release