diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-27 18:52:21 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-27 18:52:21 +0200 |
commit | 9a126f6524bfab5be3d3530ad0cfdf842c2af070 (patch) | |
tree | 2a373703ddc3e1a7da4ca5588315d30cb6add098 /home/dots/.emacs.d | |
parent | 1397f4ec81f147ecad754b7ad7ab50bce1d9b8e1 (diff) | |
download | guix-9a126f6524bfab5be3d3530ad0cfdf842c2af070.tar.gz guix-9a126f6524bfab5be3d3530ad0cfdf842c2af070.tar.bz2 guix-9a126f6524bfab5be3d3530ad0cfdf842c2af070.zip |
.
Diffstat (limited to 'home/dots/.emacs.d')
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index 12d95e8..7d09fd3 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -101,7 +101,7 @@ '(tldr-command-itself ((t (:background "khaki" :foreground "#111111" :weight bold)))) '(tldr-introduction ((t (:foreground "#111111" :slant italic)))) '(tldr-title ((t (:inherit variable-pitch :foreground "#111111" :weight bold)))) - '(variable-pitch ((t (:family "Iosevka Etoile" :height 1.0)))) + '(variable-pitch ((t (:family "Iosevka Aile" :height 1.0)))) '(window-divider ((t (:foreground "gray90"))))) (provide-theme 'BOGO) |