diff --git a/site-modules/core/files/emacs/src/term.el b/site-modules/core/files/emacs/src/term.el index 78291e3..bb46a90 100644 --- a/site-modules/core/files/emacs/src/term.el +++ b/site-modules/core/files/emacs/src/term.el @@ -27,10 +27,12 @@ ;; spawn another if want one. (setq vterm-kill-buffer-on-exit t)) +;; TODO(ade): Add the face into the base16 theme fork (use-package auto-dim-other-buffers :config (auto-dim-other-buffers-mode) :custom-face - (auto-dim-other-buffers-face ((t (:background "#e0e0e0"))))) + ;;(auto-dim-other-buffers-face ((t (:background "#e0e0e0"))))) ;; For light theme + (auto-dim-other-buffers-face ((t (:background "#282828"))))) ;; For dark theme (unless (display-graphic-p) (use-package tmux-pane diff --git a/site-modules/core/files/emacs/src/ui.el b/site-modules/core/files/emacs/src/ui.el index fda0829..8f1cb91 100644 --- a/site-modules/core/files/emacs/src/ui.el +++ b/site-modules/core/files/emacs/src/ui.el @@ -41,8 +41,8 @@ just in in the current buffer." ;; See: https://github.com/belak/base16-emacs/issues/73#issuecomment-721942335 (setq base16-theme-256-color-source 'base16-shell) (setq base16-distinct-fringe-background nil) - (load-theme 'base16-tomorrow t t) - (enable-theme 'base16-tomorrow)) + (load-theme 'base16-tomorrow-night t t) + (enable-theme 'base16-tomorrow-night)) (use-package all-the-icons) diff --git a/site-modules/core/templates/git/gitconfig.erb b/site-modules/core/templates/git/gitconfig.erb index 78c9548..10d3621 100644 --- a/site-modules/core/templates/git/gitconfig.erb +++ b/site-modules/core/templates/git/gitconfig.erb @@ -20,13 +20,13 @@ default = current [pager] - diff = delta --light - log = delta --light - reflog = delta --light - show = delta --light + diff = delta + log = delta + reflog = delta + show = delta [interactive] - diffFilter = delta --light --color-only + diffFilter = delta --color-only [delta] line-numbers = true