diff options
| author | BardofSprites <[email protected]> | 2025-03-10 18:24:54 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-03-10 18:24:54 -0400 |
| commit | e643ef8b17a89170167b11b80327b4c28591823a (patch) | |
| tree | f15a390c87567d7fd5fdab17fa9b93405ebc26e3 | |
| parent | d30ddbafe9a00dbf8bf25e4f66f6ff8b159d3f0e (diff) | |
remove modeline fonts to not mess with theme
| -rw-r--r-- | bard-elisp/bard-theme.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el index f74036f..ce02b98 100644 --- a/bard-elisp/bard-theme.el +++ b/bard-elisp/bard-theme.el @@ -7,10 +7,6 @@ :fixed-pitch-family "Iosevka Comfy" :fixed-pitch-height 1.0 :bold-weight bold - :mode-line-active-family "Iosevka Comfy Motion" - :mode-line-inactive-family "Iosevka Comfy Motion" - :mode-line-active-height 140 - :mode-line-inactive-height 140 ) (tiny :inherit default @@ -19,8 +15,6 @@ :inherit default :default-family "Iosevka Comfy Wide" :fixed-pitch-family "Iosevka Comfy Wide" - :mode-line-active-family "Iosevka Comfy Wide Motion Duo" - :mode-line-inactive-family "Iosevka Comfy Wide Motion Duo" :variable-pitch-family "Iosevka Comfy Wide Motion Duo") (large :inherit default |
