branch: elpa/alect-themes
commit c6be44260e1eac9febcb9e351ee0593909bb5446
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add 'ffap' face
---
 alect-themes.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 4c28f20..d5019fe 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -776,6 +776,10 @@ For INVERT, see `alect-get-color'."
          (eshell-ls-special     ((,c :foreground ,(gc 'fg+1) :weight bold)))
          (eshell-ls-symlink     ((,c :inherit dired-symlink)))
 
+         ;; ffap
+         (ffap ((,c :foreground ,(gc 'fg+1)
+                    :background ,(gc 'blue-bg))))
+
          ;; flycheck
          (flycheck-error-face    ((,c :foreground ,(gc 'red-1)
                                       :weight bold

Reply via email to