diff --git a/init.d/basics/appearance.el b/init.d/basics/appearance.el index 9468639..06b6c65 100644 --- a/init.d/basics/appearance.el +++ b/init.d/basics/appearance.el @@ -1,6 +1,6 @@ ;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-04-18T01:49:10+0200> +;; Time-stamp: <2020-04-21T04:15:32+0200> ;;; Commentary: @@ -55,18 +55,19 @@ (unless slow-computer (use-package doom-themes + :defer nil :after (all-the-icons) :custom ((doom-themes-treemacs-theme "doom-colors") (doom-themes-treemacs-enable-variable-pitch nil)) - ;; Highlight current line more clearly. - :custom-face (hl-line ((t (:background "#000000")))) :config (progn (load-theme 'doom-outrun-electric t) (doom-themes-visual-bell-config) ; Flash modeline on error. (doom-themes-treemacs-config) ;; Set colors for scroll bar. (set-face-background 'scroll-bar (face-background 'default)) - (set-face-foreground 'scroll-bar (face-foreground 'shadow)))) + (set-face-foreground 'scroll-bar (face-foreground 'shadow)) + (defun doom-themes-hide-fringes () + "Deactivated."))) ) ; unless slow-computer. ;; Neat modeline.