diff options
Diffstat (limited to 'home/dots/.emacs.d')
-rw-r--r-- | home/dots/.emacs.d/BOGO-dark-theme.el | 4 | ||||
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 4 |
2 files changed, 8 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")))) diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index 42bacb9..6dcf222 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -23,6 +23,7 @@ '(howm-reminder-todo-face ((t ()))) '(howm-reminder-today-face ((t ()))) '(howm-mode-ref-face ((t ()))) + '(ansi-color-bold ((t (:weight bold)))) '(howm-mode-keyword-face ((t ()))) '(message-header-xheader ((t ()))) '(git-gutter:added ((t nil))) @@ -30,6 +31,9 @@ '(git-gutter:deleted ((t (:foreground "red")))) '(font-lock-function-name-face ((t nil))) '(font-lock-keyword-face ((t nil))) + '(info-title-2 ((t (:weight bold)))) + '(info-title-3 ((t (:weight bold)))) + '(info-title-4 ((t (:weight bold)))) '(font-lock-string-face ((t (:foreground "#111111" :slant italic)))) '(font-lock-type-face ((t (:foreground "#111111")))) '(magit-section-heading ((t (:weight bold)))) |