From 44b57fd1c8b630ec213c90702b53a3d5cb9b3499 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 27 Nov 2024 20:33:16 +0200 Subject: . --- home/dots/.emacs.d/BOGO-dark-theme.el | 15 +++++++++------ home/dots/.local/extra/fonts/iAWriterDuoV-Italic.ttf | Bin 0 -> 145728 bytes home/dots/.local/extra/fonts/iAWriterDuoV.ttf | Bin 0 -> 163912 bytes home/dots/.local/extra/fonts/iAWriterMonoV-Italic.ttf | Bin 0 -> 144432 bytes home/dots/.local/extra/fonts/iAWriterMonoV.ttf | Bin 0 -> 131816 bytes .../.local/extra/fonts/iAWriterQuattroV-Italic.ttf | Bin 0 -> 145388 bytes home/dots/.local/extra/fonts/iAWriterQuattroV.ttf | Bin 0 -> 163744 bytes 7 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 home/dots/.local/extra/fonts/iAWriterDuoV-Italic.ttf create mode 100644 home/dots/.local/extra/fonts/iAWriterDuoV.ttf create mode 100644 home/dots/.local/extra/fonts/iAWriterMonoV-Italic.ttf create mode 100644 home/dots/.local/extra/fonts/iAWriterMonoV.ttf create mode 100644 home/dots/.local/extra/fonts/iAWriterQuattroV-Italic.ttf create mode 100644 home/dots/.local/extra/fonts/iAWriterQuattroV.ttf diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el index feffb7d..7c4c7df 100644 --- a/home/dots/.emacs.d/BOGO-dark-theme.el +++ b/home/dots/.emacs.d/BOGO-dark-theme.el @@ -3,7 +3,7 @@ (custom-theme-set-faces 'BOGO-dark - '(default ((t (:inherit nil :extend nil :stipple nil :background "#1d1d1d" :foreground "#fffff8" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 150 :width expanded :foundry "UKWN" :family "Iosevka Term")))) + '(default ((t (:inherit nil :extend nil :stipple nil :background "#1d1d1d" :foreground "#fffff8" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 150 :width expanded :foundry "UKWN" :family "iA Writer Mono V")))) '(avy-lead-face ((t (:inherit fixed-pitch :background "dark red" :foreground "white")))) '(avy-goto-char-timer-face ((t (:inherit fixed-pitch :background "gray50" :foreground "white")))) '(calendar-weekend-header ((t (:inherit nil)))) @@ -17,6 +17,7 @@ '(eshell-prompt ((t (:weight bold)))) '(eww-valid-certificate ((t (:foreground "#fafaf8" :weight bold)))) '(fixed-pitch ((t (:family "Iosevka Term")))) + '(fixed-pitch-serif ((t (:family "Iosevka Term")))) '(isearch ((t (:foreground "white")))) '(font-lock-builtin-face ((t (:weight regular)))) '(font-lock-comment-face ((t (:foreground "gray40")))) @@ -24,6 +25,8 @@ '(git-gutter:added ((t nil))) '(git-gutter:modified ((t nil))) '(git-gutter:deleted ((t (:foreground "red")))) + '(info-header-xref ((t ()))) + '(info-header-node ((t (:slant italic)))) '(font-lock-function-name-face ((t nil))) '(font-lock-keyword-face ((t nil))) '(font-lock-string-face ((t (:foreground "#fffff8" :slant italic)))) @@ -31,7 +34,7 @@ '(magit-section-heading ((t (:weight bold)))) '(font-lock-variable-name-face ((t (:foreground "#fffff8")))) '(fringe ((t nil))) - '(header-line ((t (:inherit default :foreground "grey20" :box (:line-width (12 . 12) :color "#1d1d1d") :underline (:color "#e0e0e0" :style line :position 0) :family "iA Writer Duo V" :height 1.0)))) + '(header-line ((t (:inherit default :foreground "grey80" :box (:line-width (12 . 12) :color "#1d1d1d") :underline (:color "gray20" :style line :position 0) :family "iA Writer Duo V" :height 1.0)))) '(highlight ((t (:background "azure2")))) '(info-header-xref ((t (:inherit info-xref :underline (:color "RoyalBlue3" :style line :position t))))) '(info-menu-header ((t (:family "Iosevka aile" :weight bold)))) @@ -53,13 +56,13 @@ '(gnus-header-subject ((t (:slant italic)))) '(gnus-header-from ((t (:weight bold)))) '(minibuffer-prompt ((t nil))) - '(mode-line ((t (:background "#444444" :foreground "#fffff8" :box (:line-width (2 . 2) :style flat-button) :overline "#444444" :underline (:color "#444444" :style line :position t) :family "iA Writer Duo V")))) + '(mode-line ((t (:background "#333333" :foreground "#fffff8" :box (:line-width (2 . 2) :style flat-button) :overline "#333333" :underline (:color "#333333" :style line :position t) :family "iA Writer Duo V")))) '(mode-line-emphasis ((t nil))) '(mode-line-buffer-id ((t nil))) '(magit-section-highlight ((t (:background "#333333")))) '(magit-diff-file-heading-highlight ((t (:inherit magit-section-highlight)))) '(magit-diff-file-heading ((t nil))) - '(mode-line-inactive ((t (:inherit mode-line :background "#333333" :foreground "grey40" :overline "#333333" :underline (:color "#333333" :style line :position 0) :weight light)))) + '(mode-line-inactive ((t (:inherit mode-line :background "#222222" :foreground "grey40" :overline "#222222" :underline (:color "#222222" :style line :position 0) :weight light)))) '(mu4e-header-highlight-face ((t (:inherit hl-line :extend t :weight bold)))) '(mu4e-header-key-face ((t (:weight bold)))) '(mu4e-highlight-face ((t (:inherit highlight)))) @@ -84,7 +87,7 @@ '(org-priority ((t (:inherit fixed-pitch)))) '(org-headline-done ((t (:inherit org-agenda-dimmed-todo-face)))) '(org-level-1 ((t (:inherit outline-1 :extend nil :weight regular)))) - '(org-tag ((t (:foreground "gray70")))) + '(org-tag ((t (:foreground "gray30")))) '(org-time-grid ((t (:foreground "gray")))) '(org-meta-line ((t (:foreground "gray" :inherit fixed-pitch)))) '(org-block-begin-line ((t :inherit org-tag))) @@ -103,7 +106,7 @@ '(tldr-command-itself ((t (:background "khaki" :foreground "#fffff8" :weight bold)))) '(tldr-introduction ((t (:foreground "#fffff8" :slant italic)))) '(tldr-title ((t (:inherit variable-pitch :foreground "#fffff8" :weight bold)))) - '(variable-pitch ((t (:family "iA Writer Duo V" :height 1.0)))) + '(variable-pitch ((t (:family "iA Writer Duo" :height 1.0)))) '(window-divider ((t (:foreground "gray20"))))) (provide-theme 'BOGO-dark) diff --git a/home/dots/.local/extra/fonts/iAWriterDuoV-Italic.ttf b/home/dots/.local/extra/fonts/iAWriterDuoV-Italic.ttf new file mode 100644 index 0000000..dfa3d9a Binary files /dev/null and b/home/dots/.local/extra/fonts/iAWriterDuoV-Italic.ttf differ diff --git a/home/dots/.local/extra/fonts/iAWriterDuoV.ttf b/home/dots/.local/extra/fonts/iAWriterDuoV.ttf new file mode 100644 index 0000000..386cd29 Binary files /dev/null and b/home/dots/.local/extra/fonts/iAWriterDuoV.ttf differ diff --git a/home/dots/.local/extra/fonts/iAWriterMonoV-Italic.ttf b/home/dots/.local/extra/fonts/iAWriterMonoV-Italic.ttf new file mode 100644 index 0000000..b32825a Binary files /dev/null and b/home/dots/.local/extra/fonts/iAWriterMonoV-Italic.ttf differ diff --git a/home/dots/.local/extra/fonts/iAWriterMonoV.ttf b/home/dots/.local/extra/fonts/iAWriterMonoV.ttf new file mode 100644 index 0000000..8bdb5e2 Binary files /dev/null and b/home/dots/.local/extra/fonts/iAWriterMonoV.ttf differ diff --git a/home/dots/.local/extra/fonts/iAWriterQuattroV-Italic.ttf b/home/dots/.local/extra/fonts/iAWriterQuattroV-Italic.ttf new file mode 100644 index 0000000..b855d8e Binary files /dev/null and b/home/dots/.local/extra/fonts/iAWriterQuattroV-Italic.ttf differ diff --git a/home/dots/.local/extra/fonts/iAWriterQuattroV.ttf b/home/dots/.local/extra/fonts/iAWriterQuattroV.ttf new file mode 100644 index 0000000..6d50c14 Binary files /dev/null and b/home/dots/.local/extra/fonts/iAWriterQuattroV.ttf differ -- cgit v1.2.3