summaryrefslogtreecommitdiff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/custom.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/emacs.d/custom.el b/emacs.d/custom.el
index 0cc0520..58ca3de 100644
--- a/emacs.d/custom.el
+++ b/emacs.d/custom.el
@@ -185,9 +185,12 @@
'(gnus-header-subject ((t (:inherit gnus-header))))
'(gnus-summary-cancelled ((t (:extend t :strike-through t))))
'(god-mode-lighter ((t (:inherit error))))
- '(header-line ((t (:inherit mode-line :background "#FFFFFF" :foreground "grey20" :box (:line-width (4 . 4) :color "#FFFFFF" :style flat-button) :overline nil :underline (:color "grey" :style line :position t) :family "Iosevka Aile"))))
+ '(header-line ((t (:inherit mode-line :background "#FFFFFF" :foreground "grey20" :box (:line-width (4 . 4) :color "#FFFFFF" :style flat-button) :overline nil :underline "grey" :family "Iosevka Aile"))))
+ '(header-line-highlight ((t (:inherit mode-line-highlight :underline (:color foreground-color :style line :position t)))))
'(highlight ((t (:background "azure2"))))
+ '(info-xref ((t (:inherit link :foreground "blue"))))
'(line-number ((t (:foreground "#999999"))))
+ '(link ((t (:underline t))))
'(markdown-code-face ((t nil)))
'(markdown-fontify-code-block-natively t)
'(markdown-pre-face ((t (:inherit markdown-code-face))))
@@ -196,8 +199,9 @@
'(mode-line-inactive ((t (:background "#ffffff" :foreground "#dddddd" :box (:line-width (4 . 4) :color "#ffffff") :overline "grey" :height 0.8 :family "Iosevka Aile"))))
'(org-imminent-deadline ((t nil)))
'(show-paren-match ((t (:background "gainsboro" :foreground "green" :slant oblique :weight bold))))
- '(tab-bar ((t (:family "Iosevka Aile" :background "#FFF" :foreground "black" :box (:line-width (4 . 4) :color "#FFF") :height 0.9))))
+ '(tab-bar ((t (:background "#FFF" :foreground "black" :box (:line-width (2 . 6) :color "#FFF") :height 0.9 :family "Iosevka Aile"))))
'(tab-bar-tab ((t (:inherit tab-bar :box nil))))
'(tuareg-font-lock-operator-face ((t nil)))
'(variable-pitch ((t (:family "Iosevka Etoile"))))
- '(variable-pitch-text ((t (:inherit variable-pitch :height 1.0)))))
+ '(variable-pitch-text ((t (:inherit variable-pitch :height 1.0))))
+ '(woman-unknown ((t nil))))