Skip to content

Commit c252d88

Browse files
committed
add screenshot and org colours
1 parent 06c13d7 commit c252d88

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

Diff for: README.org

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
a colorscheme for ~emacs~ inspired by neon genesis evangelion.
55

66
Heavily based on the theme [[https://github.com/xero/evangelion.nvim][evangelion.nvim]] by xero harrison.
7+
8+
*** Screenshots
9+
#+caption: Org mode with code block
10+
[[https://github.com/crmsnbleyd/evangelion-theme/blob/main/screenshots/org-babel.png]]

Diff for: evangelion-theme.el

+8
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@
8888
((t (:foreground ,fade :height 1.2))))
8989
`(magit-section-highlight
9090
((t (:background ,hl :extend t))))
91+
;;; org mode
92+
`(org-block
93+
((t (:background ,hl))))
94+
`(org-block-begin-line
95+
((t (:foreground ,fade :background ,bg :extend nil))))
96+
`(org-code ((t (:foreground ,orange2))))
97+
`(org-level-1 ((t (:foreground ,green))))
98+
`(org-level-3 ((t (:foreground ,green2))))
9199
;;; paren
92100
`(show-paren-match
93101
((,class (:foreground ,purple :background ,hl :bold t))))

Diff for: screenshots/org-babel.png

677 KB
Loading

0 commit comments

Comments
 (0)