Skip to content

Commit

Permalink
Add ample/light-gray and shadow face
Browse files Browse the repository at this point in the history
  • Loading branch information
fice-t authored and jordonbiondo committed Dec 7, 2016
1 parent f52f8e7 commit 3d7b095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ample-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
(ample/yellow "#baba36")
(ample/bright-yellow "#fffe0a")
(ample/purple "#ab75c3")
(ample/light-gray "#858585")
(ample/gray "#757575")
(ample/dark-gray "#656565")
(ample/darker-gray "#454545")
Expand Down Expand Up @@ -90,6 +91,7 @@
`(fringe ((t (:background ,ample/fringe))))
`(link ((t (:foreground ,ample/lighter-blue :underline t))))
`(region ((t (:background ,ample/region))))
`(shadow ((t (:foreground ,ample/light-gray))))

;; standard font lock
`(font-lock-builtin-face ((t (:foreground ,ample/light-blue))))
Expand Down

0 comments on commit 3d7b095

Please sign in to comment.