Skip to content

Instantly share code, notes, and snippets.

@RedForty
Created October 7, 2017 19:39
Show Gist options
  • Save RedForty/4fa20266462a65534f74b8c6895fcd08 to your computer and use it in GitHub Desktop.
Save RedForty/4fa20266462a65534f74b8c6895fcd08 to your computer and use it in GitHub Desktop.
Color maya ui
from PySide2 import QtWidgets
QtWidgets.qApp.setStyleSheet("""
QWidget {
background: #2a2a2a;
color: #999;
}
""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment