branch: elpa/cyberpunk-theme
commit aae3c30c7c36ad655ca19a97f2770238583d07c5
Author: Nick Van Horn <[email protected]>
Commit: Nick Van Horn <[email protected]>
Enlarged org header font size (a little). Changed flyspell errors to a more
readable color.
---
cyberpunk-theme.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 60d6fb1..1c4130f 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -224,6 +224,8 @@
`(font-latex-warning ((,class (:inherit font-lock-warning))))
`(font-latex-sedate ((,class (:foreground ,cyberpunk-yellow :weight bold
))))
`(font-latex-title-4 ((,class (:inherit variable-pitch :weight bold))))
+ `(font-latex-sectioning-0 ((,class (:foreground ,cyberpunk-blue :background
,cyberpunk-black :scale 1.5))))
+ `(font-latex-sectioning-1 ((,class (:foreground ,cyberpunk-blue :background
,cyberpunk-black :scale 1.5))))
;; auto-complete
`(ac-completion-face ((,class (:background ,cyberpunk-gray-2 :underline
t))))
@@ -266,7 +268,7 @@
;; flyspell
`(flyspell-duplicate ((,class (:foreground ,cyberpunk-yellow-1 :weight bold
:underline t))))
- `(flyspell-incorrect ((,class (:foreground ,cyberpunk-red-1 :weight bold
:underline t))))
+ `(flyspell-incorrect ((,class (:foreground ,cyberpunk-red-4 :weight bold
:underline t))))
;; erc
`(erc-action-face ((,class (:inherit erc-default-face))))
@@ -490,7 +492,7 @@
:box (:line-width 1 :style none)))))
`(org-todo ((,class (:bold t :foreground ,cyberpunk-orange :weight bold
:box (:line-width 1 :style none)))))
- `(org-level-1 ((,class (:foreground ,cyberpunk-pink-1))))
+ `(org-level-1 ((,class (:foreground ,cyberpunk-pink-1 :height 1.2))))
`(org-level-2 ((,class (:foreground ,cyberpunk-yellow))))
`(org-level-3 ((,class (:foreground ,cyberpunk-blue-5))))
`(org-level-4 ((,class (:foreground ,cyberpunk-green))))