mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Templates/emacs: improve headline visibility with high opacity colors (#2034)
This commit is contained in:
@@ -148,13 +148,13 @@
|
||||
|
||||
;; Org mode with hidden asterisks
|
||||
`(org-level-1 ((t (:foreground ,primary :weight bold :height 1.2))))
|
||||
`(org-level-2 ((t (:foreground ,primary-container :weight bold :height 1.1))))
|
||||
`(org-level-3 ((t (:foreground ,secondary :weight bold))))
|
||||
`(org-level-4 ((t (:foreground ,secondary-container :weight bold))))
|
||||
`(org-level-5 ((t (:foreground ,tertiary :weight bold))))
|
||||
`(org-level-6 ((t (:foreground ,tertiary-container :weight bold))))
|
||||
`(org-level-7 ((t (:foreground ,primary-fixed :weight bold))))
|
||||
`(org-level-8 ((t (:foreground ,primary-fixed-dim :weight bold))))
|
||||
`(org-level-2 ((t (:foreground ,secondary :weight bold :height 1.1))))
|
||||
`(org-level-3 ((t (:foreground ,tertiary :weight bold))))
|
||||
`(org-level-4 ((t (:foreground ,primary :weight bold))))
|
||||
`(org-level-5 ((t (:foreground ,secondary :weight bold))))
|
||||
`(org-level-6 ((t (:foreground ,tertiary :weight bold))))
|
||||
`(org-level-7 ((t (:foreground ,primary :weight bold))))
|
||||
`(org-level-8 ((t (:foreground ,secondary :weight bold))))
|
||||
`(org-document-title ((t (:foreground ,primary :weight bold :height 1.3))))
|
||||
`(org-document-info ((t (:foreground ,primary-container))))
|
||||
`(org-todo ((t (:foreground ,err :weight bold))))
|
||||
|
||||
Reference in New Issue
Block a user