Skip to content

Commit

Permalink
mode-line
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav-meesho committed Sep 4, 2024
1 parent c252d88 commit f2e75ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion evangelion-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
(green "#87FF5F")
(green2 "#9CDA7C")
(teal "#397B6E")
;; (black "#222222")
(black "#222222")
(hl "#39274D")
(fade "#A1A0AD")
(lavender "#AB92FC")
Expand Down Expand Up @@ -88,6 +88,11 @@
((t (:foreground ,fade :height 1.2))))
`(magit-section-highlight
((t (:background ,hl :extend t))))
;;; mode-line
`(mode-line-active
((t (:background ,teal :foreground ,fg))))
`(mode-line-inactive
((t (:background ,black))))
;;; org mode
`(org-block
((t (:background ,hl))))
Expand Down

0 comments on commit f2e75ae

Please sign in to comment.