Skip to content

Commit

Permalink
. switched function and string faces
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Nov 13, 2010
1 parent 124ba2e commit 0e4c48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/monokai.el
Expand Up @@ -22,10 +22,10 @@
:code-constant (:foreground "#AE81FF")
:code-type (:foreground "#A6E22E")
:code-keyword (:weight bold :foreground "#F92672")
:code-string (:foreground "#E6DB74")
:code-string (:foreground "#A6E22E")
:code-comment (:foreground "#75715E")
:code-documentation (:foreground "#F67B37")
:code-function (:inherit theme-roller--base-font :bold t)
:code-function (:foreground "#E6DB74")
:code-meta (:foreground "#8996A8")
:code-error (:background "#F92672" :foreground "#F8F8F0")
:code-warning (:background "#AE81FF" :foreground "#F8F8F0")
Expand Down

0 comments on commit 0e4c48d

Please sign in to comment.