|
@@ -1,12 +1,14 @@
|
|
;;; -*- lexical-binding: t; -*-
|
|
;;; -*- lexical-binding: t; -*-
|
|
|
|
|
|
-(setq doom-theme 'doom-moonlight)
|
|
|
|
|
|
+(setq doom-theme 'kaolin-valley-dark)
|
|
|
|
|
|
;; Fonts
|
|
;; Fonts
|
|
(setq doom-font (font-spec :family "Go Mono" :size 12))
|
|
(setq doom-font (font-spec :family "Go Mono" :size 12))
|
|
(setq doom-big-font (font-spec :family "Go Mono" :size 17))
|
|
(setq doom-big-font (font-spec :family "Go Mono" :size 17))
|
|
|
|
|
|
-(set-frame-parameter nil 'internal-border-width 15)
|
|
|
|
|
|
+(set-frame-parameter nil 'internal-border-width 20) ; applies to the current frame
|
|
|
|
+;; or
|
|
|
|
+(add-to-list 'default-frame-alist '(internal-border-width . 20)) ; applies to all future frames
|
|
|
|
|
|
;; setup transparency ... this might get annoying
|
|
;; setup transparency ... this might get annoying
|
|
(set-frame-parameter (selected-frame) 'alpha '(100 . 100))
|
|
(set-frame-parameter (selected-frame) 'alpha '(100 . 100))
|