diff options
author | fpi | 2022-05-13 09:56:51 +0200 |
---|---|---|
committer | fpi | 2023-02-19 18:37:22 +0100 |
commit | eed143e8b8c157529b4d42389b1b82029a014597 (patch) | |
tree | 1532dd533e41dc61d114f06d1aced5fd6035c99b | |
parent | [WIP] Make next command act on local host (diff) |
[Testing] Theme changes
-rw-r--r-- | emacs-init.org | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/emacs-init.org b/emacs-init.org index d108527..d84bdc4 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -824,7 +824,7 @@ This call now creates a custom theme based on the settings in the sections (:background "#2d2e2e")))) '(org-document-title ((t - (:inherit variable-pitch :height 1.3 :weight normal :foreground "#bbb")))) + (:inherit variable-pitch :height 1.0 :weight normal :foreground "#bbb")))) '(org-document-info ((t (:foreground "#bbb" :slant italic)))) @@ -832,28 +832,28 @@ This call now creates a custom theme based on the settings in the sections ((t nil))) '(org-level-1 ((t - (:inherit variable-pitch :height 1.3 :weight bold :foreground "#f92672" :background "#1c1e1f")))) + (:inherit variable-pitch :height 1.0 :weight bold :foreground "#f92672" :background "#1c1e1f")))) '(org-level-2 ((t - (:inherit variable-pitch :weight bold :height 1.2 :foreground "#bbb" :background "#1c1e1f")))) + (:inherit variable-pitch :weight bold :height 1.0 :foreground "#bbb" :background "#1c1e1f")))) '(org-level-3 ((t - (:inherit variable-pitch :weight bold :height 1.1 :foreground "#8FA1B3" :background "#1c1e1f")))) + (:inherit variable-pitch :weight bold :height 1.0 :foreground "#8FA1B3" :background "#1c1e1f")))) '(org-level-4 ((t - (:inherit variable-pitch :weight bold :height 1.1 :foreground "#8FA1B3" :background "#1c1e1f")))) + (:inherit variable-pitch :weight bold :height 1.0 :foreground "#8FA1B3" :background "#1c1e1f")))) '(org-level-5 ((t - (:inherit variable-pitch :weight bold :height 1.1 :foreground "#8FA1B3" :background "#1c1e1f")))) + (:inherit variable-pitch :weight bold :height 1.0 :foreground "#8FA1B3" :background "#1c1e1f")))) '(org-level-6 ((t - (:inherit variable-pitch :weight bold :height 1.1 :foreground "#8FA1B3" :background "#1c1e1f")))) + (:inherit variable-pitch :weight bold :height 1.0 :foreground "#8FA1B3" :background "#1c1e1f")))) '(org-level-7 ((t - (:inherit variable-pitch :weight bold :height 1.1 :foreground "#8FA1B3" :background "#1c1e1f")))) + (:inherit variable-pitch :weight bold :height 1.0 :foreground "#8FA1B3" :background "#1c1e1f")))) '(org-level-8 ((t - (:inherit variable-pitch :weight bold :height 1.1 :foreground "#8FA1B3" :background "#1c1e1f")))) + (:inherit variable-pitch :weight bold :height 1.0 :foreground "#8FA1B3" :background "#1c1e1f")))) '(org-headline-done (nil)) '(org-quote @@ -1162,25 +1162,25 @@ This call now creates a custom theme based on the settings in the sections ((t nil))) '(org-document-title ((t - (:inherit nil :height 1.8 :foreground "#1c1e1f" :underline nil)))) + (:inherit nil :height 1.0 :foreground "#1c1e1f" :underline nil)))) '(org-document-info ((t - (:height 1.2 :slant italic)))) + (:height 1.0 :slant italic)))) '(org-archived ((t (:inherit shadow :height 0.6)))) '(org-level-1 ((t - (:height 1.6 :weight normal :slant normal :foreground "#1c1e1f")))) + (:height 1.0 :weight normal :slant normal :foreground "#1c1e1f")))) '(org-level-2 ((t - (:weight normal :height 1.3 :slant italic :foreground "#1c1e1f")))) + (:weight normal :height 1.0 :slant italic :foreground "#1c1e1f")))) '(org-level-3 ((t - (:weight normal :slant italic :height 1.2 :foreground "#1c1e1f")))) + (:weight normal :slant italic :height 1.0 :foreground "#1c1e1f")))) '(org-level-4 ((t - (:weight normal :slant italic :height 1.1 :foreground "#1c1e1f")))) + (:weight normal :slant italic :height 1.0 :foreground "#1c1e1f")))) '(org-level-5 ((t nil))) '(org-level-6 |