diff options
author | Marc Coquand <marc@coquand.email> | 2024-12-14 14:12:16 +0200 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-12-14 14:12:16 +0200 |
commit | 9f90c15f68bbcd9df91fcefe9898219b47f4c497 (patch) | |
tree | b3d508d408573ac4904418816516787297d7c0d4 /home/dots/.emacs.d/BOGO-dark-theme.el | |
parent | 370cddc46a875eac77d8f7af4915ec4f54e777f2 (diff) | |
download | guix-9f90c15f68bbcd9df91fcefe9898219b47f4c497.tar.gz guix-9f90c15f68bbcd9df91fcefe9898219b47f4c497.tar.bz2 guix-9f90c15f68bbcd9df91fcefe9898219b47f4c497.zip |
.
Diffstat (limited to '')
-rw-r--r-- | home/dots/.emacs.d/BOGO-dark-theme.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el index adafa0f..b486d60 100644 --- a/home/dots/.emacs.d/BOGO-dark-theme.el +++ b/home/dots/.emacs.d/BOGO-dark-theme.el @@ -22,6 +22,10 @@ '(font-lock-builtin-face ((t (:weight regular)))) '(font-lock-comment-face ((t (:foreground "gray40")))) '(font-lock-constant-face ((t (:slant italic)))) + '(ansi-color-bold ((t (:weight bold)))) + '(info-title-2 ((t (:weight bold)))) + '(info-title-3 ((t (:weight bold)))) + '(info-title-4 ((t (:weight bold)))) '(git-gutter:added ((t nil))) '(git-gutter:modified ((t nil))) '(git-gutter:deleted ((t (:foreground "red")))) |