Just a few days ago (2022-5-23), JetBrains announced the launch of a brand new default interface for IDEA, but it is still in the beta testing phase. To enable this interface, you need to sign up in the original article and wait to be selected to know the activation method.
Let's take a look at the official announced interface:
Doesn't it look similar to Visual Studio 2022 for Mac Preview (shown below)?
With my personality, I don't want to wait for the application to be approved, especially since the original article mentioned that the number of beta testing spots will be limited.
Activation Method#
- Double-click
Shift
, then typeRegistry
and click on theRegistry...
menu to open IDEA's registry settings.
- Check all options starting with
ide.experimental
.
If after enabling, you find that the window title bar is not the wide and tall style shown in the preview image, upgrade IDEA to version 2022.2EAP and repeat the above steps to restore the appearance of the preview image.
Dark Theme Code Colors#
After following the above steps to enable the new interface, I found that the code colors in the dark theme are still the old ones. Here's how to switch to the new colors shown in the image:
- In
Preferences - Appearance & Behavior - Appearance
, set theTheme
toDark
.
- In
Preferences - Editor - Color Scheme
, set theScheme
toNew Dark
.
After following these two steps, you should be able to completely restore the style of the preview image. Finally, I have attached the result of my configuration: