From 04fed0ef795bfe2482998c5b6f87c37c13fe8c50 Mon Sep 17 00:00:00 2001
From: Jessie Hildebrandt <jessieh@jessieh.net>
Date: Sat, 9 Dec 2023 05:33:32 -0500
Subject: [PATCH] Mention custom eldoc-frame configuration

---
 README.md             | 6 ++++++
 adwaita-dark-theme.el | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

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: