- Adjust non-determinable and determinable ProgressBar colors (dark medium and soft)
- Adjust Git graph color in rebase dialog (dark medium and soft)
- Adjust inactive selection foreground of lists (dark medium and soft)
- Adjust non-determinable ProgressBar colors (dark medium and soft)
- Adjust colors of keyboard shortcuts in popup menus (dark medium and soft)
- Adjust colors of Drag&Drop UI (dark medium and soft)
- Adjust background and foreground of disabled UI (dark medium and soft)
- Don't use bright colors in console - IntelliJ's terminal already uses bold font
- Fix Groovy keyword colors in dark soft and medium themes
- Adjust memory indicator colors for dark soft and medium themes
- Adjust run widget colors for dark soft and medium themes
- Fix unfocused selection foreground in unfocused VCS Log
- Add preliminary versions of Gruvbox Material Dark Medium and Soft variants
- Fix completion popup background in Dark Medium variant
- adjusted Dark Medium and Dark Soft variants to better adhere to original Gruvbox theme
- 2023.3+ support
- removed
untilBuild
since there's rarely any breaking changes for theme only extensions
- remove explicit foreground color for language injections so the syntaxhighlighting works
- 2023.1 support
- build system
- 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