diff --git a/README.md b/README.md index 2d99297..5390fd5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ A dark color scheme that aims to replicate the appearance and colors of GTK4 "li * Configurable theme features +* Custom configurations for neotree and eldoc-frame + * Custom fringe bitmaps for diff-hl, flycheck, and flymake * Lightweight, no dependencies @@ -31,6 +33,10 @@ To see all of the theme features that can be configured: `(eval-after-load 'neotree #'adwaita-dark-theme-neotree-configuration-enable)` +### Custom eldoc-frame Configuration + +`(eval-after-load 'eldoc-frame #'adwaita-dark-theme-eldoc-frame-configuration-enable)` + ### Custom Fringe Bitmaps To replace default line continuation/line wrap fringe bitmaps:\ diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 818822e..9034960 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -16,8 +16,8 @@ ;; Features offered: ;; * Beautiful dark color scheme inspired by Adwaita ;; * Automatic 256-color mode support +;; * Custom configurations for neotree and eldoc-frame ;; * Custom fringe bitmaps for line continuations, visual-line-mode, diff-hl, flycheck, and flymake -;; * Custom configuration for neotree ;; * Lightweight with no dependencies ;; ;; To replace default line continuation/line wrap fringe bitmaps: