diff --git a/emacs/init.el b/emacs/init.el index 094fbde..2a9cca3 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -27,6 +27,8 @@ '(mouse-wheel-mode nil) '(nlinum-format "%d ") '(org-adapt-indentation nil) + '(org-cycle-level-faces nil) + '(org-n-level-faces 3) '(package-selected-packages (quote (lua-mode evil-org org go-mode helm-projectile helm nlinum coffee-mode yaml-mode web-mode typescript-mode scala-mode php-mode markdown-mode js2-mode haskell-mode evil-surround evil-leader evil autopair))) diff --git a/emacs/themes/jdkaplan-theme.el b/emacs/themes/jdkaplan-theme.el index 99c7ae6..948040e 100644 --- a/emacs/themes/jdkaplan-theme.el +++ b/emacs/themes/jdkaplan-theme.el @@ -65,13 +65,8 @@ `(show-paren-match-face ((t (:foreground ,teal :bold t )))) `(outline-1 ((t (:foreground ,yellow )))) - `(outline-2 ((t (:foreground ,palegreen )))) - `(outline-3 ((t (:foreground ,lime )))) - `(outline-4 ((t (:foreground ,teal )))) - `(outline-5 ((t (:foreground ,paleblue )))) - `(outline-6 ((t (:foreground ,purple )))) - `(outline-7 ((t (:foreground ,magenta )))) - `(outline-8 ((t (:foreground ,orange )))) + `(outline-2 ((t (:foreground ,goldenrod )))) + `(outline-3 ((t (:foreground ,lightorange )))) ) ) (provide-theme 'jdkaplan)