From bdd8fa6eae65c4ba7fb2ca7e3381961e18cf8fda Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:58:53 -0400 Subject: add padding --- bard-emacs-modules/bard-emacs-ui.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el index 625b600..f37d53d 100644 --- a/bard-emacs-modules/bard-emacs-ui.el +++ b/bard-emacs-modules/bard-emacs-ui.el @@ -47,15 +47,16 @@ :ensure t :config (setq spacious-padding-widths - '( :internal-border-width 10 + '( :internal-border-width 30 :header-line-width 4 :mode-line-width 6 :tab-width 4 - :right-divider-width 1 - :left-fringe-width 10 - :right-fringe-width 10 + :right-divider-width 30 + :left-fringe-width 15 + :right-fringe-width 15 :scroll-bar-width 0)) - (spacious-padding-mode t)) + (spacious-padding-mode t) + ) ;; Todo Keywords highlighting, colors defined in bard-emacs-theme.el (use-package hl-todo -- cgit v1.2.3