diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/dots/.emacs.d/BOGO-dark-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |