Skip to content

Releases: catppuccin/jetbrains

v3.3.5

01 Nov 16:38
v3.3.5
c783f63
Compare
Choose a tag to compare

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

Full Changelog: v3.3.4...v3.3.5

v3.3.4

11 Oct 14:45
v3.3.4
a7bed9e
Compare
Choose a tag to compare

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

13 Sep 17:58
v3.3.3
327b5a1
Compare
Choose a tag to compare

v3.3.3 - 2024-09-13

Added

  • Support 2024.3 EAP

Full Changelog: v3.3.2...v3.3.3

v3.3.2

24 Aug 10:27
v3.3.2
60cad57
Compare
Choose a tag to compare

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

28 May 12:38
v3.3.1
0cb7529
Compare
Choose a tag to compare

v3.3.1 - 2024-05-27

Added

  • (UI): Style segmented button
  • Support 2024.2 EAP

v3.3.0

13 May 16:38
v3.3.0
f80a769
Compare
Choose a tag to compare

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

22 Jan 16:32
v3.2.3
e2049e2
Compare
Choose a tag to compare

v3.2.3 - 2024-01-21

Added

  • Support 2024.1 EAP

Full Changelog: v3.2.2...v3.2.3

v3.2.2

08 Dec 12:22
v3.2.2
6cc19c8
Compare
Choose a tag to compare

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 matches TextField.background. Selected text should now clearly stand
    out compared to non-selected text.

Full Changelog: v3.2.1...v3.2.2

v3.2.1

31 Oct 08:01
v3.2.1
62c988b
Compare
Choose a tag to compare

v3.2.1 - 2023-10-31

Fixed

  • Fix build on 2023.3 EAP

Full Changelog: v3.2.0...v3.2.1

v3.2.0

28 Oct 11:50
v3.2.0
02922df
Compare
Choose a tag to compare

v3.2.0 - 2023-10-28

Added

  • (UI): Set all foreground elements to use text 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) as text
  • (UI): Highlight Android Plugin's UI Designer backgrounds

Changed

  • (UI): Try to unify RadioButton, Slider, List, Label and Tab 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, and Spinner.
  • (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