diff options
| author | BardofSprites <bard> | 2025-10-04 15:12:43 -0400 |
|---|---|---|
| committer | BardofSprites <bard> | 2025-10-04 15:12:43 -0400 |
| commit | f221284a49c840b8a0e7c1b9f0648842e838cb7b (patch) | |
| tree | 1b32f2c4c45892e7912b9ae27bff007333c8e2ff /bard-emacs-modules/bard-emacs-theme.el | |
| parent | 81e1cf904b70aba4360a6ab5c4019c5713843af3 (diff) | |
spacious padding
Diffstat (limited to 'bard-emacs-modules/bard-emacs-theme.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el index 4e17ac8..011272c 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -187,6 +187,20 @@ The exact color values are taken from the active Modus theme." :bind ("<f6>" . standard-themes-toggle)) +(use-package spacious-padding + :ensure t + :config + (setq spacious-padding-widths + '( :internal-border-width 10 + :header-line-width 4 + :mode-line-width 6 + :tab-width 4 + :right-divider-width 1 + :left-fringe-width 0 + :right-fringe-width 0 + :scroll-bar-width 0)) + (spacious-padding-mode t)) + (provide 'bard-emacs-theme) ;;; bard-emacs-theme.el ends here |
