From 6453e5d70db9bea65830db730dbef9fbbc0406d3 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 14 Dec 2024 20:13:29 +0100 Subject: emph --- home/dots/.emacs.d/BOGO-dark-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el index b486d60..187f022 100644 --- a/home/dots/.emacs.d/BOGO-dark-theme.el +++ b/home/dots/.emacs.d/BOGO-dark-theme.el @@ -63,7 +63,7 @@ '(gnus-header-from ((t (:weight bold)))) '(minibuffer-prompt ((t nil))) '(mode-line ((t (:background "#333333" :foreground "#fffff8" :box (:line-width (2 . 2) :style flat-button) :overline "#333333" :underline (:color "#333333" :style line :position t) :family "Iosevka Aile")))) - '(mode-line-emphasis ((t nil))) + '(mode-line-emphasis ((t :weight bold))) '(mode-line-buffer-id ((t nil))) '(magit-section-highlight ((t (:background "#333333")))) '(magit-diff-file-heading-highlight ((t (:inherit magit-section-highlight)))) -- cgit v1.2.3