eric6/Styles/Pure_Technology_Dark.qss

Sat, 07 Sep 2019 17:35:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 07 Sep 2019 17:35:43 +0200
branch
without_py2_and_pyqt4
changeset 7223
2d58b9c1a981
parent 6942
2602857055c5
permissions
-rw-r--r--

Closed branch after it was merged into 'default'.

QProgressBar:horizontal {
    border: 1px solid gray;
    border-radius: 3px;
    background: white;
    padding: 1px;
    text-align: center;
}
QProgressBar::chunk:horizontal {
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, 
        stop: 0 #c8ff67, stop: 1 #ace44a);
}

* { 
    selection-background-color: #BCF952;
    selection-color: #000000;
}

eric ide

mercurial