Skip to content

zalesyc/lilac-qt

Repository files navigation

Lilac

Lilac, a Qt6 theme inspired by the Orchis GTK theme by Vinceliuice

About

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…

A screenshot showing Qt gallery using lilac-qt Screenshot: Icons: Fluent, ColorScheme: Breeze-Light/FluentDark

Building:

Build Configuration

KStyle Integration

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 Support

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.

Installation steps:

Note: this theme support only Qt >= 6.6.0

  1. Install dependencies

    TODO

  2. Clone the repository

    git clone https://github.com/zalesyc/lilac-qt.git && cd lilac-qt
  3. 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 ..
  4. Build and Install

    4.1 Compile

    cmake --build . --parallel 

    4.2 Install

    sudo cmake --install . 

The style can now be selected from system settings

Issues / TODO:

  • Right-to-left language support
  • Implement animations
  • Create settings window with some options
  • Allow for translucent menus, and maybe also translucent windows

About

A modern Qt6 qstyle theme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published