diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-07-31 03:52:55 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-08-01 12:55:36 -0500 |
| commit | 7eb4b33214279aeb97541344e1c20da2b8dd79ff (patch) | |
| tree | 4a924a630bf765c8444b98908e2d4a707fbe47e4 /src/pluginlist.cpp | |
| parent | e1e367c7eae67471e760673a8149ccf30bac8685 (diff) | |
Tweak shading of mods and plugins to better support dark themes
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 76de436d..323cd98f 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -861,7 +861,7 @@ QVariant PluginList::data(const QModelIndex &modelIndex, int role) const } else if (role == Qt::BackgroundRole
|| (role == ViewMarkingScrollBar::DEFAULT_ROLE)) {
if (m_ESPs[index].m_ModSelected) {
- return QColor(0, 0, 255, 32);
+ return QColor(0, 0, 255, 64);
} else {
return QVariant();
}
|
