Mention custom eldoc-frame configuration
This commit is contained in:
parent
5c4439abd0
commit
04fed0ef79
@ -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:\
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user