value face better inherits from default

This commit is contained in:
Thomas von Dein
2017-06-27 20:06:38 +02:00
parent fe96b96e8d
commit c0667361ec

View File

@@ -179,7 +179,7 @@
:group 'config-general-faces)
(defface config-general-value-face
'((t (:foreground "DarkSlateGrey")))
'((t (:inherit default)))
"face for variable values"
:group 'config-general-faces)