Change default theme for #emacs to doom-vibrant
This commit is contained in:
@ -10,10 +10,10 @@
|
||||
(setq user-full-name "Colin Powell"
|
||||
user-mail-address "colin@onec.me")
|
||||
|
||||
(setq doom-theme 'manoj-dark)
|
||||
(setq doom-theme 'wombat)
|
||||
|
||||
(if (display-graphic-p)
|
||||
(setq doom-theme 'kaolin-temple))
|
||||
(setq doom-theme 'doom-vibrant))
|
||||
|
||||
|
||||
;; Fonts
|
||||
@ -31,10 +31,7 @@
|
||||
(setq x-super-keysym 'meta
|
||||
x-meta-keysym 'super)))
|
||||
|
||||
(set-frame-parameter nil 'internal-border-width 10)
|
||||
|
||||
(when IS-MAC
|
||||
(setq ns-use-thin-smoothing t))
|
||||
(set-frame-parameter nil 'internal-border-width 12)
|
||||
|
||||
;;
|
||||
;; Keybinds
|
||||
|
||||
Reference in New Issue
Block a user