/* QDarkStyleSheet ----------------------------------------------------------- This is the main style sheet, the palette has nine colors. It is based on three selecting colors, three greyish (background) colors plus three whitish (foreground) colors. Each set of widgets of the same type have a header like this: ------------------ GroupName -------- ------------------ And each widget is separated with a header like this: QWidgetName ------ This makes more easy to find and change some css field. The basic configuration is described bellow. BACKGROUND ----------- Light (unpressed) Normal (border, disabled, pressed, checked, toolbars, menus) Dark (background) FOREGROUND ----------- Light (texts/labels) Normal (not used yet) Dark (disabled texts) SELECTION ------------ Light (selection/hover/active) Normal (selected) Dark (selected disabled) If a stranger configuration is required because of a bugfix or anything else, keep the comment on the line above so nobody changes it, including the issue number. */ @import 'variables'; @import 'styles';