~ubuntu-sdk-team/ubuntu-ui-toolkit/bottomKeyboard

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2016-01-27 17:49:36 UTC
  • mfrom: (1814.2.23 paleette2)
  • Revision ID: tarmac-20160127174936-3bcz1l7w5wlibq05
Palette fix. Update components to use the palette. Fixes: https://bugs.launchpad.net/bugs/1495477.

Approved by ubuntu-sdk-build-bot, Tim Peeters, Christian Dywan, Zoltan Balogh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2015 Canonical Ltd.
 
2
 * Copyright 2016 Canonical Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU Lesser General Public License as published by
24
24
    backgroundSecondaryText: UbuntuColors.slate
25
25
    backgroundTertiaryText: UbuntuColors.ash
26
26
    base: UbuntuColors.silk
27
 
    baseText: UbuntuColors.slate
 
27
    baseText: UbuntuColors.ash
28
28
    foreground: UbuntuColors.porcelain
29
29
    foregroundText: UbuntuColors.jet
30
30
    raised: "#FFFFFF"
35
35
    overlaySecondaryText: UbuntuColors.silk
36
36
    field: "#FFFFFF"
37
37
    fieldText: UbuntuColors.jet
38
 
    selection: Qt.rgba(UbuntuColors.orange.r, UbuntuColors.orange.g, UbuntuColors.orange.b, 0.2)
 
38
    focus: UbuntuColors.orange
 
39
    focusText: "#FFFFFF"
 
40
    selection: Qt.rgba(UbuntuColors.blue.r, UbuntuColors.blue.g, UbuntuColors.blue.b, 0.2)
39
41
    selectionText: UbuntuColors.jet
40
42
    positive: UbuntuColors.green
41
43
    positiveText: "#FFFFFF"