mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 18:15:41 +00:00
Removed rippleEffect color
This commit is contained in:
@@ -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) }}",
|
||||
|
||||
|
||||
+2
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user