From 8b431382e5102e5a3a61c567ca78b4eb927b98bb Mon Sep 17 00:00:00 2001 From: yilkalargaw Date: Thu, 2 Jun 2022 11:30:23 +0200 Subject: [PATCH] Fix usage of absolute :height in manoj-dark-theme * etc/themes/manoj-dark-theme.el (manoj-dark): Avoid using absolute heights (bug#55759). --- etc/themes/manoj-dark-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el index b70620fe213..c7d2d3fee5d 100644 --- a/etc/themes/manoj-dark-theme.el +++ b/etc/themes/manoj-dark-theme.el @@ -400,7 +400,7 @@ jarring angry fruit salad look to reduce eye fatigue.") '(compilation-warning-face ((t (:bold t :foreground "Orange" :weight bold)))) '(completions-common-part ((t (:width normal :weight normal :slant normal :foreground "WhiteSmoke" - :background "black" :height 81)))) + :background "black" :height 0.9)))) '(completions-first-difference ((t (:bold t :weight bold)))) '(css-selector ((t (:foreground "LightSteelBlue")))) -- 2.39.2