|
|
|
|
@ -90,8 +90,6 @@ |
|
|
|
|
;; Your init file should contain only one such instance. |
|
|
|
|
;; If there is more than one, they won't work right. |
|
|
|
|
'(bold ((t (:weight normal)))) |
|
|
|
|
'(fixed-pitch ((t (:family "Bitstream Vera Sans Mono")))) |
|
|
|
|
'(font-latex-math-face ((t (:foreground "cornsilk3")))) |
|
|
|
|
'(font-latex-script-char-face ((t nil))) |
|
|
|
|
'(helm-source-header ((t (:inherit helm-header :background "#22083397778B" :foreground "white" :weight bold)))) |
|
|
|
|
'(highlight ((t (:background "Darkslategray")))) |
|
|
|
|
@ -105,8 +103,6 @@ |
|
|
|
|
'(magit-section-secondary-heading ((t nil))) |
|
|
|
|
'(magit-signature-bad ((t (:foreground "red")))) |
|
|
|
|
'(menu ((t (:inverse-video t)))) |
|
|
|
|
; '(mode-line ((t (:background "grey25" :foreground "grey80" :weight normal)))) |
|
|
|
|
; '(mode-line-inactive ((t (:inherit mode-line :background "grey10" :foreground "grey50" :weight normal)))) |
|
|
|
|
'(mouse ((t (:background "orchid")))) |
|
|
|
|
'(org-block-background ((t (:background "#262626" :slant normal :weight normal)))) |
|
|
|
|
'(org-block-end-line ((t (:inherit org-meta-line :slant normal :weight normal)))) |
|
|
|
|
|