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