refactor(emacs): remove fringe color from theme
This gives the themes a move minimal and clean look.
This commit is contained in:
parent
4019c0a4eb
commit
766e50106e
1 changed files with 1 additions and 0 deletions
|
|
@ -499,6 +499,7 @@ If you are unsure, try setting them in `dotspacemacs/user-config' first."
|
|||
;; See: https://github.com/belak/base16-emacs#terminal-colors
|
||||
;; 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)
|
||||
|
||||
;; Force magit status to go full screen
|
||||
(setq-default git-magit-status-fullscreen t))
|
||||
|
|
|
|||
Loading…
Reference in a new issue