Skip to content

Commit

Permalink
Remove background
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyjunglejuice committed Apr 29, 2024
1 parent 4f341fe commit f295ee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions beach-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@

;; compilation
`(compilation-column-number ((t (:foreground ,color-fg :underline t))))
`(compilation-error ((t (:foreground ,color-strong :background ,color-strong-light))))
`(compilation-info ((t (:foreground ,color-dark :background ,color-light))))
`(compilation-line-number ((t (:foreground ,color-fg :underline t))))
`(compilation-error ((t (:foreground ,color-strong))))
`(compilation-info ((t (:foreground ,color-dark))))
`(compilation-line-number ((t (:foreground ,color-fg :weight bold :underline t))))
`(compilation-mode-line-fail ((t (:foreground ,color-strong :background ,color-strong-light))))
`(compilation-mode-line-exit ((t (:foreground ,color-dark :background ,color-light))))
`(compilation-warning ((t (:foreground ,color-bright :background ,color-bright-light))))
`(compilation-warning ((t (:foreground ,color-bright))))

;; whitespace
`(whitespace-trailing ((t (:background ,color-strong-light))))
Expand Down

0 comments on commit f295ee2

Please sign in to comment.