Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QT] thumbnail polish + log colors #3446

Merged
merged 7 commits into from
Sep 27, 2017
Merged

Conversation

Megamouse
Copy link
Contributor

@Megamouse Megamouse commented Sep 15, 2017

@AniLeo in case you want to change the color in your stylesheet let me know and I'll append it

Example use in stylesheet:

QLabel#thumbnail_icon_color { color: rgba(100, 100, 100, 255); }

QTextEdit#tty_frame { background-color: #ffffff; }
QTextEdit#log_frame { background-color: #ffffff; }
QLabel#log_level_always { color: #107896; }
QLabel#log_level_fatal { color: #ff00ff; }
QLabel#log_level_error { color: #C02F1D; }
QLabel#log_level_todo { color: #ff6000; }
QLabel#log_level_success { color: #8000; }
QLabel#log_level_warning { color: #BA8745; }
QLabel#log_level_notice { color: #000000; }
QLabel#log_level_trace { color: #808080; }
QLabel#log_stack { color: #000000; }

I also made the default stylesheet code a bit more readable

@Megamouse Megamouse changed the title [QT] thumbnail polish [QT] thumbnail polish + log colors Sep 20, 2017
@Nekotekina Nekotekina merged commit 9650218 into RPCS3:master Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants