summaryrefslogtreecommitdiff
path: root/blendoit/blendoit-init.org
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-08-15 15:01:22 -0700
committerBlendoit <blendoit@gmail.com>2020-08-15 15:01:22 -0700
commitb197c66112f3a704e20378c15bebb6750285c278 (patch)
treefa558b8a9de89bdbc00120e343ed018135994636 /blendoit/blendoit-init.org
parent074bba1faf6c69a43fdb5aca82cc5cfb0071ef4f (diff)
Dark theme.
Diffstat (limited to 'blendoit/blendoit-init.org')
-rw-r--r--blendoit/blendoit-init.org8
1 files changed, 5 insertions, 3 deletions
diff --git a/blendoit/blendoit-init.org b/blendoit/blendoit-init.org
index f8b8144..bd60a96 100644
--- a/blendoit/blendoit-init.org
+++ b/blendoit/blendoit-init.org
@@ -665,6 +665,7 @@ monospaced and proportional; I prefer to define each face in my custom theme.
;; (Info-mode . mixed-pitch-mode)))
(add-hook 'text-mode-hook 'variable-pitch-mode)
+(add-hook 'info-mode-hook 'variable-pitch-mode)
#+END_SRC
** Initial frame
@@ -684,7 +685,8 @@ My custom themes.
#+BEGIN_SRC emacs-lisp
(setq custom-theme-directory "~/.emacs.d/blendoit/themes/")
-(load-theme 'blendoit-light)
+; (load-theme 'blendoit-light)
+(load-theme 'blendoit-dark)
#+END_SRC
*** ~blendoit-light~
@@ -694,14 +696,14 @@ A highly legible and unambiguous theme.
The default face is a black foreground on a white background, this matches with
MS Word.
-- Red :: TODO; cursor; negative; danger
+- Red :: TODO; cursor; negative; danger
- Green :: DONE; positive
- Blue :: document structure
- Purple :: ~org-mode~ elements
*** ~blendoit-dark~
-
+Same principle
* Editing preferences
Copyright 2019--2024 Marius PETER