[alacritty] Change theme to Gruvbox

This commit is contained in:
2020-06-29 23:25:22 -04:00
parent 9981bc46c2
commit 86e66f5c01
2 changed files with 51 additions and 20 deletions

View File

@ -32,9 +32,9 @@ however is that when you're trying your best to rice up i3, Emacs needs a padded
border.
#+BEGIN_SRC emacs-lisp
;; Applies to current frame
(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame
;(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame
;; If we create new frames (via emacsclient) this will do the trick
(add-to-list 'default-frame-alist '(internal-border-width . 10))
;(add-to-list 'default-frame-alist '(internal-border-width . 10))
#+END_SRC
** Fringe
#+BEGIN_SRC emacs-lisp