Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Intellij Idea | 2,904 | 10 months ago | 6 | mit | ||||||
公众号《玩转IDEA》工作日每天早上 9 点更新使用技巧 | ||||||||||
Flatlaf | 2,235 | 13 | 18 days ago | 60 | July 13, 2022 | 62 | apache-2.0 | Java | ||
FlatLaf - Swing Look and Feel (with Darcula/IntelliJ themes support) | ||||||||||
Idea One Dark Theme | 963 | 3 years ago | 15 | JavaScript | ||||||
One Dark theme for IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm | ||||||||||
Darklaf | 365 | 6 | 5 months ago | 44 | April 17, 2022 | 15 | mit | Java | ||
Darklaf - A themeable swing Look and Feel based on Darcula-Laf | ||||||||||
Themecreator | 361 | 5 days ago | 5 | gpl-3.0 | Clojure | |||||
https://mswift42.github.io/themecreator/ create themes for intellij, textmate, textadept, atom, emacs, vim and gnome terminal. | ||||||||||
Jetbrains | 342 | 12 days ago | 31 | mit | JavaScript | |||||
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme. | ||||||||||
Night Owl Jetbrains | 277 | 2 years ago | 14 | mit | Kotlin | |||||
Night owl theme / colour scheme for IntelliJ and Webstorm (or other Jetbrains IDEs). Includes dark and light mode 🌓 | ||||||||||
Jewel | 226 | a day ago | 12 | apache-2.0 | Kotlin | |||||
An implementation of the IntelliJ look and feels in Compose for Desktop | ||||||||||
Gruvbox Idea | 202 | 5 months ago | 5 | Shell | ||||||
A Gruvbox Theme for IDEA IDEs | ||||||||||
Intellij Platform Solarized | 161 | 2 years ago | unlicense | |||||||
Solarized UI and editor themes for IntelliJ IDEA, CLion, Rider, PyCharm, RubyMine, PhpStorm, WebStorm, Android Studio, DataGrip and GoLand |
FlatLaf is a modern open-source cross-platform Look and Feel for Java Swing desktop applications.
It looks almost flat (no shadows or gradients), clean, simple and elegant. FlatLaf comes with Light, Dark, IntelliJ and Darcula themes, scales on HiDPI displays and runs on Java 8 or newer.
The look is heavily inspired by Darcula and IntelliJ themes from IntelliJ IDEA 2019.2+ and uses almost the same colors and icons.
FlatLaf can use 3rd party themes created for IntelliJ Platform (see IntelliJ Themes Pack):
Run demo with java -jar flatlaf-demo-<version>.jar
(or double-click it).
Requires Java 8 or newer.
FlatLaf binaries are available on Maven Central.
If you use Maven or Gradle, add a dependency with following coordinates to your build script:
groupId: com.formdev
artifactId: flatlaf
version: (see button below)
Otherwise download flatlaf-<version>.jar
here:
FlatLaf snapshot binaries are available on
Sonatype OSSRH.
To access the latest snapshot, change the FlatLaf version in your dependencies
to <version>-SNAPSHOT
(e.g. 0.27-SNAPSHOT
) and add the repository
https://oss.sonatype.org/content/repositories/snapshots/
to your build (see
Maven
and
Gradle
docs).
To use FlatLaf, add following code to your main method before you create any Swing component:
FlatLightLaf.setup();
// create UI here...
For more information and documentation visit FlatLaf Home:
The Theme Editor that supports editing FlatLaf theme properties files. See Theme Editor documentation for details and downloads.