From cf2cf240a8f089227b4d7834b98a28949bf72526 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 3 May 2020 21:30:03 -0500 Subject: emacs: themes --- emacs/.emacs.d/init.el | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index baca500..644fd58 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -88,7 +88,7 @@ ;; --- FILE TREE --- (use-package neotree :config - (setq neo-theme (if (display-graphic-p) 'icons 'arrow)) + ;;(setq neo-theme (if (display-graphic-p) 'icons 'arrow)) :bind ("" . neotree-toggle)) @@ -130,6 +130,16 @@ (use-package company-lsp :commands company-lsp) +;; --- THEME --- +(use-package doom-themes + :config + (setq doom-themes-enable-bold t + doom-themes-enable-italic t) + (load-theme 'doom-palenight t) + (doom-themes-visual-bell-config) + (doom-themes-neotree-config) + (doom-themes-org-config)) + ;; --- TODO --- ;;(require 'undo-tree) @@ -160,7 +170,7 @@ ;; --- GENERAL PREFERENCES --- (setq-default ;; --- THEME CONFIGURATION --- - dracula-enlarge-headings nil + ;;dracula-enlarge-headings nil ;; -- TABS AND INDENTATION -- ;; Set tab stops to every four spaces -- cgit v1.2.3