diff --git a/CHANGELOG.md b/CHANGELOG.md index 594d18d..1cdb362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how * Configure theme for `markdown-mode` * Configure theme for `org-mode` * Configure theme for `define-it` +* Configure theme for `flx` ## 1.0 > Released Jan 1, 2022 diff --git a/vs-dark-theme.el b/vs-dark-theme.el index 599586c..98b4df4 100644 --- a/vs-dark-theme.el +++ b/vs-dark-theme.el @@ -94,6 +94,8 @@ `(popup-tip-face ((t :background "#2A2D38" :foreground "#F1F1F1"))) + `(flx-highlight-face ((t :foreground "#72a4ff" :weight bold))) + `(ahs-plugin-default-face ((t :background "#123E70" :box (:line-width -1 :style pressed-button :color "#525D68")))) `(ahs-plugin-default-face-unfocused ((t :background "#0E3056" :box (:line-width -1 :style pressed-button :color "#525D68")))) `(ahs-face ((t :background "#123E70" :box (:line-width -1 :style pressed-button :color "#525D68"))))