made highlights not black anymore
This commit is contained in:
@@ -72,6 +72,10 @@ void Theme::actuallyUpdate(double hue, double multiplier)
|
|||||||
this->splits.background = getColor(0, sat, 1);
|
this->splits.background = getColor(0, sat, 1);
|
||||||
this->splits.dropPreview = QColor(0, 148, 255, 0x30);
|
this->splits.dropPreview = QColor(0, 148, 255, 0x30);
|
||||||
this->splits.dropPreviewBorder = QColor(0, 148, 255, 0xff);
|
this->splits.dropPreviewBorder = QColor(0, 148, 255, 0xff);
|
||||||
|
|
||||||
|
// Highlighted Messages
|
||||||
|
this->messages.backgrounds.highlighted =
|
||||||
|
QColor(getSettings()->highlightColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Theme::normalizeColor(QColor &color)
|
void Theme::normalizeColor(QColor &color)
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ Split::Split(QWidget *parent)
|
|||||||
// F5: reload emotes
|
// F5: reload emotes
|
||||||
createShortcut(this, "F5", &Split::reloadChannelAndSubscriberEmotes);
|
createShortcut(this, "F5", &Split::reloadChannelAndSubscriberEmotes);
|
||||||
|
|
||||||
// F12
|
// F10
|
||||||
createShortcut(this, "F10", [] {
|
createShortcut(this, "F10", [] {
|
||||||
auto *popup = new DebugPopup;
|
auto *popup = new DebugPopup;
|
||||||
popup->setAttribute(Qt::WA_DeleteOnClose);
|
popup->setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
|||||||
Reference in New Issue
Block a user