Fix color tag of logs/tty

This commit is contained in:
Elad Ashkenazi 2023-07-31 05:00:46 +03:00
parent c108b31954
commit 8a4617d3c2
8 changed files with 14 additions and 14 deletions

View file

@ -65,11 +65,11 @@ namespace gui
"QDockWidget::close-button, QDockWidget::float-button{ background-color: #e3e3e3; }"
// log frame tty
"QTextEdit#tty_frame { background-color: #ffffff; }"
"QPlainTextEdit#tty_frame { background-color: #ffffff; }"
"QLabel#tty_text { color: #000000; }"
// log frame log
"QTextEdit#log_frame { background-color: #ffffff; }"
"QPlainTextEdit#log_frame { background-color: #ffffff; }"
"QLabel#log_level_always { color: #107896; }"
"QLabel#log_level_fatal { color: #ff00ff; }"
"QLabel#log_level_error { color: #C02F1D; }"