diff options
| author | BardofSprites <[email protected]> | 2026-01-06 22:15:52 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-01-06 22:15:52 -0500 |
| commit | 571190b98fe909bfe6844db4a8833cb079860290 (patch) | |
| tree | 12ee35fcf63a9a39e06688324e77df0860d38370 /bard-elisp/bard-theme.el | |
| parent | a0e271005f450aca49af45fa7f5f7fc8193676ba (diff) | |
org clock modeline indicator
Diffstat (limited to 'bard-elisp/bard-theme.el')
| -rw-r--r-- | bard-elisp/bard-theme.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el index 26e57fa..f006a18 100644 --- a/bard-elisp/bard-theme.el +++ b/bard-elisp/bard-theme.el @@ -21,7 +21,7 @@ :default-height 130 :default-weight medium :fixed-pitch-family "Iosevka Comfy Wide Motion" - :variable-pitch-family "Iosevka Comfy Wide Duo" + :variable-pitch-family "Iosevka Comfy Wide Motion Duo" :bold-weight extrabold) (mono :default-height 130 @@ -38,6 +38,11 @@ :default-family "Monaco" :variable-pitch-family "Monaco" :fixed-pitch-family "Monaco") + (bit + :default-height 140 + :default-family "Ttyp0 OTB" + :variable-pitch-family "Ttyp0 OTB" + :fixed-pitch-family "Ttyp0 OTB") (large :inherit default :default-height 160) |
