[org] Try a new face for org-mode lvl 1 headlines

This commit is contained in:
Sebastian Schulze 2021-06-16 14:15:02 +02:00
parent ef901abf84
commit ba04eaf62f
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
2 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@
fonts = {
enableDefaultFonts = true;
fonts = with pkgs; [ font-awesome twitter-color-emoji jetbrains-mono fira fira-mono fira-code fantasque-sans-mono medio terminus_font ibm-plex ];
fonts = with pkgs; [ font-awesome twitter-color-emoji jetbrains-mono fira fira-mono fira-code fantasque-sans-mono medio terminus_font ibm-plex roboto roboto-mono ];
fontconfig.enable = true;
fontconfig.defaultFonts = {
emoji = [ "Font Awesome 5 Free" "Noto Color Emoji" ];

View File

@ -87,7 +87,7 @@
("r" "RubyShift" entry (file+headline "~/Documents/Zettelkasten/Projects.org" "RubyShift")
"* %?\nEntered on %U\n %i\n %a")))
(let* (
(headline-font `(:font "JetBrains Mono"))
(headline-font `(:font "IBM Plex Mono"))
(base-font-color (face-foreground 'default nil 'default))
(headline `(:inherit default :foreground ,base-font-color)))
@ -100,7 +100,7 @@
`(org-level-4 ((t (,@headline ,@headline-font))))
`(org-level-3 ((t (,@headline ,@headline-font :height 1.1))))
`(org-level-2 ((t (,@headline ,@headline-font :height 1.2))))
`(org-level-1 ((t (,@headline ,@headline-font :height 1.3 :background "white smoke"))))
`(org-level-1 ((t (,@headline ,:font "IBM Plex Sans" :height 1.3 ))))
`(org-document-title ((t (,@headline ,@headline-font :height 1.5 :underline nil))))))
;; Resume clocking task when emacs is restarted