~pkal/face-shift

bfc4ec62ed52fad2594c641c985e1dfdd40b9c2e — Philip Kaludercic 2 years ago 4500e94
Lower minimal version to 24.1
1 files changed, 3 insertions(+), 2 deletions(-)

M face-shift.el
M face-shift.el => face-shift.el +3 -2
@@ 3,7 3,7 @@
;; Author: Philip Kaludercic <philipk@posteo.net>
;; Version: 0.2.0
;; Keywords: faces
;; Package-Requires: ((emacs "24.4"))
;; Package-Requires: ((emacs "24.1"))
;; URL: https://git.sr.ht/~pkal/face-shift

;; This file is NOT part of Emacs.


@@ 70,8 70,9 @@ information."
  "Non-nil means shift the forground color too."
  :type 'boolean)

(defvar-local face-shift--cookies nil
(defvar face-shift--cookies nil
  "List of remapped faces in a single buffer.")
(make-variable-buffer-local 'face-shift--cookies)

(defcustom face-shift-intensity 0.8
  "Relaxation factor when applying a colour-shift.