Skip to content

Commit

Permalink
Merge pull request #2 from jabjab/DisabledCode-tweak
Browse files Browse the repository at this point in the history
Added background color for DisabledCode
  • Loading branch information
mervick committed Feb 19, 2016
2 parents b75ba1a + 020abe2 commit 4f6d6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darcula.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<style name="JsGlobalVar" foreground="#8888ff" italic="true"/>
<style name="QmlStateName" italic="true"/>
<style name="Binding" foreground="#ff5555"/>
<style name="DisabledCode" foreground="#a0a0a4" italic="true"/>
<style name="DisabledCode" foreground="#a0a0a4" background="#262626" italic="true"/>
<style name="AddedLine" foreground="#00aa00"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="DiffFile" foreground="#8484f3"/>
Expand Down

0 comments on commit 4f6d6fe

Please sign in to comment.