Skip to content

Commit

Permalink
improved flycheck and js2
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcamps committed Jul 24, 2019
1 parent 65a2b7e commit 34f0372
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions green-is-the-new-black-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@

`(ido-indicator ((t (:background, gitnb-dark-green :foreground, gitnb-black))))

`(flycheck-error ((,class (:underline (:style wave :color , gitnb-red)))))
`(flycheck-warning ((,class (:underline (:style wave :color , gitnb-yellow)))))
`(flycheck-info ((,class (:underline (:style wave :color, gitnb-green )))))
`(flycheck-error ((t (:underline, gitnb-red :foreground, gitnb-red))))
`(flycheck-warning ((t (:underline, gitnb-yellow :foreground, gitnb-yellow))))
`(flycheck-info ((t (:underline, gitnb-bright-green :foreground, gitnb-bright-green))))

`(vertical-border ((t (:foreground, gitnb-green))))
`(info ((t (:foreground, gitnb-bright-green))))
Expand Down Expand Up @@ -178,7 +178,7 @@

`(js2-external-variable ((t (:foreground, gitnb-yellow))))
`(js2-private-function-call ((t (:foreground, gitnb-yellow))))
`(js2-error ((t (:foreground, gitnb-yellow))))
`(js2-error ((t (:foreground, gitnb-red))))

`(which-func ((t (:foreground, gitnb-grey))))))

Expand Down

0 comments on commit 34f0372

Please sign in to comment.