Sat, 11 Apr 2020 14:13:25 +0200
Styles: added some Qt style sheets and some highlighter styles.
/* Breeze Dark theme for Eric6 * * Theme Notes: * - This theme is designed to work on top of the Fusion client style. */ QCheckBox, QRadioButton { background:#484848; } QProgressBar:horizontal { padding: 1px; text-align: center; } QProgressBar::chunk:horizontal { background: #5cad39; } * { selection-background-color: #5cad39; selection-color: #ffffff; }