aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp/personal-solarized-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/elisp/personal-solarized-theme.el')
-rw-r--r--Emacs/.config/emacs/elisp/personal-solarized-theme.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-solarized-theme.el b/Emacs/.config/emacs/elisp/personal-solarized-theme.el
index 1e2aff9..50dba60 100644
--- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el
+++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el
@@ -83,12 +83,12 @@
'(org-hide ((t (:foreground "black"))))
'(org-quote ((t (:slant italic))))
'(org-verbatim ((t (:foreground "red3"))))
- '(outline-1 ((t (:inherit default :height 1.2 :foreground "#db5823"))))
- '(outline-2 ((t (:inherit default :height 1.1 :foreground "#93a61a"))))
- '(outline-3 ((t (:inherit default :foreground "#3c98e0"))))
- '(outline-4 ((t (:inherit default :foreground "#c49619"))))
- '(outline-5 ((t (:inherit default :foreground "#3cafa5"))))
- '(outline-6 ((t (:inherit default :foreground "#93a61a"))))
+ '(outline-1 ((t (:inherit default :underline "#444444" :height 1.12 :foreground "#db5823"))))
+ '(outline-2 ((t (:inherit default :height 1.10 :foreground "#93a61a"))))
+ '(outline-3 ((t (:inherit default :height 1.08 :foreground "#3c98e0"))))
+ '(outline-4 ((t (:inherit default :height 1.06 :foreground "#c49619"))))
+ '(outline-5 ((t (:inherit default :height 1.04 :foreground "#3cafa5"))))
+ '(outline-6 ((t (:inherit default :height 1.02 :foreground "#93a61a"))))
'(outline-7 ((t (:inherit default :foreground "#ec423a"))))
'(outline-8 ((t (:inherit default :foreground "#3c98e0"))))
'(outline-minor-0 ((t (:extend t :weight bold :background "#01323d"))))