aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-06-04 04:27:14 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-06-04 04:27:14 +0100
commit4f025811bcfe92acf92e64c5aa1d89524278edc6 (patch)
tree36daf50536aa68c8ea4fbb063a300f447265340d /Emacs/.config/emacs/elisp
parent4cabfc0c8f91332da2d1cc4f10b4d8a5dd637606 (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.tar.bz2
dotfiles-master.zip
Some more updatesHEADmaster
Diffstat (limited to 'Emacs/.config/emacs/elisp')
-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"))))