aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-10-01 16:21:08 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-10-01 16:26:00 +0100
commite3e37f3fab18c9f3b5d04f959e4598f579e55a86 (patch)
tree253e31773099971a64d83e1ae9658755a747bb68 /Emacs/.config/emacs/elisp
parent092bd235b644b4e6fdca2057fd228c93949d6ee1 (diff)
downloaddotfiles-e3e37f3fab18c9f3b5d04f959e4598f579e55a86.tar.gz
dotfiles-e3e37f3fab18c9f3b5d04f959e4598f579e55a86.tar.bz2
dotfiles-e3e37f3fab18c9f3b5d04f959e4598f579e55a86.zip
Some general changes
Diffstat (limited to 'Emacs/.config/emacs/elisp')
-rw-r--r--Emacs/.config/emacs/elisp/personal-solarized-theme.el24
1 files changed, 16 insertions, 8 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-solarized-theme.el b/Emacs/.config/emacs/elisp/personal-solarized-theme.el
index 1474867..f22662e 100644
--- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el
+++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el
@@ -80,14 +80,22 @@
'(org-hide ((t (:foreground "black"))))
'(org-quote ((t (:slant italic))))
'(org-verbatim ((t (:foreground "red3"))))
- '(outline-1 ((t (:inherit default :foreground "#db5823"))))
- '(outline-2 ((t (:inherit default :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-7 ((t (:inherit default :foreground "#ec423a"))))
- '(outline-8 ((t (:inherit default :foreground "#3c98e0"))))
+ '(outline-1 ((t (:inherit default :height 1.3
+ :foreground "#db5823"))))
+ '(outline-2 ((t (:inherit default :height 1.2
+ :foreground "#93a61a"))))
+ '(outline-3 ((t (:inherit default :height 1.1
+ :foreground "#3c98e0"))))
+ '(outline-4 ((t (:inherit default :height 1.05
+ :foreground "#c49619"))))
+ '(outline-5 ((t (:inherit default :height 1.02
+ :foreground "#3cafa5"))))
+ '(outline-6 ((t (:inherit default :height 1.02
+ :foreground "#93a61a"))))
+ '(outline-7 ((t (:inherit default :height 1.02
+ :foreground "#ec423a"))))
+ '(outline-8 ((t (:inherit default :height 1.02
+ :foreground "#3c98e0"))))
'(outline-minor-0 ((t (:extend t :weight bold :background "#01323d"))))
'(outline-minor-1 ((t (:extend t :inherit (outline-minor-0 outline-1) :background "#1e9d310d32a3"))))
'(pdf-isearch-batch ((t (:foreground "black" :background "white"))))