Removed rippleEffect color

This commit is contained in:
quadbyte 2025-08-11 13:46:59 -04:00
parent ebdc0a458f
commit a0df2a7af0
2 changed files with 2 additions and 6 deletions

View file

@ -18,8 +18,6 @@
"warning": "{{ color5 | lighten(0.3) }}",
"highlight": "{{ color4 | lighten(0.4) }}",
"rippleEffect": "{{ color4 | lighten(0.1) }}",
"onAccent": "{{ background }}",
"outline": "{{ background | lighten(0.3) }}",

View file

@ -31,9 +31,8 @@ Singleton {
property color error: themeData.error
property color warning: themeData.warning
// Highlights & Focus
// Highlights
property color highlight: themeData.highlight
property color rippleEffect: themeData.rippleEffect
// Additional Theme Properties
property color onAccent: themeData.onAccent
@ -86,9 +85,8 @@ Singleton {
property string error: "#eb6f92"
property string warning: "#f6c177"
// Highlights & Focus
// Highlights
property string highlight: "#c4a7e7"
property string rippleEffect: "#9ccfd8"
// Additional Theme Properties
property string onAccent: "#191724"