branch: elpa/ample-theme
commit d436c18aed1fa1905235378f5db8ae5383ed50df
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>

    flx-ido
---
 ample-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ample-theme.el b/ample-theme.el
index a3fd58e..e9cc7cc 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -172,6 +172,8 @@
    `(ido-first-match           ((t (:foreground ,ample/blue))))
    `(ido-incomplete-regexp     ((t (:foreground ,ample/red))))
    `(ido-subdir                        ((t (:foreground ,ample/yellow))))
+   ;; flx-ido
+   `(flx-highlight-face         ((t (:foreground ,ample/lighter-blue 
:background nil :underline nil :bold t))))
 
    ;;js2
    `(js2-external-variable             ((t (:foreground ,ample/orange 
:background nil))))

Reply via email to