Skip to content

Commit 5dccf88

Browse files
authored
style(themes): adjust kintsugi_dark theme colors and styles (#12)
1 parent 7e3855d commit 5dccf88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles/com.github.eclipsethemes/themes/kintsugi_dark.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636

3737
<!-- METHODS & FUNCTIONS -->
3838
<method color="#dddddd" />
39-
<staticMethod color="#dddddd" />
39+
<staticMethod color="#dddddd" italic="true"/>
4040
<abstractMethod color="#dddddd" />
4141
<inheritedMethod color="#dddddd" />
4242
<methodDeclaration color="#dddddd" />
4343

4444
<!-- VARIABLES & FIELDS -->
4545
<field color="#dddddd" />
46-
<staticField color="#939799" />
47-
<constant color="#939799" />
46+
<staticField color="#939799" italic="true" />
47+
<constant color="#e5c07b" />
4848
<localVariable color="#dddddd" />
4949
<localVariableDeclaration color="#dddddd" />
5050
<argument color="#dddddd" />

0 commit comments

Comments
 (0)