From 62c269f2d89bec5705c41bfe15778bbcb0f0b859 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 17 Sep 2025 18:14:30 +0100 Subject: theme tweaks --- attic/elisp/misc.el | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'attic/elisp/misc.el') diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el index 3e12ec1..b43b3ae 100644 --- a/attic/elisp/misc.el +++ b/attic/elisp/misc.el @@ -1014,3 +1014,29 @@ (("n" . next-line) ("p" . previous-line) ("g" . jenkins-refresh-console-output)))) + +;;; doric themes +(use-package doric-themes + :if (jao-is-darwin) + :ensure t + :demand t + :config + ;; These are the default values. + (setq doric-themes-to-toggle '(doric-light doric-marble)) + (setq doric-themes-to-rotate doric-themes-collection) + + (doric-themes-select 'doric-marble) + + (set-face-attribute 'default nil :family "Triplicate T4c" :height 120) + ;; (set-face-attribute 'default nil :family "0xProto" :height 110) + ;; (set-face-attribute 'default nil :family "Rec Mono Casual" :height 120) + ;; (set-face-attribute 'default nil :family "Rec Mono Linear" :height 120) + ;; (set-face-attribute 'default nil :family "Rec Mono Duotone" :height 120) + ;; (set-face-attribute 'default nil :family "Victor Mono" :height 120) + ;; (set-face-attribute 'variable-pitch nil :family "Aporetic Sans" :height 1.0) + ;; (set-face-attribute 'fixed-pitch nil :family "Aporetic Sans Mono" :height 1.0) + + :bind + (("" . doric-themes-toggle) + ("C-" . doric-themes-select) + ("M-" . doric-themes-rotate))) -- cgit v1.2.3