<p>Consider this python code</p>
<pre><code>class example:
    def __init__(self):
        self.hello = "Hello"
    def world(self):
        return "World !"

e = example()
print(e.hello)
print(e.world())
</code></pre>
<p>I am  using a Tango color scheme and currently all of these</p>
<pre><code>e = example()
e.hello
e.world()
</code></pre>
<p>have the same color  (ie white) in geany.  It would be nice if we get different colors for  objects,methods and attributes.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2441?email_source=notifications&email_token=AAIOWJ54IQWVA2ZZNUIPOBLRDOTV7A5CNFSM4KXAUD6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IOIDJRA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ724OWO3ZUN5XEBBQTRDOTV7ANCNFSM4KXAUD6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ4TFURKWRGMCRVANA3RDOTV7A5CNFSM4KXAUD6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IOIDJRA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2441?email_source=notifications\u0026email_token=AAIOWJ54IQWVA2ZZNUIPOBLRDOTV7A5CNFSM4KXAUD6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IOIDJRA",
"url": "https://github.com/geany/geany/issues/2441?email_source=notifications\u0026email_token=AAIOWJ54IQWVA2ZZNUIPOBLRDOTV7A5CNFSM4KXAUD6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IOIDJRA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>