|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
(setq doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12))
|
|
(setq doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12))
|
|
(setq doom-big-font (font-spec :family "FuraCode Nerd Font Mono" :size 17))
|
|
(setq doom-big-font (font-spec :family "FuraCode Nerd Font Mono" :size 17))
|
|
-(setq doom-theme 'srcery)
|
|
|
|
|
|
+(setq doom-theme 'doom-monokai-spectrum)
|
|
|
|
|
|
;; Applies to current frame
|
|
;; Applies to current frame
|
|
(set-frame-parameter nil 'internal-border-width 20) ; applies to the current frame
|
|
(set-frame-parameter nil 'internal-border-width 20) ; applies to the current frame
|