summaryrefslogtreecommitdiffstats
path: root/lisp/init-appearance.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-appearance.el')
-rw-r--r--lisp/init-appearance.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el
index 44364d0..bebb698 100644
--- a/lisp/init-appearance.el
+++ b/lisp/init-appearance.el
@@ -22,17 +22,6 @@
:config
(global-hl-line-mode 1))
-;; set theme
-(use-package doom-themes
- :if (display-graphic-p)
- :config
- (load-theme 'doom-one t)
-
- ;; make title bar use same style as theme on mac
- (when (eq system-type 'darwin)
- (setq default-frame-alist '((ns-appearance . dark)
- (ns-transparent-title-bar . t)))))
-
;; highlight matching parentheses
(use-package paren
:ensure nil ;; package is bundled with emacs