diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-07 16:41:07 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-07 16:41:07 -0500 |
commit | c28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6 (patch) | |
tree | 88381c06403e014b484b4a46832f82bdce8b3960 /emacs.d/custom.el | |
parent | f13b505a50d606ae3d7d472aae3088f270c865b8 (diff) | |
download | rcm-c28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6.tar.gz rcm-c28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6.tar.bz2 rcm-c28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6.zip |
Updates
Diffstat (limited to 'emacs.d/custom.el')
-rw-r--r-- | emacs.d/custom.el | 10 |
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)))) |