branch: externals/ef-themes
commit 10b1de4b8070a311c94880e2ee91781add705fd3
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Revise 'help-argument-name'
---
ef-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-themes.el b/ef-themes.el
index 899042ca71..054366e0bd 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -60,7 +60,7 @@
`(fringe ((,c :background unspecified)))
`(header-line ((,c :background ,bg-dim)))
`(header-line-highlight ((,c :inherit highlight)))
- `(help-argument-name ((,c :inherit italic :foreground ,docstring)))
+ `(help-argument-name ((,c :foreground ,accent-0)))
`(help-key-binding ((,c :inherit bold :foreground ,keybind)))
`(highlight ((,c :background ,bg-hover :foreground ,fg-intense)))
`(secondary-selection ((,c :background ,bg-hover-alt :foreground
,fg-intense)))