Skip to content

Commit

Permalink
Using slightly different BG colors for source blocks (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
chama-chomo authored and jasonm23 committed Apr 25, 2019
1 parent f05bfb9 commit 69a6ddf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gruvbox.el
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix")
(org-agenda-done (:foreground gruvbox-bright_aqua))
(org-headline-done (:foreground gruvbox-bright_aqua))
(org-table (:foreground gruvbox-bright_blue))
(org-block (:background gruvbox-dark0_soft))
(org-block-begin-line (:background gruvbox-dark1))
(org-block-end-line (:background gruvbox-dark1))
(org-formula (:foreground gruvbox-bright_yellow))
(org-document-title (:foreground gruvbox-faded_blue))
(org-document-info (:foreground gruvbox-faded_blue))
Expand Down

0 comments on commit 69a6ddf

Please sign in to comment.