diff options
| author | BardofSprites <[email protected]> | 2026-04-23 00:06:13 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-23 00:06:13 -0400 |
| commit | 5532efce67fe49aaa8074ead89e100e049827142 (patch) | |
| tree | 0c05f99cc110662f600f2ef70343224f46a4cf08 /bard-elisp/bard-theme.el | |
| parent | f3783205f3fd62968c3471320152cd8afea1e5e7 (diff) | |
tangle files
Diffstat (limited to 'bard-elisp/bard-theme.el')
| -rw-r--r-- | bard-elisp/bard-theme.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el index ce491c2..a5bea95 100644 --- a/bard-elisp/bard-theme.el +++ b/bard-elisp/bard-theme.el @@ -18,11 +18,18 @@ :variable-pitch-family "Iosevka Comfy Wide Motion Duo") (prot :default-family "Iosevka Comfy Wide Motion" - :default-height 130 + :default-height 140 :default-weight medium :fixed-pitch-family "Iosevka Comfy Wide Motion" :variable-pitch-family "Iosevka Comfy Wide Motion Duo" :bold-weight extrabold) + (duo + :default-family "Iosevka Comfy Motion" + :default-height 140 + :default-weight medium + :fixed-pitch-family "Iosevka Comfy Motion" + :variable-pitch-family "Iosevka Comfy Motion Duo" + :bold-weight extrabold) (mono :default-height 130 :default-family "monospace" |
