Skip to content

Commit

Permalink
Restored text color
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-devim committed Apr 25, 2023
1 parent 71f2ea6 commit d5722e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fhex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Fhex::Fhex(QWidget *parent, QApplication *app, QString filepath)
this->bgcolor = QString(configbgcolor.c_str());
}
}
qhex->setStyleSheet("QHexEdit { background-color: "+bgcolor+";}");
qhex->setStyleSheet("QHexEdit { background-color: "+bgcolor+"; color: #ffffff;}");
qhex->setAddressAreaColor(color_dark_gray);
qhex->setSelectionColor(color_dark_yellow);
qhex->setHighlightingColor(color_dark_violet);
Expand Down

0 comments on commit d5722e4

Please sign in to comment.