Lilac, a Qt6 theme inspired by the Orchis GTK theme by Vinceliuice
A native Qt6 application style for KDE Plasma that provides modern widget styling without relying on Kvantum. This theme fully supports KDE color schemes, automatically adapting to your system colors.
This is strictly an application style - it handles only the appearance of Qt widgets and interface elements. It does not include icons, color schemes, or window decorations. Users are encouraged to pair it with their preferred color scheme, icon theme, window decorations…
Screenshot: Icons: Fluent, ColorScheme: Breeze-Light/FluentDark
KStyle provides enhanced integration with KDE Plasma. If you dont use KStyle, QCommonStyle is used. You can configure its usage during build time:
- Default behavior: KStyle is a required dependency
- Available options:
-DNO_KSTYLE=ON
: Doesn't use KStyle
Recommendation: Use KStyle with KDE Plasma, otherwise probably use QCommonStyle (KStyle has a lot of dependencies)
KColorScheme extends QPalette functionality to provide better color consistency across KDE applications.
- Default behavior: KColorScheme is required dependency
- Available options:
-DNO_KCOLORSCHEME=ON
: Disables KColorScheme support
Note: KColorScheme is recommended for better color consistency, but can be disabled to reduce dependencies.
Note: this theme support only Qt >= 6.6.0
-
Install dependencies
TODO
-
Clone the repository
git clone https://github.com/zalesyc/lilac-qt.git && cd lilac-qt
-
Configure
3.1 create the build directory
mkdir build && cd build
3.2 Configure the project with cmake
here you can add the options from the Build Configuration section
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
-
Build and Install
4.1 Compile
cmake --build . --parallel
4.2 Install
sudo cmake --install .
The style can now be selected from system settings
- Right-to-left language support
- Implement animations
- Create settings window with some options
- Allow for translucent menus, and maybe also translucent windows