Releases: catppuccin/jetbrains
Releases · catppuccin/jetbrains
v3.3.5
v3.3.5 - 2024-11-01
Fixed
- (Scala): Make predefined types (Int, Double, etc) distinguishable from unused by @disordered in #176.
- (UI): Theme informational text by @uncenter in #178.
- (UI): Theme macOS project tabs by @gquittet in #179.
New Contributors
- @disordered made their first contribution in #176
- @gquittet made their first contribution in #179
Full Changelog: v3.3.4...v3.3.5
v3.3.4
v3.3.4 - 2024-10-10
Changed
- (Editor): Increase contrast of unused code by setting it to
overlay2
.
Fixed
- (Editor): Selected identifiers now show up beside the scrollbar as
teal
.
New Contributors
Full Changelog: v3.3.3...v3.3.4
v3.3.3
v3.3.2
v3.3.2 - 2024-08-23
Changed
- (UI): Increase contrast of "File Colors" on Frappé, Macchiato & Mocha
Fixed
- (UI): Search contrast on the Search Everywhere popup when using Latte
New Contributors
Full Changelog: v3.3.1...v3.3.2
v3.3.1
v3.3.1 - 2024-05-27
Added
- (UI): Style segmented button
- Support 2024.2 EAP
v3.3.0
v3.3.0 - 2024-05-11
Added
- (UI): Style new block terminal
Changed
- (Editor): Increase whitespace contrast
Full Changelog: v3.2.3...v3.3.0
v3.2.3
v3.2.2
v3.2.2 - 2023-12-07
- (Misc): We now have an icon pack! Search the marketplace for "Catppuccin Icons" to install it!
Fixed
- (UI):
TextField.selectionBackground
no longer matchesTextField.background
. Selected text should now clearly stand
out compared to non-selected text.
Full Changelog: v3.2.1...v3.2.2
v3.2.1
v3.2.0
v3.2.0 - 2023-10-28
Added
- (UI): Set all
foreground
elements to usetext
colour. This really should have been set from the beginning,
you may notice that UI text elements are lighter and contrast less with the background. (i.e. Mocha thus far has
been using#FFFFFF
instead of the intended text colour#cdd6f4
in the user interface) - (UI): Highlight
RunWidget
icons (More Actions, Spinning Icon) astext
- (UI): Highlight Android Plugin's
UI Designer
backgrounds
Changed
- (UI): Try to unify
RadioButton
,Slider
,List
,Label
andTab
backgrounds. This should hopefully fix some
of the little inconsistencies in the settings. - (UI): Improve highlights for the Git Log panel. (
VersionControl.GitLog
) - (UI): Improve highlights for the Marketplace Plugin panel. (
Settings
->Plugins
)
Fixed
- (UI): Sync border with background for
TextField
,ComboBox
, andSpinner
. - (Build): Correctly register all theme
*.xml
files. We are cautiously optimistic that this will reduce the chances of the user interface and editor themes going out of sync. However, this may not be the case so please follow the instructions here if your theme looks incorrect upon install.
Full Changelog: v3.1.1...v3.2.0