Skip to content

Commit

Permalink
Refined Darcula color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaoyuan committed Nov 15, 2015
1 parent 991471a commit e8bd381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -14,6 +14,7 @@
<fontcolor name="string" foreColor="6a8759" />
<fontcolor name="keyword" foreColor="cc7832" />
<fontcolor name="comment" foreColor="629755" />
<fontcolor name="warning" waveUnderlined="586e75" />
<fontcolor name="error" waveUnderlined="ff3333" />
<fontcolor name="method" default="identifier" />
<fontcolor name="field" default="identifier" />
Expand Down
Expand Up @@ -66,15 +66,15 @@
<fontcolor name="mod-interface" default="comment" />

<fontcolor name="mod-field" foreColor="a9b7c6" /> <!-- val -->
<fontcolor name="mod-local-variable" foreColor="79ABFF" /> <!-- var -->
<fontcolor name="mod-local-variable" foreColor="cb4b16" /> <!-- var -->
<fontcolor name="mod-parameter" foreColor="BFA4A4" /> <!-- param -->


<fontcolor name="mod-annotation-type" />
<fontcolor name="mod-enum" />

<fontcolor name="mod-private" />
<fontcolor name="mod-package-private" foreColor="cb4b16" /> <!-- orange, packege name -->
<fontcolor name="mod-package-private" foreColor="79ABFF" /> <!-- packege name -->
<fontcolor name="mod-protected" />

<fontcolor name="mod-unused" default="comment" />
Expand Down

0 comments on commit e8bd381

Please sign in to comment.