Removed rippleEffect color
This commit is contained in:
parent
ebdc0a458f
commit
a0df2a7af0
2 changed files with 2 additions and 6 deletions
|
|
@ -18,8 +18,6 @@
|
||||||
"warning": "{{ color5 | lighten(0.3) }}",
|
"warning": "{{ color5 | lighten(0.3) }}",
|
||||||
|
|
||||||
"highlight": "{{ color4 | lighten(0.4) }}",
|
"highlight": "{{ color4 | lighten(0.4) }}",
|
||||||
"rippleEffect": "{{ color4 | lighten(0.1) }}",
|
|
||||||
|
|
||||||
"onAccent": "{{ background }}",
|
"onAccent": "{{ background }}",
|
||||||
"outline": "{{ background | lighten(0.3) }}",
|
"outline": "{{ background | lighten(0.3) }}",
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,9 +31,8 @@ Singleton {
|
||||||
property color error: themeData.error
|
property color error: themeData.error
|
||||||
property color warning: themeData.warning
|
property color warning: themeData.warning
|
||||||
|
|
||||||
// Highlights & Focus
|
// Highlights
|
||||||
property color highlight: themeData.highlight
|
property color highlight: themeData.highlight
|
||||||
property color rippleEffect: themeData.rippleEffect
|
|
||||||
|
|
||||||
// Additional Theme Properties
|
// Additional Theme Properties
|
||||||
property color onAccent: themeData.onAccent
|
property color onAccent: themeData.onAccent
|
||||||
|
|
@ -86,9 +85,8 @@ Singleton {
|
||||||
property string error: "#eb6f92"
|
property string error: "#eb6f92"
|
||||||
property string warning: "#f6c177"
|
property string warning: "#f6c177"
|
||||||
|
|
||||||
// Highlights & Focus
|
// Highlights
|
||||||
property string highlight: "#c4a7e7"
|
property string highlight: "#c4a7e7"
|
||||||
property string rippleEffect: "#9ccfd8"
|
|
||||||
|
|
||||||
// Additional Theme Properties
|
// Additional Theme Properties
|
||||||
property string onAccent: "#191724"
|
property string onAccent: "#191724"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue