summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryilkalargaw <yilkalargawworkneh@gmail.com>2022-06-02 11:30:23 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-02 11:30:23 +0200
commit8b431382e5102e5a3a61c567ca78b4eb927b98bb (patch)
treecb888fee5e50fef0ed11c3c52f3d47778f0233c2
parentafc0bfd38076d8184c506d3f3c2e9f4313103c1b (diff)
downloademacs-8b431382e5102e5a3a61c567ca78b4eb927b98bb.tar.gz
Fix usage of absolute :height in manoj-dark-theme
* etc/themes/manoj-dark-theme.el (manoj-dark): Avoid using absolute heights (bug#55759).
-rw-r--r--etc/themes/manoj-dark-theme.el2
1 files changed, 1 insertions, 1 deletions
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"))))