about summary refs log tree commit diff
path: root/emacs-elisp/config/theme.el
blob: 8e812b55150a15bc8a57ef054bd12ccf7dfa7021 (plain)
1
2
3
4
5
;; Set Theme
(load-theme 'modus-vivendi t)

;; Add Padding
(set-window-margins nil 0)