Change G_FRAME color to be significantly darker than G_ACTIVE
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
9d38907e95
commit
c3cbc274ac
@ -246,7 +246,7 @@ FPGAViewWidget::FPGAViewWidget(QWidget *parent)
|
||||
{
|
||||
colors_.background = QColor("#000000");
|
||||
colors_.grid = QColor("#333");
|
||||
colors_.frame = QColor("#d0d0d0");
|
||||
colors_.frame = QColor("#808080");
|
||||
colors_.hidden = QColor("#606060");
|
||||
colors_.inactive = QColor("#303030");
|
||||
colors_.active = QColor("#f0f0f0");
|
||||
|
Loading…
Reference in New Issue
Block a user