~zeller-benjamin/ubuntu-ui-toolkit/qrcify3

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/Themes/SuruDark/1.3/ListItemStyle.qml

  • Committer: Benjamin Zeller
  • Date: 2015-09-10 08:43:12 UTC
  • mfrom: (1585.1.2 staging)
  • Revision ID: benjamin.zeller@canonical.com-20150910084312-6eh8n2729jpslgmb
Merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * You should have received a copy of the GNU Lesser General Public License
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 */
16
 
 
 
16
//![0]
17
17
import QtQuick 2.4
18
18
import Ubuntu.Components.Themes.Ambiance 1.3 as Ambiance
19
19
 
23
23
    // 40% lighter than foreground color
24
24
    trailingForegroundColor: Qt.lighter(theme.palette.normal.foreground, 1.4)
25
25
}
 
26
//![0]