Skip to content

Instantly share code, notes, and snippets.

@nickcernis
Last active June 7, 2022 08:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickcernis/778ec397c72a125233f66db058044dc3 to your computer and use it in GitHub Desktop.
Save nickcernis/778ec397c72a125233f66db058044dc3 to your computer and use it in GitHub Desktop.
IntelliJ IDEA JetBrains make Mac titlebar transparent

To make the Mac titlebar transparent in IntelliJ IDEA, CLion, Rider, PhpStorm, WebStorm, and other JetBrains products:

  1. Help → Edit Custom Properties…
  2. Add this line to the file, save, and restart: ide.mac.transparentTitleBarAppearance=true

It should then take on the base colour of your theme.

@mdarkawi
Copy link

mdarkawi commented Jun 7, 2022

set to false it enables new project in tab for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment