diff options
| author | tslil clingman <> | 2024-01-04 21:01:00 +0100 |
|---|---|---|
| committer | tslil clingman <> | 2024-01-04 21:01:00 +0100 |
| commit | c83f11041b5816626e01469ac5786aa8c4573cc2 (patch) | |
| tree | ebef8751ea651fcd2f1efedab43a6426d3e9721d /emacs | |
| parent | 925e8232de9780f5bce86daf13f6d616363a5594 (diff) | |
[emacs] minor theming changes also BERKELEY MONO
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/inits/01-basic.el | 21 | ||||
| -rw-r--r-- | emacs/themes/acme-theme.el | 2 |
2 files changed, 12 insertions, 11 deletions
diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index af5e3cf..6985200 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2023-12-05 10h22 CET (23c7555b)> +;; Time-stamp: <2024-01-01 20h42 CET (eded8161)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -42,26 +42,27 @@ calendar-longitude 4.87 circadian-themes '(("07:30" . acme) ("15:00" . modus-operandi) - (:sunset . nord))) + (:sunset . doom-challenger-deep))) (circadian-setup)) -;; (defun my-disable-bold-fonts () -;; (interactive) -;; (mapc -;; (lambda (face) -;; (set-face-attribute face nil :weight 'normal)) -;; (face-list))) +(defun my-disable-bold-fonts () + (interactive) + (mapc + (lambda (face) + (set-face-attribute face nil :weight 'normal)) + (face-list))) ;; (my-disable-bold-fonts) (when 't - (setq my-font "PxPlus IBM VGA 9x16-24") (setq my-font "Sudo-22") + (setq my-font "MxPlus IBM VGA 9x16-24") (setq my-font "Commit Mono-23") + (setq my-font "Berkeley Mono-22") (set-face-attribute 'fixed-pitch-serif nil :font my-font) (set-face-attribute 'fixed-pitch nil :font my-font) (set-face-attribute 'default nil :font my-font) - (set-face-attribute 'font-lock-comment-face nil :font my-font :slant 'italic) + (set-face-attribute 'font-lock-comment-face nil :font my-font :slant 'italic) ;; (set-face-attribute 'region nil :background "orange") (set-face-attribute 'variable-pitch nil :font my-font) ) diff --git a/emacs/themes/acme-theme.el b/emacs/themes/acme-theme.el index cd1be38..ae39eea 100644 --- a/emacs/themes/acme-theme.el +++ b/emacs/themes/acme-theme.el @@ -48,7 +48,7 @@ '(font-lock-builtin-face ((t (:foreground "black" :slant normal)))) '(font-lock-comment-delimiter-face ((t (:inherit (font-lock-comment-face))))) - '(font-lock-comment-face ((t (:foreground "black" :slant italic)))) + '(font-lock-comment-face ((t (:foreground "darkgrey" :slant italic)))) '(font-lock-constant-face ((t (:foreground "black")))) '(font-lock-doc-face ((t (:foreground "black" :slant italic)))) '(font-lock-function-name-face ((t (:foreground "black" :weight bold)))) |
