branch: externals/face-shift
commit c214be3398a7671c6ea975f97740abdd38e910ea
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Increase default face-shift-intensity value
---
face-shift.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/face-shift.el b/face-shift.el
index 6ba969c183..1b7f4da111 100644
--- a/face-shift.el
+++ b/face-shift.el
@@ -74,7 +74,7 @@ information."
"List of remapped faces in a single buffer.")
(make-variable-buffer-local 'face-shift--cookies)
-(defcustom face-shift-intensity 0.8
+(defcustom face-shift-intensity (/ (1+ (sqrt 5)) 2)
"Relaxation factor when applying a colour-shift.
See `face-shift--interpolate'."