Skip to content

Commit

Permalink
lxqt-config-appearance: Insert default GTK3 themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
selairi authored and agaida committed May 5, 2019
1 parent a54cfec commit 302c980
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lxqt-config-appearance/configothertoolkits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ QStringList ConfigOtherToolKits::getGTKThemes(QString version)
{
QStringList themeList;
QString configFile = version=="2.0" ? "gtkrc" : "gtk.css";

if(version != "2.0") {
// Insert default GTK3 themes:
themeList << "Adwaita" << "HighContrast" << "HighContrastInverse";
}

QStringList dataPaths = QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation);
for(QString dataPath : dataPaths) {
Expand Down

0 comments on commit 302c980

Please sign in to comment.