summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/init.el b/init.el
index e8b03b5..97df10d 100644
--- a/init.el
+++ b/init.el
@@ -128,7 +128,12 @@
;; Emacs theme
(use-package tokyonight-themes
:vc (:url "https://github.com/xuchengpeng/tokyonight-themes")
- :config (load-theme 'tokyonight-moon :no-confirm))
+ :config
+ (load-theme 'tokyonight-moon :no-confirm)
+ (tokyonight-themes-with-colors
+ (custom-set-faces
+ `(org-level-1 ((,c :foreground ,red)))
+ `(org-level-6 ((,c :foreground ,fg))))))
(set-face-attribute 'variable-pitch nil
:family "DejaVu Serif"