emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8b431382e5: Fix usage of absolute :height in manoj-dark-theme


From: Lars Ingebrigtsen
Subject: master 8b431382e5: Fix usage of absolute :height in manoj-dark-theme
Date: Thu, 2 Jun 2022 05:31:05 -0400 (EDT)

branch: master
commit 8b431382e5102e5a3a61c567ca78b4eb927b98bb
Author: yilkalargaw <yilkalargawworkneh@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 b70620fe21..c7d2d3fee5 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]