Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

highcontrast-qt

A native style to bend Qt4 and Qt5 applications to look like they belong into GNOME Shell.

Widget Factory

KCalc

How to compile

The project uses the standard CMake buildsystem.

It is advised to override the LIB_SUFFIX CMake variable to handle the /usr/lib vs /usr/lib64 installation correctly.

So for example, when packaging a 64bit package, the process would be similar to this:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLIB_SUFFIX=64 ..
make
make install

Usage

After install, you'll be able to either set the theme as your default via your DE's tools (like systemsettings or qt-config) or start your qt applications with the -style highcontrast parameter.

About

A Qt version of the High Contrast theme for GTK3 applications

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages