- Inline parameters highlighting tweak (thanks @eprst)
- Add rust specific options for function and method calls (thanks @devmatteini)
- Explicitly set the Debugger valueForeground
- 2023.1 support
- Fork from https://plugins.jetbrains.com/plugin/12310-gruvbox-theme
- 2022.3 support
- 2022.2 support (thanks @gpopides)
- 2022.1 support (thanks @fabianhjr)
- 2021.3 support
- The wrap guide color is now the same as the indent guide color
- Attempt to fix go syntax highlighting (thanks @ravron)
- 2021.2 support
- Fixed
pluginSinceBuild
- 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
- 2021.1 support (thanks @tomaszkaliciak)
- 2020.3 support (thanks @hravnx)
- Fix background color of the first item from the autocomplete list
- Fix breakpoint background in Light themes
- Fix file highlight in Dark Soft theme
- Fix PyCharm Python Console prompt. (thanks @lemontheme)
- 2020.2 support (thanks @jef)
- Add light variants (thanks @mariushelf)
- Fix ANSI black color in the console
- Fix completion popup background
- Fix Dark Hard variant: Selected background is now darker than the background
- 2020.0 support (thanks @camsteffen)
- Add Dark Hard and Dark Soft variants
- Remove default font in the color scheme so that users keep their font settings
- Fix selection inactive background color. (thanks @rkashapov)
- Android Studio 3.4.2 and IDEA 2018.3 support
- Add opacity to various colors
- Add compatibility for newer versions and an icon
- There is a different color when a file is selected in the project pane but is not focused
- The button to close the editor tabs is now brighter
- Initial release