We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3855d commit 5dccf88Copy full SHA for 5dccf88
bundles/com.github.eclipsethemes/themes/kintsugi_dark.xml
@@ -36,15 +36,15 @@
36
37
<!-- METHODS & FUNCTIONS -->
38
<method color="#dddddd" />
39
- <staticMethod color="#dddddd" />
+ <staticMethod color="#dddddd" italic="true"/>
40
<abstractMethod color="#dddddd" />
41
<inheritedMethod color="#dddddd" />
42
<methodDeclaration color="#dddddd" />
43
44
<!-- VARIABLES & FIELDS -->
45
<field color="#dddddd" />
46
- <staticField color="#939799" />
47
- <constant color="#939799" />
+ <staticField color="#939799" italic="true" />
+ <constant color="#e5c07b" />
48
<localVariable color="#dddddd" />
49
<localVariableDeclaration color="#dddddd" />
50
<argument color="#dddddd" />
0 commit comments